RemotingCapability
Enum
Definition
Defines the various types of remoting behaviour that a cmdlet may desire when used in a context that supports ambient / automatic remoting.
public enum RemotingCapability
- Inheritance
-
RemotingCapability
Fields
| None | In the presence of ambient remoting, this command should still be run locally. |
| OwnedByCommand | In the presence of ambient remoting, the command assumes all responsibility for targetting the remote computer; PowerShell Remoting is not supported. |
| PowerShell | In the presence of ambient remoting, this command should be run on the target computer using PowerShell Remoting. |
| SupportedByCommand | In the presence of ambient remoting, this command supports its own form of remoting which can be used instead to target the remote computer. |