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

4 lines
82 B
Batchfile
Executable File

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