Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Get Virtual Machine Start Mode

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>