I need to be able to copy the vLAN Groups from one vNIC Template to another using Powershell. I have the following: $UCSDomain = connect-ucs MyUCSDomain $cloud = Get-UcsLanCloud $oSourceTMP = (Get-UcsVnicTemplate -Name "SHD-ESXi-A")[0] $oTargetTMP...