« Gist Intune Script Trigger, a recursive acronym if you get the gist of it »
Gist Intune Script Trigger is a compilation of concise PowerShell scripts designed for diagnosing and troubleshooting primarily Intune devices. These scripts have been organized into a menu for ease of use, accessible with a simple and memorable command: iwr gist.ittips.ch | iex.
iwralias for Invoke-WebRequest,gist.ittips.chis pointing toGistIntuneScriptTrigger.ps1in this repository|piped toiexis alias to Invoke-Execution.
iwr gist.ittips.ch | iexiwr gist.ittips.ch/5 | iexIf you are the author of a script that you would like to add, create an issue New script / gist. If the script passes the script requirements, I will add the specific gist id and revision id to the menu.
- Script is not harmful
- Script does not change system settings
- Script does not depend on external components (e.g. Modules, other scripts, random content from the internet)
- Does not require parameters (as for now)
Any other suggestions, issues and such: Issue

