RestartComputer
Class
Definition
RestartComputerActivity
public sealed class RestartComputer : Microsoft.PowerShell.Activities.PSActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Constructors
| RestartComputer() |
Gets the display name of the command invoked by this activity. |
Properties
| DcomAuthentication |
Provides access to the Authentication parameter. |
| Delay |
Provides access to the Delay parameter. |
| DisableSelfRestart |
If true, them the workflow will not checkpoint and resume after the computer is restarted. |
| For |
Provides access to the For parameter. |
| Force |
Provides access to the Force parameter. |
| Impersonation |
Provides access to the Impersonation parameter. |
| Protocol |
Provides access to the Protocol parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| PSComputerName |
The computer name to invoke this activity on. |
| PSCredential |
Defines the credential to use in the remote connection. |
| ThrottleLimit |
Provides access to the ThrottleLimit parameter. |
| Timeout |
Provides access to the Timeout parameter. |
| Wait |
Provides access to the Wait parameter. |
| WsmanAuthentication |
Provides access to the WsmanAuthentication parameter. |