Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Configure the VLAN for vNICs using PowerShell
January 9, 2017
Q. How can I configure a VLAN for a vNIC on the host?
A. To configure a VLAN on a vNIC (a NIC created on the virtual switch for the management host) use the Set-VMNetworkAdapterVlan cmdlet, for example:
Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "Storage" -Access -VlanId
You May Also Like