Skip to content

Instantly share code, notes, and snippets.

@lusingander
Created May 21, 2019 08:26
Show Gist options
  • Save lusingander/05aeeae610a43a75bdec78a15e52ce90 to your computer and use it in GitHub Desktop.
Save lusingander/05aeeae610a43a75bdec78a15e52ce90 to your computer and use it in GitHub Desktop.
Hyper-V + Powershell
> Get-VM
> Start-VM -Name [name]
> Stop-VM -Name [name] -Force
> Get-VMSnapshot -VMName [name]
> Restore-VMSnapshot -VMName [name] -Name [snapshot name] -Confirm:$true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment