Back to all tools
Desktop AppReporting

InSight

InSight is a PowerShell GUI tool for Microsoft Intune that provides deeper visibility beyond the Intune portal. It offers device ownership analytics, full configuration backup to JSON, assignment tracking to identify orphaned policies, application insights with version tracking, and a library of remediation scripts for quick deployment.

Works with
WindowsGraph APIConfig ProfilesRemediation Scripts
Created by

Security Analysis

5of 6
1 Issue Found

50 files scanned on Jan 8, 2026

Issues Detected
No Malicious Patterns
No known malware techniques
Deletes contents of all users' Downloads folders (Get-ChildItem C:\Users\*\Downloads\* | Remove-Item -recurse -force). High risk of data loss.
Passed Checks
No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Hardcoded Secrets
AI Analysis

The codebase contains several remediation scripts that present significant risk: (1) data-destructive operations clearing user Downloads across multiple accounts; (2) ambiguous Local Admin management with placeholder values that could enable privilege abuse; (3) registry-based changes that weaken security controls for Adobe products (JavaScript, Flash); and (4) potential attempts to uninstall or evade device management (SCCM). These issues warrant strict access controls, safe-guarding (dry-run, prompts, backups), and thorough review before deployment in Intune/InSight workflows.

Screenshots1 / 5

Swipe to see more

You might also like

Web App

IntuneAssistant

IntuneAssistant gives you clear insights in the current Intune assignments over every resource. If it is a configuration policy, compliance policy, application or anything else, all resources are shown. You can search based on a user, a group or all resource assignments. Even if their not assigned.

Sander RozemullerSander Rozemuller
PS Script

Intune Assignment Checker

A PowerShell-based auditing tool for IT administrators managing Microsoft Intune. Provides comprehensive analysis of policy, app, and configuration assignments across users, groups, and devices. Features include assignment verification, policy discovery, empty group detection, HTML report generation with charts and dark/light mode, CSV export, and support for multiple authentication methods including certificate-based automation.

Ugur KocUgur Koc
Web App

Intune Documentation

A free web application that generates comprehensive PDF documentation for Microsoft Intune configurations. Automatically exports all configuration types including device configurations, compliance policies, security baselines, PowerShell scripts, and Conditional Access Policies with full settings, assignments, and filters. Features customizable branding with logos, colors, headers, and footers. Uses read-only OAuth 2.0 authentication with no persistent data storage.

Ugur KocUgur Koc
PowerShell Module

M365Documentation

A PowerShell module for automatic documentation of Microsoft 365 environments including Intune, Azure AD/Entra ID, Windows 365, Cloud Print, and Information Protection. Exports to Word, HTML, Markdown, JSON, and CSV formats with configuration comparison capabilities for change detection.

Thomas KurthThomas Kurth