Discovery of Group Policy on Servers & Desktops
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2015 11:06 AM
We have a specific need of for the baseline configuration project where we need to find out what are the group policies applied to specific devices e.g. desktops, laptops and servers etc. This will be recorded in the baseline over the period for change management.
Did anyone tried to fetch what all group policies are applied to specific server or desktop using discovery?
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2015 11:43 AM
Hello Pranav,
You would need to create a custom Probe (and sensor) to get the information out of the registry.
According to a Microsoft article (Group Policy History Stored in Registry) you can find the the history of Group Policies on:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion
\Group Policy\History
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
\Group Policy\History
Thanks.