Get-ClientIntunePolicyResult
1.0.6
In comparison to the built-in Intune HTML report, my report contains ALL policies, merged into logic groups with extra information like error, last execution time etc (see below).
For more information check my blog post https://doitpsway.com/get-a
In comparison to the built-in Intune HTML report, my report contains ALL policies, merged into logic groups with extra information like error, last execution time etc (see below).
For more information check my blog post https://doitpsway.com/get-a-better-intune-policy-report-part-3.
How my Intune HTML report can look like: https://cdn.hashnode.com/res/hashnode/image/upload/v1636618134545/3A2AR-KrQ.png
How built-in Intune HTML report looks like: https://cdn.hashnode.com/res/hashnode/image/upload/v1636617956515/LWhmZrJZN.png
Installation Options
Owners
Package Details
Author(s)
- @AndrewZtrhgf
Functions
ConvertFrom-MDMDiagReportXML ConvertFrom-XML ConvertTo-PsCustomObjectFromHashtable Test-URLStatus _translateStatus _getTargetName Get-InstalledSoftware _getIntuneScript _getIntuneApp _getRemediationScript
Dependencies
This script has no dependencies.
Release Notes
v1.0.6
Added:
- list of needed permission for Intune Graph calls
v1.0.5
Fixes:
- removed prerequisites for app auth
v1.0.4
Added:
- possibility to use application authentication
- switch showConnectionData
Changed:
- SIDs and Azure User IDs are translated to names if possible
- property userAzureObjectID was removed
Fixes:
- fixed missing registry keys/values
FileList
- Get-ClientIntunePolicyResult.nuspec
- Get-ClientIntunePolicyResult.ps1