Today I had time to improve the Intune Documentation PowerShell Module. This new release brings the following benefits:
- Bugfix: All ADMX settings are now correctly displayed
- Assignments of various elements like Scripts, ADMX, Enrollment Status Page and Windows Hello for Business are now documented
- Section “Enrollment Status Page” renamed to “Enrollment Configuration” because it contains also WHfB, Enrollment Restrictions, ESP, and Enrollment Limits.
- Configuration Profiles are now loaded from the Beta Graph API. Therefore, much more types are returned. For example the Domain Join configuration is now part of the documentation.
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
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)
- Dsregcmd for PowerShell and .NET - January 1, 2021
- Windows Update for Business simplifies your environment - November 2, 2020
- Deploy Code Signing Certificate with Intune - September 27, 2020
4 Comments
Callum · June 11, 2020 at 05:56
This is terrific Thomas. Thanks for sharing!!
Thomas Kurth · June 11, 2020 at 06:18
Thank you!
jeff · September 1, 2020 at 12:30
i installed below 3 modules but when i ran Invoke-IntuneDocumentation -FullDocumentationPath c:\temp\IntuneDoc.docx, i get “Invoke-IntuneDocumentation : The term ‘Invoke-IntuneDocumentation’ is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.”
am i doing this correct? any step by step please?
thanks
Install-Module IntuneDocumentation
Install-Module Microsoft.Graph.Intune
Install-Module PSWord
Thomas Kurth · September 20, 2020 at 17:04
Hello Jeff
Was the install process successfull?
Try to import the modules with:
Import-Module IntuneDocumentation
Are you using the script on a Windows PC?