Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 293210

Re: Network port group names

$
0
0

You mean something like this ?

 

foreach($esx in Get-VMHost){
    Get-VirtualPortGroup -VMHost $esx | where {$_.Name -like "InsideNetwork_*"} |
    Select @{N="Host";E={$esx.Name},
     @{N="Portgroup";E={$_.Name}}
}

Viewing all articles
Browse latest Browse all 293210

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>