6bf7345eb7
- Add Scripts/Export-EntraRoleMembership.ps1 to export active + PIM-eligible Entra directory role memberships (with group expansion) to CSV. - Wire the new script into Start-IntuneToolkit.ps1 as menu item 20. - Document the new script in README.md and AGENTS.md. - Bump VERSION to 4.2.0 and add CHANGELOG entry. - Harden .gitignore against local operational artifacts (accounts/ folder, deploy.sh, restart_gateways.sh).
44 lines
685 B
Plaintext
44 lines
685 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/
|
|
|
|
# Local operational artifacts that are not part of the toolkit
|
|
accounts/
|
|
deploy.sh
|
|
restart_gateways.sh
|