Skip to content
PS Script
5/6 checks passed

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

5of 6
1 Issue Found

8 files scanned on Aug 16, 2026

Issues Detected
No Hardcoded Secrets
No API keys or credentials in code
Contains hardcoded client secret in the Configuration (ClientSecret). Secrets should not be stored in code. Use Azure Key Vault or Automation Variables with secret scope and rotate credentials regularly.
Passed Checks
No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
AI Analysis

Hardcoded secret detected in the Client Secret authentication script. No obfuscated code, remote code execution, or evident credential theft patterns observed in the provided snippets. Primary risk is secret management: move credentials out of code, use secure vaults or automation secret stores, and rotate credentials. Other scripts rely on managed identity or standard Graph API usage and do not exhibit immediate malicious behavior.

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