Forum Discussion
Dean_Gross
Jun 25, 2018Silver Contributor
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 e...
- Jun 26, 2018
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
JosLieben
Jun 26, 2018Iron 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
JosLieben
Jul 18, 2018Iron Contributor
update: current version works again :)