never-displayed
View discussion in a popup
Hi
Whats the command to disable management traffic on the VMK portgroup?
PowerCLI D:\test> get-vmhost abc | get-VMHostNetworkAdapter where { $_.PortGroupName -eq "1234-abc-VMKernel" } | Set-VMHostNetworkAdapter -managementtrafficenabled $false