Skip to main content

How can I use the PolicyPakPowerShell module to know which GPOs have any PolicyPak data or directives?

Start by installing the Netwrix PolicyPak PowerShell module, found in the PolicyPak Extras Folder in the DOWNLOAD…

548_1_gpe-fag-06-img-01

The PolicyPak PowerShell modules are installed to: C:\Program Files (x86)\PolicyPak\Tools\Modules\PolicyPak.

Then with a Powershell prompt, browse to the installation directory above and perform the following commands:

  • Import-Module .\endpointpolicymanager.psd1 -verbose
  • get-ppGPOs or
  • get-ppGPOs | export-csv .out1.csv (for excel readable output.)

An example output can be seen below, which returns all the GPOs and which PolicyPak Client Side Extension data types are inside them.

548_2_gpe-fag-06-img-02