Forum Discussion
henrykbelko
Dec 01, 2023Copper Contributor
how to find out what policy contains specific setting - like gpresult
I am looking for a way to get information about in which object in Intune (configuration profile, compliance setting etc.) specific setting was configured. On Windows 10 I can see e.g. in registry HK...
Dec 01, 2023
Running the mdmdiagnostics tool will give you some information (the same info you spotted in the current\device) registry key
https://learn.microsoft.com/en-us/windows/client-management/mdm-collect-logs
But having a mapping of which registry setting corresponds with which intune policy is going to be difficult. Thats why good naming convention on the policy are good to have and not having 1 big policy with all the settings in it .. (at least in my opinion 🙂 )
https://learn.microsoft.com/en-us/windows/client-management/mdm-collect-logs
But having a mapping of which registry setting corresponds with which intune policy is going to be difficult. Thats why good naming convention on the policy are good to have and not having 1 big policy with all the settings in it .. (at least in my opinion 🙂 )