PSRemotingActivity Properties
(see also
Protected Properties
)
| Name | Description | |
|---|---|---|
![]() | AppendOutput | Determines whether to append output to the stream specified by the Result property. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity) |
![]() | Debug | Gets or sets a value that indicates whether to emit the debug output of the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | DisplayName | (Inherited from Activity) |
![]() | ErrorAction | Gets or sets how errors are handled by the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | Id | (Inherited from Activity) |
![]() | Input | The input stream for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity) |
![]() | MergeErrorToOutput | Gets or sets a value that indicates whether to merge error data to the output stream. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSActionRetryCount | Gets or sets the number of times the activity retries execution of an action after encountering an execution error. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSActionRetryIntervalSec | Gets or sets the number of seconds to wait before retrying the action. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSActionRunningTimeoutSec | Gets or sets the number of seconds to wait before the action times out. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSAllowRedirection | Determines whether to allow redirection by the remote computer. The default is false . This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSApplicationName | Defines the remote application name to connect to. The default is wsman. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSAuthentication | Defines the authentication type to be used in the remote connection. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSCertificateThumbprint | Defines the certificate thumbprint to be used in the remote connection. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSCommandName | Gets the fully qualified name of the command invoked by this activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSComputerName | The name of the remote computer. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSConfigurationName | Defines the remote configuration name to connect to. The default is Microsoft.PowerShell. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSConnectionRetryCount | Defines the number of retries that the activity will make to connect to a remote machine when it encounters an error. The default is to not retry. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSConnectionRetryIntervalSec | The number of seconds to wait before trying to run the activity again. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSConnectionUri | Defines the fully-qualified remote URI to connect to. When specified, the PSComputerName, PSApplicationName, PSConfigurationName, and PSPort properties are not used. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSCredential | The credentials used to authenticate the activity host. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSDebug | Gets or sets the debug stream (or collection of streams) for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSDisableSerialization | Gets or sets a value that indicates whether to disable serialization for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSError | Gets or sets the error stream (or collection of streams) for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSPersist | Gets or sets a value that indicates whether to force the activity to persist the workflow state onto the disk. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSPort | The port to use in a remote connection attempt. The default is: HTTP: 5985, HTTPS: 5986. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSProgress | Gets or sets the progress stream (or collection of streams) for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSProgressMessage | Gets or sets the message in the progress stream. (Inherited from PSActivity) |
![]() | PSRemotingBehavior | Defines the remoting behavior to use when invoking this activity. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSRequiredModules | Gets or sets the list of module names or paths that are required to run this activity successfully. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSSessionOption | Defines any session options to be used in the remote connection. This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSUseSsl | Specifies whether to use Secure Sockets Layer (SSL) authentication in the connection attempt. The default is false . This SDK programming element is introduced in Windows PowerShell 3.0. |
![]() | PSVerbose | Gets or sets the verbose stream (or collection of streams) for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | PSWarning | Gets or sets the warning stream (or collection of streams) for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | Result | The output stream from the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity) |
![]() | UseDefaultInput | Specifies whether to connect the input stream for this activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity) |
![]() | Verbose | Gets or sets a value that indicates whether to emit verbose output of the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
![]() | WarningAction | Gets or sets how warnings are handled by the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity) |
| Name | Description | |
|---|---|---|
|
CanInduceIdle | Overridden. Gets a value that indicates whether the activity can be idle. (Inherited from NativeActivity) |
|
Constraints | (Inherited from Activity) |
|
DefiningModule | Gets the name of the module that an activity needs to load before it can execute. (Inherited from PSActivity) |
|
Implementation | Overridden. (Inherited from Activity) |
|
ParameterDefaults | Gets or sets the parameter defaults. (Inherited from PSActivity) |
|
PSDefiningModule | Gets the module that defines the command called by this activity. (Inherited from PSActivity) |
|
SupportsCustomRemoting | Declares whether this command supports its own custom remoting.Commands that support their own custom remoting should return true from this property, and use the PSComputerNameparameter as required when the PSRemotingBehavior parameter is set to Custom. |
|
Tracer | Gets access to Windows PowerShell tracing channels. (Inherited from PSActivity) |
|
UpdatePreferenceVariable | Gets a value that indicates whether preference variables are updated. (Inherited from PSActivity) |
Send comments about this topic to Microsoft.
