90209a7ec4
- Export-SettingsReport.py: add coverage for Compliance V2, Endpoint Security, Device Management Intents, ADMX, scripts (base64 decoded), App Protection/Configuration, updates, enrollment, Autopilot, W365, filters, and more; add OMA-URI and customSettings expansion - Start-IntuneToolkit.ps1: add menu item 19 for Conditional Access documentation - Add Invoke-ConditionalAccessDocumentation.ps1 for CA policy docs (CSV/Excel) - .gitignore: exclude CA documentation CSV/XLSX outputs - CHANGELOG: document the new reporting capabilities
39 lines
581 B
Plaintext
39 lines
581 B
Plaintext
# Editor / OS
|
|
.vs/
|
|
.vscode/
|
|
.DS_Store
|
|
|
|
# Git
|
|
.git/
|
|
|
|
# PowerShell / logs
|
|
/*.Log
|
|
/*.Lo_
|
|
IntuneManagement.log
|
|
|
|
# Local exports, backups and generated reports
|
|
/*.csv
|
|
/*.zip
|
|
/*.new
|
|
/*.old
|
|
/Extensions/*.zip
|
|
Exporting */
|
|
*.backup/
|
|
*.backup
|
|
Scripts/ConditionalAccessDocumentation.csv
|
|
Scripts/ConditionalAccessDocumentation.xlsx
|
|
|
|
# Graph metadata cache (now stored in the platform-specific data folder)
|
|
GraphMetaData.xml
|
|
CloudAPIPowerShellManagement/
|
|
|
|
# Local application settings (contains secrets on non-macOS platforms)
|
|
Settings.json
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv-pdf/
|
|
.venv/
|