2023-12-09 12:20:33 +00:00
..
2023-11-30 09:44:34 +00:00
2023-12-09 12:20:33 +00:00
2023-12-01 09:46:27 +00:00
2023-12-01 11:16:56 +00:00
2023-11-29 16:54:12 +00:00

Use

These examples load connection info from a file config.psd1 placed next to the script files.

@{
    host   = "hostname.server"
    port   = 28960
    passwd = "strongrconpassword"
}

Run them with -Debug flag for debug output.

For example: pwsh.exe .\cli.ps1 -Debug