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.
Security Analysis
38 files scanned on Jul 12, 2026
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.
You might also like
Get-IntuneManagementExtensionDiagnostics
A PowerShell script for analyzing Intune Management Extension logs and creating timeline reports. Tracks Win32App deployments, WinGetApp packages, PowerShell scripts, Proactive Remediations, Custom Compliance, and Autopilot ESP phases with HTML reports and integrated LogViewerUI.
Intune Debug Toolkit
A comprehensive Windows-based toolbox for troubleshooting Intune-managed devices. Features registry debugging, Autopilot validation, live MDM event monitoring, SyncML visualization, Win32 app redeployment, IME log analysis, and includes IntuneDeviceDetailsGUI, SyncMLViewer, and CMTrace.
Intune Device Details GUI
A PowerShell-based GUI tool for visualizing comprehensive Intune device information. Shows Azure AD group memberships, Intune filter assignments, application and configuration targeting, BitLocker recovery keys, LAPS passwords, Autopilot profiles, and remediation script status with color-coded assignment states.
Endpoint Analytics Remediation Scripts
A community-driven repository of 86+ PowerShell detection and remediation scripts for Microsoft Intune Endpoint Analytics. Includes scripts for system health, security hardening, device management, application management, optimization, and diagnostics.