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

4 lines
99 B
Batchfile
Executable File

mode con: cols=120 lines=30
powershell -command "Get-VM | Where-Object {$_.State -eq 'Off'}"
pause