Skip to content

Automatic Intune Documentation to simplify the life of admins and consultants.

License

Notifications You must be signed in to change notification settings

slaet/IntuneDocumentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Intune Documentation

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)

Usage

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 

Issues / Feedback

For any issues or feedback related to this module, please register for GitHub, and post your inquiry to this project's issue tracker.

Thanks to

@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

@mirkocolemberg for the help and testing of the script.

Created by baseVISION

About

Automatic Intune Documentation to simplify the life of admins and consultants.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%