Files
windows-scripts/HyperV/ShutDownAllVMs.bat
2023-12-05 19:39:38 -06:00

4 lines
82 B
Batchfile
Executable File

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