Adding Adapter on vSwitch (San)
List Adapter
Get-VMNetworkAdapterVlan -ManagementOS
Adding Adapter
Add-VMNetworkAdapter -ManagementOS -Name "Lan" -SwitchName "vSwitch"
Add-VMNetworkAdapter -ManagementOS -Name "Wan" -SwitchName "vSwitch"
Add-VMNetworkAdapter -ManagementOS -Name "San" -SwitchName "vSwitch"
Tagging vlan on Adapter
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "LAN" -Access -VlanId 3023
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "Wan" -Access -VlanId 2295
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "San" -Access -VlanId 2230
If you need to remove an Adapter
Remove-VMNetworkAdapter -ManagementOs -VMNetworkAdapterName
On all interfaces (Physical or Virtual) we will activate the Jumbo Packets (also called Jumbo Frames) for 9014 Bytes and on the Physical NICs make sure to uncheck "Allow the computer to turn off this device to save power"
On the "vSwitch" interface uncheck all the option
On all interfaces that will be configured with an IP, uncheck IPv6
For the SAN interface configuration uncheck all options except IPv4 and uncheck "Register this connection's addresses in DNS" and select "Disable NetBIOS over TCP/IP"