Hi
I'm trying to put together a script the reports the status of my VMotion nics.
I've tried the following code but it does not give me the status of the VMotion nics:
et-DataCenter $DC | Get-VMHost | Get-VMHostNetworkAdapter | Export-CSV VMotionNics.csv -NoType
Thanks in advance.
Tony