How To Shutdown Windows Snippet

To shutdown a Windows VM:

1$WAIT = 10
2shutdown /s /t $WAIT /c "Shutdown from Attune"
3Write-Host "Shutting down in $WAIT seconds."