How to get or export a detailed view of the device configurations settings?

Sage Mirror 220 Reputation points
2024-02-22T14:47:40.8866667+00:00

Hi, I am trying to find a way to generate a report of the settings of a device configuration profile from Intune > Devices > Configurations.

Through testing, I have found out that the Device Configurations as displayed in one view in Intune come from different sources, so I am trying to reunite them for the report via MS Graph.

However, https://graph.microsoft.com/beta/deviceManagement/configurationPolicies, which seems to return the Configurations with type "Settings catalog" is only available in Beta.

What's more, while with https://graph.microsoft.com/beta/deviceManagement/deviceConfigurations, I can have the settings from the Configurations with type "Endpoint Protection", it seems it is not the case for the Settings Catalog type.

Is there any way to obtain a nice summary of the settings of all types of Devices Configurations without having to type everything manually, please?

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,885 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,989 questions
0 comments No comments
{count} votes

Accepted answer
  1. ZhoumingDuan-MSFT 12,575 Reputation points Microsoft Vendor
    2024-02-23T07:12:17.74+00:00

    @Sage Mirror,Thanks for posting in Q&A.

    From your description, I know want to export a detailed view of the device configurations settings.

    For this issue, I will share you some information.

    Here is the content of script.

    Install-Module IntuneStuff -Force

    Import-Module IntuneStuff -Force

    #connect to Graph API Connect-MSGraph

    #get all Intune policies Get-IntunePolicy -verbose

    Here is a detailed information you can refer.

    https://doitpsway.com/get-all-intune-policies-using-powershell-and-graph-api

    Non-official, just for reference.

    Hope it will help.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.