Reply to Message

View discussion in a popup

Replying to:
VicMware
Contributor
Contributor

disable management traffic

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

Reply
0 Kudos