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."
To shutdown a Windows VM:
1$WAIT = 10
2shutdown /s /t $WAIT /c "Shutdown from Attune"
3Write-Host "Shutting down in $WAIT seconds."
© Copyright 2024, AttuneOps | Documentation Structure Powered by Divio.