Hyper-V CheckPoint in PowerShell

# Create checkpoint
Checkpoint-VM -VMName {vm name} -SnapshotName {whatever}

# Remove checkpoint
Remove-VMSnapshot -VMName *

# command
Get-Command -Module Hyper-V -Name *checkpoint*, *snapshot*