If you need to find out the VLAN Id of the VMNetwork Adapters and you don’t have Virtual Machine Manager, you can easily do that using Powershell.
All you have to do is to run the following command Get-VMNetworkAdapterVlan -ManagementOS, which will display all the virtual adapters and their Vlan Id.
Be First to Comment