« 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
.
iwr
alias for Invoke-WebRequest,gist.ittips.ch
is pointing toGistIntuneScriptTrigger.ps1
in this repository|
piped toiex
is alias to Invoke-Execution.
iwr gist.ittips.ch | iex
iwr gist.ittips.ch/dev | iex
iwr gist.ittips.ch/5 | iex
If 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