Guys, I have a scenario where I'd like to configure a single Port Group to override the settings which are set at the vSwitch level.
Is it possible to use vimsh to do this?
I've searched around and found some vimsh commands that will allow me to amend the vSwitch settings but I'm not sure if is possible to amend the Port Group settings.
I've got the following command but I'm not sure if I'm on the right track.
vimsh -n -e .hostsvc/net/portgroup_unsetpolicy
Any ideas?