GetPSSession
Class
Definition
Activity to invoke the Microsoft.PowerShell.Core\Get-PSSession command in a Workflow.
public sealed class GetPSSession : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| GetPSSession() |
Gets the display name of the command invoked by this activity. |
Properties
| AllowRedirection |
Provides access to the AllowRedirection parameter. |
| ApplicationName |
Provides access to the ApplicationName parameter. |
| Authentication |
Provides access to the Authentication parameter. |
| CertificateThumbprint |
Provides access to the CertificateThumbprint parameter. |
| ComputerName |
Provides access to the ComputerName parameter. |
| ConfigurationName |
Provides access to the ConfigurationName parameter. |
| ConnectionUri |
Provides access to the ConnectionUri parameter. |
| Credential |
Provides access to the Credential parameter. |
| InstanceId |
Provides access to the InstanceId parameter. |
| Name |
Provides access to the Name parameter. |
| Port |
Provides access to the Port parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| PSSessionId |
Provides access to the PSSessionId parameter. |
| SessionOption |
Provides access to the SessionOption parameter. |
| State |
Provides access to the State parameter. |
| ThrottleLimit |
Provides access to the ThrottleLimit parameter. |
| UseSSL |
Provides access to the UseSSL parameter. |