Resume-VM
Published: August 15, 2012
Updated: February 6, 2013
Applies To: Windows Server 2012
Resume-VM
Syntax
Parameter Set: Name Resume-VM [-Name] <String[]> [-AsJob] [-ComputerName <String[]> ] [-Passthru] [ <CommonParameters>] Parameter Set: VMObject Resume-VM [-VM] <VirtualMachine[]> [-AsJob] [-Passthru] [ <CommonParameters>]
Detailed Description
The Resume-VM cmdlet resumes a suspended (paused) virtual machine.
Parameters
-AsJob
Specifies that the cmdlet is to be run as a background job.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
named |
|
Default Value |
none |
|
Accept Pipeline Input? |
false |
|
Accept Wildcard Characters? |
false |
-ComputerName<String[]>
Specifies one or more Hyper-V hosts on which the virtual machine is to be resumed. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer — use “localhost” or a dot (“.”) to specify the local computer explicitly.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
named |
|
Default Value |
. |
|
Accept Pipeline Input? |
false |
|
Accept Wildcard Characters? |
false |
-Name<String[]>
Specifies the name of the virtual machine to be resumed.
|
Aliases |
none |
|
Required? |
true |
|
Position? |
1 |
|
Default Value |
none |
|
Accept Pipeline Input? |
true (ByValue) |
|
Accept Wildcard Characters? |
true |
-Passthru
Specifies that an object is to be passed through to the pipeline representing the virtual machine to be resumed.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
named |
|
Default Value |
none |
|
Accept Pipeline Input? |
false |
|
Accept Wildcard Characters? |
false |
-VM<VirtualMachine[]>
|
Aliases |
none |
|
Required? |
true |
|
Position? |
1 |
|
Default Value |
none |
|
Accept Pipeline Input? |
true (ByValue) |
|
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
-
None by default; Microsoft.HyperV.Powershell.VirtualMachine if –PassThru is specified.
Examples
Example 1
