StopComputer
Class
Definition
Activity to invoke the Microsoft.PowerShell.Management\Stop-Computer command in a Workflow.
public sealed class StopComputer : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| StopComputer() |
Gets the display name of the command invoked by this activity. |
Properties
| AsJob |
Provides access to the AsJob parameter. |
| Authentication |
Provides access to the Authentication parameter. |
| Credential |
Provides access to the Credential parameter. |
| Force |
Provides access to the Force parameter. |
| Impersonation |
Provides access to the Impersonation parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| ThrottleLimit |
Provides access to the ThrottleLimit parameter. |