IntuneAutomation

Intune scriptsthat actually workin production.

120+ open-source Intune scripts you can run locally or deploy as Azure Automation runbooks without writing any infrastructure code.

120+ scripts PSScriptAnalyzer validated in CI

// Library · 120+ scripts

All

~/intune-library/

// How it works

Two paths. One outcome.

The same PowerShell script runs ad-hoc from your terminal or on a schedule as an Azure Automation runbook. Same script. Same tenant. Different operational cadence.

  1. Step 1: You author or pick a PowerShell script from the library.
  2. Path A — Local: run it interactively from your shell against the Microsoft Graph using your own credentials.
  3. Path B — Cloud: deploy it once as an Azure Automation runbook; it then runs on a schedule using a managed identity.
  4. Both paths converge on the same outcome: changes applied to your Intune tenant.
Browse scripts

All scripts ship both paths. No selection required.

// FAQ

Questions you might have.

Prerequisites, security posture, how to deploy, and the technical choices behind the library.