Untitled
Anonymous
plain_text
02/14/2024 1:40 PM
428 B
18
Indexable
Add-VMNetworkAdapter -ManagementOS -Name "VLAN123" -SwitchName "VLAN-vSwitch" -Passthru | Set-VMNetworkAdapterVlan -Access -VlanId 123 # You can now add as many virtual NICs as you need Add-VMNetworkAdapter -ManagementOS -Name "VLAN456" -SwitchName "VLAN-vSwitch" -Passthru | Set-VMNetworkAdapterVlan -Access -VlanId 456
Editor is loading...
Leave a Comment