Skip to content
PowerShell Module
Verified

IntuneDebug

A PowerShell module for Intune MDM policy reporting and debugging, similar to GPResult. Generates HTML reports showing device information, Intune sync status, applied settings by policy scope, Win32 app assignments, script policies, remediation status, LAPS settings, and certificate assignments.

Works with
WindowsWin32 AppsLAPSConfig Profiles

Security Analysis

6of 6
All Checks Passed

38 files scanned on Aug 16, 2026

No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

No explicit remote code execution, credential harvesting, or external data exfiltration detected. The primary concerns are (1) potential HTML/script injection in the generated reports due to unescaped data, and (2) handling of base64-encoded ScriptBody content that could reveal encoded scripts or be manipulated. Additionally, import-time loading of scripts from Private/Public folders warrants integrity controls to prevent tampering. Overall, the tool appears to be a legitimate Intune management/reporting utility with these guardrail considerations.