Skip to content
Other
5/6 checks passed

GIST - Gist Intune Script Trigger

GIST - Gist Intune Script Trigger is a compact collection of PowerShell scripts for diagnosing and troubleshooting Intune devices. It features a menu-driven interface accessible via a simple one-liner (iwr gist.ittips.ch | iex) and supports direct gist IDs for quick runs. The scripts require no parameters, have no external dependencies, and prioritize safety by not altering system settings.

Screenshots

Security Analysis

5of 6
1 Issue FoundOverride

1 files scanned on Jul 12, 2026

Issues Detected
No Remote Execution
No download-and-execute patterns
DownloadString execution in GistIntuneScriptTrigger.ps1 ([lines: 461](https://github.com/MrWyss-MSFT/gist/blob/main/GistIntuneScriptTrigger.ps1#L461))
Passed Checks
No Obfuscated Code
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

High risk: remote code execution via dynamic loading and execution of external scripts. Recommend eliminating remote execution or implementing strict verification (allowlists, code-signing, and safer invocation patterns).

You might also like

Other

Intune Win32 Retry Reset Script

PowerShell tool for Microsoft Intune that forces an immediate retry of a failed Win32 app deployment by clearing the local IME state for the target AppId and restarting the Intune Management Extension service. It does not uninstall the app or modify files; it only resets local Intune state to bypass the Global Re-evaluation Schedule (GRS) and prompt another install attempt. Includes a WhatIf preview and logs to C:\ProgramData\IME-DeepReset-<AppId>.log.

Faith TurkogluFaith Turkoglu
Other

IntuneNetworkRequirements

The Intune Network Requirements PowerShell tool is a comprehensive script designed to validate whether all required Microsoft Intune and related service endpoints are reachable from a given network. It performs layered tests, including DNS resolution, TCP/UDP connectivity, HTTP/S responses, TLS/SSL validation, and optional CRL verification, to detect issues such as blocked ports, incorrect routing, proxy or TLS interception, and missing endpoint access.

Martin HimkenMartin Himken
Other

macOS Defender Check

macOS Defender Check is a testing toolkit for Microsoft Defender for Endpoint on macOS. It validates MDE installation and health, tests Tamper Protection and Web Protection across multiple browsers, and supports custom URL indicators with CSV import. The suite produces detailed logs and CSV reports to aid pre- and post-deployment validation, troubleshooting, and compliance auditing.

Niklas BruhnNiklas Bruhn
Desktop App

CMTrace Open

CMTrace Open is an open-source log viewer (Tauri v2, React/TypeScript, Rust) inspired by CMTrace.exe. It supports CCM, simple, and plain text logs with real-time tailing, virtual scrolling, filtering, highlighting, and color-coded severities. It includes embedded error lookup and diagnostics (IME log analysis, event timeline, download statistics, and a summary dashboard) for quick Intune-oriented insights. Flexible input from files, folders, or drag-and-drop.

Adam GellAdam Gell