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

Re: Index was outside the bounds of the array - Get-VirtualPortGroup

$
0
0

I see.

 

Does this list all your portgroups ?

foreach($sw in (Get-VirtualSwitch -Standard)){

  foreach($VPG in (Get-VirtualPortGroup -VirtualSwitch $sw)) {

    $VPG

  }

}



Viewing all articles
Browse latest Browse all 189657

Trending Articles