Using PowerShell and AOS 5.11 connecting to Prism Central of mixed hypervisor environment (VMware and AHV), is there a quick way to return just the AHV VM's?
I see there are some search string, filter criteria, etc.. options for Get-NTNXVM
Right now, there are 1600 VMs and the ones I am looking for are AHV.
I can retrieve the whole list from Prism Central but I wondered if I could have it only send a filtered list.
$VMList = Get-NTNXVM | Where { $_.acropolisVm -eq "True" } but that reads all 1600 VMs from Prism Central...
Thanks!
Page 1 / 1
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.