Hi,I'm struggling to figure out the right PowerShell cmdlets to use, in order to add a VLAN group onto a VNIC template.To add individual VLANs, this works: $VNICTemplate = Get-UcsVnicTemplate -Name 'ESXi-iSCSI-A' $VNICTemplate | Add-UcsVnicInterface ...