Can someone recommend a way to run a line like this:
Get-VMNetworkAdapter -VMName * | Select-Object name, MacAddress, SwitchName, bandwidthpercentage -ExpandProperty Bandwidthsetting | FT –AutoSize
against a list of remote hyper-v virtual servers, or does this only work on a local host? I have a list of VMs I want to run this query against to see what some of the network adapter properties are set to.