Get-VMHostNetworkAdapter | Select @{N="ESXi";E={$_.VMHost.Name}},Name,Mac
In this command what shuld b entered in place of N=ESXi' and E=? or i jst need to execute this command.i executed this giving one error ..
Get-VMHostNetworkAdapter is not recognizes as commandlet