PowerTip: Use PowerShell to Get Virtual Machine Start Mode

Doctor Scripto

Summary: Sean Kearney shows how to determine virtual machine start mode by using Windows PowerShell.

Hey, Scripting Guy! Question How can I tell which virtual machines will start automatically?

Hey, Scripting Guy! Answer Use the Get-VM cmdlet, and check the AutomaticStartAction property:

Get-VM | Format-Table Name,AutomaticStartAction -autosize

0 comments

Discussion is closed.

Feedback usabilla icon