Back to all tools
PowerShell ModuleTroubleshooting

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
Created by

Security Analysis

6of 6
All Checks Passed

38 files scanned on Jun 11, 2026

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

Two notable risks detected: (1) dynamic dot-sourcing of private/public scripts during module import, which can be a supply-chain integrity risk if the package is tampered; (2) potential HTML injection (XSS) in HTML reports due to unsanitized output. No evidence of remote script downloads, credential harvesting, data exfiltration, reverse shells, or hardcoded secrets in the provided code paths. Overall, IntuneDebug appears to be a debugging/reporting tool; mitigate by tightening module import discipline and ensuring output escaping.