PowerCLI: Disable Netflow for a VDPortgroup or a number of VDPortGroups

From VI-Toolkit
Revision as of 15:19, 10 August 2013 by Wila (talk | contribs) (Created page with "=== Disabling Netflow with PowerCLI === author: Alan Renouf ==== Description ==== Alan here wrote a script to disable Netflow on a VDPortgroup or a number of VDPortgroups Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Disabling Netflow with PowerCLI

author: Alan Renouf

Description

Alan here wrote a script to disable Netflow on a VDPortgroup or a number of VDPortgroups

This may help with a known issue on ESXi 5.1 when Netflow is enabled: http://kb.vmware.com/kb/2042370

He then shows how-to list all VDPortGroups and if Netflow is enabled for those port groups.

Usage

# Disable Netfow for a VDPortgroup
Get-VDPortgroup DPortGroup | Disable-PGNetflow

Location

http://www.virtu-al.net/2013/07/23/disabling-netflow-with-powercli/