Releases: ugurkocde/IntuneAssignmentChecker
Releases · ugurkocde/IntuneAssignmentChecker
Version 2.5
Version 2.4.2
Bug fixes
- Option 4 and 8 now also show Administrative Templates
Version 2.4.1
Fixed the pagination for Settings Catalog Policies
What's Changed
- Update to 2.4.1 by @ugurkocde in #29
Full Changelog: 2.4.0...v2.4.1
Version 2.4
New Options
- Show All Policies and Their Assignments: Quickly view all Intune policies along with their respective assignments.
- Show Policies Without Assignments: Identify policies that are not assigned to any groups.
- Check for Empty Groups in Assignments: Validate assigned groups to detect and report any empty groups.
Improvements and Bug Fixes
- Pagination Added: Overcame Graph API limitations by implementing pagination.
- Enhanced Error Handling: Improved validation to handle mistyped UPNs and Group Names.
- Updated Readme: Expanded documentation with detailed information on usage and a step-by-step authentication guide.
- Stability and Performance Improvements: Optimized codebase for greater reliability and faster execution.
What's Changed
- Update IntuneAssignmentChecker_v2.ps1 by @jamesvincent in #19
- Create funding.yml by @ugurkocde in #24
- update by @ugurkocde in #25
- V2.4.0 by @ugurkocde in #27
Full Changelog: v2.3.0...2.4.0
Version 2.3
Changelog
Fixed
- Permissions Check Enhancement: Updated the permission validation logic in the "Test" script to correctly factor in ReadWrite permissions in addition to Read. Previously, users with ReadWrite permissions were incorrectly flagged as failing the permission check. This issue caused some users to experience false failures in their permission tests. Issue #18. Thanks @jamesvincent
Version 2.2
Changelog
- Enhanced Login Options: Added Interactive Login support for cases where switching tenants quickly or handling complex app registration processes is needed. Certificate Authentication remains the default. Thanks to @SimonSkotheimsvik for the PR and highlighting this use case.
Version 2.1
Changelog
- Added Permission Check
- Fixed CSV Export. See #14
Version 2.0
I've created a separate Version 2 of this script.
Version 2 introduces certificate-based authentication for Graph, offering enhanced security. The original authentication method remains available for those currently using the script.
I highly recommend switching to V2 for improved security and additional features.
Key Updates
Update to 1.3.0
Changelog
Added new option: Search for assignments by setting name
Update to 1.2.0
Changelog
- Added CSV Export Support
- Added new menu option to report a bug or request a feature