How to get info about VMs in vCenter/ESXi with a VMware PowerCLI script?

1) VMware PowerCLI Script using Linux PowerShell (pwsh-preview), which has the "VMware.PowerCLI" module installed. Connect-VIServer -Server myvcenter.mylearningsguru.com -User username -Password password New-VIProperty -Name VMToolsStatus -ObjectType VirtualMachine ` -ValueFromExtensionProperty 'Guest.ToolsStatus' `…

Continue ReadingHow to get info about VMs in vCenter/ESXi with a VMware PowerCLI script?