Dec 01 2023 01:01 AM
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 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device what settings are applied from Intune but it is not possible to get info from which exact intune object (configuration profile, compliance setting etc.).
In gpresult you can get information from which exact GPO object setting is
Dec 01 2023 02:03 AM
Hi @henrykbelko,
there are some methods to find out which policy contains a specific setting in Intune but these methods can't replicate the exact functionality of gpresult in Group Policy, but still they can offer valuable insights into how settings are applied in Intune.
Settings Catalog:
Use the Settings Catalog within Intune, which comprehensively outlines configurable settings.
Create a policy using settings catalog in Microsoft Intune | Microsoft Learn
PowerShell:
Use PowerShell to retrieve all assigned Intune policies and applications per Azure AD group.
This method provides insight into configuration profiles assigned to Azure Active Directory groups.
Use PowerShell to retrieve all assigned Intune policies and applications per Azure AD group! - Micro...
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
Dec 01 2023 02:13 AM