Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Checkpoint Virtual Machine by Using PowerShell

$
0
0

Summary: Use Windows PowerShell 3.0 and Windows 8 or Windows Server 2012 to checkpoint all virtual machines on a system.

Hey, Scripting Guy! Question How can I checkpoint all of my virtual machines by using Windows PowerShell 3.0 and either Windows 8 or Windows Server 2012?

Hey, Scripting Guy! Answer Use the Get-VM cmdlet and pipe the results to the Checkpoint-VM cmdlet, as shown here.

get-vm -ComputerName hyperv2 | checkpoint-vm

 

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles