This topic has not yet been rated - Rate this topic

PSRemotingActivity Properties

(see also Protected Properties )
 NameDescription
public propertyAppendOutput  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)
public propertyDebug  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)
public propertyDisplayName  (Inherited from Activity)
public propertyErrorAction  Gets or sets how errors are handled by the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PSActivity)
public propertyId  (Inherited from Activity)
public propertyInput  The input stream for the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity)
public propertyMergeErrorToOutput  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)
public propertyPSActionRetryCount  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)
public propertyPSActionRetryIntervalSec  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)
public propertyPSActionRunningTimeoutSec  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)
public propertyPSAllowRedirectionDetermines whether to allow redirection by the remote computer. The default is false . This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSApplicationNameDefines the remote application name to connect to. The default is wsman. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSAuthenticationDefines the authentication type to be used in the remote connection. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSCertificateThumbprintDefines the certificate thumbprint to be used in the remote connection. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSCommandName  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)
public propertyPSComputerNameThe name of the remote computer. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSConfigurationNameDefines the remote configuration name to connect to. The default is Microsoft.PowerShell. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSConnectionRetryCountDefines 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.
public propertyPSConnectionRetryIntervalSecThe number of seconds to wait before trying to run the activity again. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSConnectionUriDefines 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.
public propertyPSCredentialThe credentials used to authenticate the activity host. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSDebug  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)
public propertyPSDisableSerialization  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)
public propertyPSError  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)
public propertyPSPersist  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)
public propertyPSPortThe 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.
public propertyPSProgress  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)
public propertyPSProgressMessage  Gets or sets the message in the progress stream. (Inherited from PSActivity)
public propertyPSRemotingBehaviorDefines the remoting behavior to use when invoking this activity. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSRequiredModules  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)
public propertyPSSessionOptionDefines any session options to be used in the remote connection. This SDK programming element is introduced in Windows PowerShell 3.0.
public propertyPSUseSslSpecifies 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.
public propertyPSVerbose  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)
public propertyPSWarning  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)
public propertyResult  The output stream from the activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity)
public propertyUseDefaultInput  Specifies whether to connect the input stream for this activity. This SDK programming element is introduced in Windows PowerShell 3.0. (Inherited from PipelineEnabledActivity)
public propertyVerbose  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)
public propertyWarningAction  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
protected property CanInduceIdle  Overridden. Gets a value that indicates whether the activity can be idle. (Inherited from NativeActivity)
protected property Constraints  (Inherited from Activity)
protected property DefiningModule  Gets the name of the module that an activity needs to load before it can execute. (Inherited from PSActivity)
protected property Implementation  Overridden. (Inherited from Activity)
protected property ParameterDefaults  Gets or sets the parameter defaults. (Inherited from PSActivity)
protected property PSDefiningModule  Gets the module that defines the command called by this activity. (Inherited from PSActivity)
protected property 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.
protected property Tracer  Gets access to Windows PowerShell tracing channels. (Inherited from PSActivity)
protected property UpdatePreferenceVariable  Gets a value that indicates whether preference variables are updated. (Inherited from PSActivity)

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.