Hello All,
We are creating some automation tool based on SCVMM console scripts.
In order to create vm we need to assign port classification based on Virtual Switch and then logical switch. The problem is that I could not find any way to retrieve port classifications assigned to logical switch (Virtual Port tab in SCVMMs logical switch properties). There is Get-SCLogicalSwitch that return just name, description and some properties. There is also Get-SCUplinkPortProfileSet which returns Uplink tab data of SCVMMs logical switch properties. But no api to retrieve port classifications for switch. Get-SCPortClassification also doesn't return switch assignments. Any ideas how to get this data?