Forum Discussion

Dean_Gross's avatar
Dean_Gross
Silver Contributor
Jun 25, 2018
Solved

Documenting Intune Settings

Does anyone have any suggestions about how I could create a report that shows all of the Intune settings? I'd like to create a document that shows the current configuration so that the settings can easily be reviewed by various people in an organization.

  • Thomas Kur wrote a nice script for that, I ran into it recently.

    https://github.com/ThomasKur/IntuneDocumentation/blob/master/DocumentIntune.ps1

     

    Note: the current version is broken, but I added some fixes to my fork of it:

    https://github.com/jflieben/IntuneDocumentation/blob/master/DocumentIntune.ps1

     

6 Replies

  • JosLieben's avatar
    JosLieben
    Iron Contributor

    Thomas Kur wrote a nice script for that, I ran into it recently.

    https://github.com/ThomasKur/IntuneDocumentation/blob/master/DocumentIntune.ps1

     

    Note: the current version is broken, but I added some fixes to my fork of it:

    https://github.com/jflieben/IntuneDocumentation/blob/master/DocumentIntune.ps1

     

    • Kenneth Bess's avatar
      Kenneth Bess
      Copper Contributor

      Hi,

       

      When running DocumentIntune.ps1 - I always get the error "Failed to retrieve access token from Azure".

      Please assist.

       

      Thanks

      • Ben Whitmore's avatar
        Ben Whitmore
        Copper Contributor
        Hey, is your PoSh session running under the same user context as the credential you use to connect to MSOL? This was an issue for me when trying to connect to MSTeams

Resources