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 Jul 12, 2026

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

No evidence of remote code download/execution, credential harvesting, or data exfiltration in the provided code. The primary concerns relate to: (1) potential HTML/script injection risk from rendering base64-decoded ScriptBody without escaping, and (2) unsafe pattern of auto-loading all scripts from Private/Public directories which could be abused if those files are tampered. Recommend: enforce script signing and integrity checks, sanitize decoded content before rendering, audit Private/Public scripts, and limit/explicitly define module dependencies.