Files
windows-scripts/HyperV/ShutDownAllVMs.bat
2023-03-05 21:08:50 -06:00

4 lines
82 B
Batchfile

mode con: cols=100 lines=30
powershell -command "Get-VM | Stop-VM -Verbose"
pause