Automatic Intune Documentation to simplify the life of admins and consultants.
This Script will document:
- Configuration Policies
- Compliance Policies
- Device Enrollment Restrictions
- Terms and Conditions
- Applications (Only Assigned)
- Conditional Access
- AutoPilot Configuration
Download the DocumentIntune.ps1 file and execute it with PowerShell.exe:
powershell.exe -executionpolicy bypass -file DocumentIntune.ps1
The Documentation will be created in the same folder like the DocumentIntune.ps1 file resides.
Important: Before using the Script the first time, you have to ensure, that you have installed the AzureAD and PSWord Module. To do that, you have to start PowerShell as an Adminstrator and install them:
Install-Module AzureAD
Install-Module PSWord
For any issues or feedback related to this module, please register for GitHub, and post your inquiry to this project's issue tracker.
@Microsoftgraph for the PowerShell Examples: https://github.com/microsoftgraph/powershell-intune-samples
@guidooliveira for the PSWord Module, which enables the creation of the Word file. https://github.com/guidooliveira/PSWord
@joslieben for extending and improving the script
@mirkocolemberg for the help and testing of the script.