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

Re: Make all nics active in team

$
0
0

The next PowerCLI code will make all of the nics of vSwitch0 part of the teaming policy:

 

$vSwitch0 = Get-VMHost LouPrEsx004.zcloud.com | Get-VirtualSwitch -Name vSwitch0

$vSwitch0 | Get-NicTeamingPolicy |

Set-NicTeamingPolicy -MakeNicActive ($vSwitch0 | Select-Object -ExpandProperty Nic)


Viewing all articles
Browse latest Browse all 214147

Trending Articles



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