
Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How To List and Inspect Domain Group Policies
Last Update:
May 7, 2021 5:37:28 AM
Updated By:
Created date:
Oct 30, 2018 3:39:58 AM
How to list and inspect Domain Group Policies applied to a specific machine?
Environment:
Environment:
- Microsoft Windows machines
In order to list and inspect Domain Group Policies on the machine under investigation, open a Command Prompt with Administrator privileges and run the following commands:
cd \
gpresult /h policy-report.html
The .html file will be placed on the root c: drive and can be opened with any web browser.
769 Views