May 17th, 2013

PowerTip: Use PowerShell to Get Virtual Machine Start Mode

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback