RemotingBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls or overrides the remoting behavior, during invocation, of a command that supports ambient remoting.
public enum class RemotingBehavior
public enum RemotingBehavior
type RemotingBehavior =
Public Enum RemotingBehavior
- Inheritance
-
RemotingBehavior
Fields
Custom | 2 | 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 | 0 | In the presence of ambient remoting, run this command locally. |
PowerShell | 1 | In the presence of ambient remoting, run this command on the target computer using PowerShell Remoting. |