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 PSWordI 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.
Principal Workplace Consultant | MVP at baseVISION AG
I’m a consultant, trainer and architect for modern workplace and enterprise mobility projects with Microsoft Technologies in the past eight years. I love to push and design the modern workplace based on Windows 10, EM&S and O365 for my customers which is the only answer for the current security threats, agile world and the fast-changing business requirements of my customers. Important for me is to simplify and automate the operational processes, because there are the highest costs.
Follow me
Latest posts by Thomas Kurth (see all)
- Microsoft Purview Information protect predefined permission groups demystified - February 28, 2023
- Extending Microsoft Sentinel with important device data - January 30, 2023
- SOC Monitor wall – Develop your Video Wall Application (Part 2) - August 22, 2022
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. […]