Reply to Message

View discussion in a popup

Replying to:
admin
Immortal
Immortal

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

Reply
0 Kudos