Quick Tip: Check VMs for VMTools Upgrade Policy

I know I have posted before regarding changing the vmtools upgrade policy, which you can find here. I noticed that I didn’t have an explanation about how to check the current vmtools upgrade policy. Fortunately, it is just an easy one-liner 🙂   get-view -ViewType virtualmachine| format-table name, @{name="ToolsUpgradePolicy";E={$_.config.tools.toolsupgradepolicy}} Granted, I select Read more…