Hi
We have 150 ESX servers.how to genarate the ESXI server management ips and vMotion ips using powercli.
Regards
Surya
Hi ,
below the poweshell command:
1.Get-vc vcenter
2.get-vmhost |% {Get-VMHostNetworkAdapter -VMhost $_.name -VMKernel} |ft -AutoSize -Property VMHost,Name,IP,SubnetMask
Regards
surya
PowerCLI - List All ESXi Hosts Network Info
Get-VMHostNetworkAdapter | select VMhost, Name, IP, SubnetMask, Mac, PortGroupName, vMotionEnabled, mtu, FullDuplex, BitRatePerSec
