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

4 lines
82 B
Batchfile

mode con: cols=70 lines=40
powershell -command "Get-VM | Start-VM -Verbose"
pause