Quantcast
Channel: Windows Server – Yusuf Ozturk
Viewing all articles
Browse latest Browse all 127

How to get VLAN IDs of Virtual Machines on SCVMM via PowerShell

$
0
0
You can get list of virtual machines and vlan ids via PowerShell with following command: 1 Get-VM | Select Name,@{label="VlanID";expression={($_.VirtualNetworkAdapters).VlanID}} I used SCVMM 2012 SP1. Not sure about other versions.

Viewing all articles
Browse latest Browse all 127

Trending Articles