This project will help create a webpage that can display group policies and search through all GPOs.
The GPO Explorer webpage contains a drop down of every GPO in the domain (as long as the account running the scheduled task or script has access to read the GPO). You can also choose to search through the group policies and iterate through each result.
Things to Edit/Do to Make This Work For You
- Edit the variables under "Variables to Edit" in the script.
- Copy the IIS folder to your IIS directory for the website that you create.
- Create a scheduled task to run the Update-GPOExplorer.ps1 powershell script. (Account must have Read access on GPOs)
- Not required but recommended to lockdown the IIS webpage to only a certain group of users.
- Optional - create a DNS entry for your website

