-
released this
2026-06-14 13:24:52 +00:00 | 1 commits to main since this releaseThis release reorganizes the entry-point scripts, adds CIS M365 baselines and reporting utilities, and hardens the repository against committing local artifacts.
New and moved entry points
Start-IntuneToolkit.ps1is now at the repo root (the recommended unified launcher).Scripts/Start-HeadlessIntune.ps1moved from the repo root.Scripts/Private/Start-IntuneManagementTui.ps1moved to thePrivatehelper folder.
New capabilities
- CIS M365 v7 baseline —
Scripts/Deploy-CISM365Baseline.ps1plusBaselines/CISM365-v7*.yamlandBaselines/M365-CIS-Rapid/. - Python reporting utilities —
Export-SettingsReport.py,Export-AssignmentReport.py,Export-ObjectInventoryReport.pygenerate CSV/Markdown reports from local exports. Settings Catalog names are resolved automatically viaconfigurationSettings.json. - Conditional Access wizard —
Scripts/Start-CAWizard.ps1andScripts/ca-wizard.pyhelp scaffold Conditional Access baselines. - Baseline batch runner —
Scripts/Invoke-BaselineBatch.ps1runs multiple baseline manifests in one pass.
Improvements
Deploy-IntuneBaseline.ps1addsMergeconflict resolution,-ReportPathoutput, and optimized group loading.Initialize-IntuneAuth.ps1adds-RotateSecretand-SecretExpiryYearsfor secret lifecycle management.Extensions/EndpointManager.psm1andExtensions/MSGraph.psm1auto-export Settings Catalog definitions during export.README.mdupdated with the new entry points and full script catalog.- New
AGENTS.mddocuments the project architecture, dependencies, testing notes, and security considerations for AI coding agents.
Repository hygiene
.gitignorenow excludes.DS_Store,__pycache__,.venv-pdf/, local export folders,Settings.json, andIntuneManagement.log.- Removed an accidental tenant export folder and the local
.venv-pdfdirectory before committing.
See
CHANGELOG_macOS_IntuneToolkit.mdandAGENTS.mdfor full details.Downloads