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

3 lines
106 B
Batchfile

mode con: cols=120 lines=30
powershell -command "Get-VM | Select-Object VMname,AutomaticStartAction"
pause