WPNinjas HeaderWPNinjas Header

Extended Intune Documentation Script

Today I had time to extend my Intune Documentations script with new sections and release version 11 on Github. The script now documents the following parts of Intune:

  • Configuration Policies
  • Compliance Policies
  • Device Enrollment Restrictions
  • Terms and Conditions
  • Applications (Only Assigned)
  • Application Protection Policies
  • AutoPilot Configuration
  • Enrollment Page Configuration
  • Apple Push Certificate
  • Apple VPP
  • Device Categories
  • Exchange Connector
Try it out today. Since version 2.0.0 the Automatic Intune Documentation script is available in the PowerShell Gallery and therefore its much simpler to install and use it. You can just use these two commands:
Install-Module IntuneDocumentation
Invoke-IntuneDocumentation -FullDocumentationPath c:\temp\IntuneDoc.docx
Important: Before using the Script the first time, you have to ensure, that you have installed the Microsoft.Graph.Intune and PSWord Module. To do that, you have to start PowerShell as an Adminstrator and install them:
Install-Module Microsoft.Graph.Intune
Install-Module PSWord
I hope these improvements will help even more people to document their Intune tenant. Also many thanks to the other contributors, which have improved the script in the last months.
Follow me

2 Comments

omar jimene · March 9, 2020 at 17:42

Awesome, thanks a lot!.

Dowst.Dev | PowerShell Weekly – August 2, 2019 · August 2, 2019 at 13:32

[…] Extended Intune Documentation Script Thomas has updated his already awesome Intune Documentation script. It will now include AutoPilot configurations, Compliance Policies, Exchange Connector, and may more areas. Check out his blog and Github for the complete list. […]

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.