RemotingBehavior
Enum
Definition
Controls or overrides the remoting behavior, during invocation, of a command that supports ambient remoting.
public enum RemotingBehavior
- Inheritance
-
RemotingBehavior
Fields
| Custom | In the presence of ambient remoting, and a command that declares 'SupportedByCommand' remoting capability, run this command on the target computer using the command's custom remoting facilities. |
| None | In the presence of ambient remoting, run this command locally. |
| PowerShell | In the presence of ambient remoting, run this command on the target computer using PowerShell Remoting. |