Experimenting with vSphere PowerCLI – vDS and LACP
This week as the year winds up I was experimenting with vSphere PowerCLI and noticed that when I go to create a Virtual Distributed Switch (VDS) through PowerShell I am able to create it, but it does not support enhanced LACP out of the box. It actually behaves identically to how it would if I created it in the fat client instead of the web client. # Create VDS New-VDSwitch -Name “vtest” -Location “Las Vegas” -LinkDiscoveryProtocol “CDP” -LinkDiscoveryProtocolOperation “Listen” -NumUplinkPorts…