Skip to main content

Hyper-V - Checkpoint Create Param

Summary

The script can be used to create a checkpoint of a virtual machine hosted on a Hyper-V Host Server.

Intended Target: Hyper-V Host Server

Checkpoint Name: Checkpoint_$(Get-Date -Format 'yyyyMMdd_HHmmss')
Example: Checkpoint_20230407_063842

Sample Run

Sample Run

Variables

NameDescription
ProjectNameHyperV_Checkpoint
WorkingDirectoryC:/ProgramData/_automation/script/HyperV_Checkpoint
ShellResultOutput of the PowerShell script creating the checkpoint

User Parameters

NameExampleRequiredDescription
VMNameTest-VMTrueName of the virtual machine for which to create the checkpoint

Output

  • Script logs