Use-SCDiscardSavedStateVM
Changes a virtual machine from the Saved state to the Stopped state.
Syntax
Default (Default)
Use-SCDiscardSavedStateVM
[-VM] <VM>
[-RunAsynchronously]
[-JobVariable <String>]
[-PROTipID <Guid>]
[<CommonParameters>]
Description
The Use-SCDiscardSavedStateVM cmdlet discards the Saved state of a virtual machine in the Saved state. This cmdlet changes the virtual machine from the Saved state to the Stopped state.
Examples
Example 1: Move a virtual machine from Saved state to Stopped state
PS C:\> $Vm01 = Get-SCVirtualmachine -Name "VM01"
PS C:\> Use-SCDiscardSavedStateVM -VM $Vm01
The first command gets the virtual machine named VM01 by using the Get-SCVirtualMachine cmdlet. The virtual machine is in a saved state. The command stores the virtual machine it in the $Vm01 variable.
The second command moves the virtual machine in $Vm01 to a stopped state.
Parameters
-JobVariable
Specifies that job progress is tracked and stored in the variable named by this parameter.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-PROTipID
Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.
Parameter properties
Type: | Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-RunAsynchronously
Indicates that the job runs asynchronously so that control returns to the command shell immediately.
Parameter properties
Type: | SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-VM
Specifies a virtual machine object.
Parameter properties
Type: | VM |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.