03: How can I use the PolicyPak PowerShell module to know which GPOs have any PolicyPak data or directives?
May 04, 2021
3550
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.