Skip to content
PS Script
Verified

Edge Extension Inventory Collector

Edge Extension Inventory Collector is a lightweight tool that scans endpoints to enumerate installed Microsoft Edge extensions, capturing extension ID, name, publisher, version, enabled state, and install source. It exports a consolidated inventory to JSON or CSV for software asset management, security audits, and Intune/Endpoint Manager workflows. It helps maintain visibility of browser extensions across managed devices and supports baseline compliance checks.

Security Analysis

6of 6
All Checks Passed

8 files scanned on Jul 14, 2026

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

Security assessment: No obfuscated code, no remote code execution, no evident credential theft, and no data exfiltration observed. Major concerns are the presence of hardcoded credentials in the Client Secret authentication script (risk of secret leakage), logging of recipient/sender emails (potential information exposure), and the use of a Graph Beta endpoint for sign-in data (may have stability/security implications). Address hardcoded secrets by adopting secure vault-based storage and managed identity flow, minimize sensitive data in logs, and review Beta API usage for production deployments.

You might also like

PS Script

Intune Anomalies Report

A PowerShell script for comprehensive analysis and reporting of Microsoft Intune environment anomalies. Identifies application failures, multi-user devices, BitLocker status, Autopilot hash issues, inactive devices, compliance violations, OS edition overview, and disabled user accounts.

Roy KloosterRoy Klooster
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
API Wrapper

Get-IntuneAssignments

Get-IntuneAssignments retrieves all Intune configuration profile assignments (device configurations, policies, enrollment configurations, and more) and returns PowerShell objects for easy filtering, grid viewing, and exporting. It supports multiple authentication methods (Interactive, Certificate, ClientSecret, User/System Managed Identity), group filtering, and CSV export. It also includes coverage for Cloud PC role assignments and Intune role assignments.

Amir Joseph SayesAmir Joseph Sayes
Desktop App

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.

Kosta WadenfalkKosta Wadenfalk