IntuneManagement is a collection of scripts, modules, and automation patterns for administering Microsoft Intune environments at scale. It provides helpers to manage device enrollment, configuration profiles, compliance rules, application assignments, and reporting, often leveraging PowerShell and the Microsoft Graph API to perform bulk operations. The toolkit is aimed at IT pros who must apply consistent policies across many endpoints, offering idempotent commands and templates to codify common policies and onboarding flows. Many such projects include sample automation for dynamic device groups, license checks, or automatic remediation workflows triggered by compliance violations. Because enterprise device fleets require auditability and repeatability, the repo focuses on reproducible scripts, logging, and parameterization so they can be integrated into larger automation frameworks.
Features
- Export and import profiles/policies/applications in Intune / Azure, including assignments, scope tags etc.
- Compare existing policies/profiles with exported JSON representations to detect drift or changes
- Support for ADMX files and registry-based settings ingestion (creating ADMX/policies from registry settings etc.)
- WPF graphical UI and also support for silent / batch operations via scripts for automation
- Handles dependencies when importing (e.g. objects needed by others) and attempts to recreate missing groups etc. during import between tenants
- Some objects types supported: compliance policies, device configurations, enrollment restrictions, application protection, etc.