You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

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

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

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 .\PolicyPak.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.

  • 290
  • 04-May-2021
  • 3162 Views