- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to obtain both IP address and Host names for multiple ESXi hosts by running a PowerCLI command?
How to obtain both IP address and Host names for multiple ESXi hosts by running a PowerCLI command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use below Powercli command to take network details
Output to CSV VM host network details:
Get-VMHostNetworkAdapter | select VMhost, Name, IP, SubnetMask, Mac, PortGroupName, vMotionEnabled, mtu, FullDuplex, BitRatePerSec | Export-Csv C:\VMHostNetworkDetails.csv

Regards,
Randhir
If you found my answers useful please consider marking them as Correct OR Helpful