How to get the Old Hardware VM Version list with Powercli command?


Execute the  below command with the cluster name and required hardware version that all.Get-Cluster "Cluster Name" | Get-VM | Get-View | Where {$_.Config.Version -ne "vmx-09"} |  Select Name Hope it is useful.

0 Comments