- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try like this
Get-VMHost abc | Get-VMHostNetworkAdapter | where { $_.PortGroupName -eq "1234-abc-VMKernel" } |
Set-VMHostNetworkAdapter -ManagementTrafficEnabled:$false
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference