I want to fetch the VLAN ID present in the host in a VMM using VMM PowerShell.
I have used this command:
Get-VM|SelectName,@{label="VlanID";expression={($_.VirtualNetworkAdapters).VlanID}}
This command is showing the VLAN ID of whole VMM Server.
Can anyone help me in this.
Thanks in advance.
Regards,
Srikantanraja.