Protocol Property
The protocol to use for executing remote commands.
Data Type
EnumerationPossible Values
Remoting (0)SSH (1)
Default Value
0Remarks
Normally, the adapter will execute commands on a local PowerShell runspace. If the Host property is set, the adapter will attempt to connect to the remote host using the protocol specified on the Protocol property.
Remoting (default) | Use PowerShell V2 Remoting (WinRM). |
SSH | Connect to a PowerShell SSH Server over the SSH protocol. |