Skip to content

Releases: ugurkocde/IntuneAssignmentChecker

Version 2.5

16 Nov 11:20
Compare
Choose a tag to compare

Changes

  • Add new option to show all policies that are based on Administrative Templates

Version 2.4.2

14 Nov 15:10
Compare
Choose a tag to compare

Bug fixes

  • Option 4 and 8 now also show Administrative Templates

Version 2.4.1

05 Nov 14:13
82e05ea
Compare
Choose a tag to compare

Fixed the pagination for Settings Catalog Policies

What's Changed

Full Changelog: 2.4.0...v2.4.1

Version 2.4

31 Oct 13:09
7f6d078
Compare
Choose a tag to compare

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

Full Changelog: v2.3.0...2.4.0

Version 2.3

26 Aug 20:39
ca3aa95
Compare
Choose a tag to compare

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

22 Aug 11:08
21bd11b
Compare
Choose a tag to compare

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

20 Aug 18:54
8de15d5
Compare
Choose a tag to compare

Changelog

  • Added Permission Check
  • Fixed CSV Export. See #14

Version 2.0

20 Aug 09:28
f916f75
Compare
Choose a tag to compare

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

  • Switched from secrets-based to certificate-based authentication
  • Completed Issue: App Protection & App Configuration Policies #8
  • Completed Issue: Only seems to return a subset of config policies. #9
  • Completed Issue: [Feature request]: Certificate-based authentication #10

Update to 1.3.0

04 Jul 12:56
e9399ea
Compare
Choose a tag to compare

Changelog

Added new option: Search for assignments by setting name

Update to 1.2.0

23 May 14:10
22b9a99
Compare
Choose a tag to compare

Changelog

  • Added CSV Export Support
  • Added new menu option to report a bug or request a feature