X Tutup
Skip to content

Tags: ugurkocde/IntuneAssignmentChecker

Tags

v3.8.1

Toggle v3.8.1's commit message
Add Platform filter dropdown to HTML report (fixes #103)

- Add dynamically populated Platform filter dropdown alongside existing filters
- Layout changed to 2x2 grid for the four filter controls
- Filter uses exact regex matching and gracefully skips tabs without a Platform column
- Bump version to 3.8.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v3.8.0

Toggle v3.8.0's commit message
Add multi-device handling, scope tag filter, and HTML report fixes (v…

…3.8.0)

- Handle multiple Entra ID devices with same display name via interactive
  selection and Object ID (GUID) input support (fixes #94)
- Add Scope Tag filter dropdown to HTML report (fixes #85, #96)
- Add Platform column to "All Policies & Apps" tab (fixes #96)
- Fix Assignment Type filter targeting wrong column index in HTML report
- Switch device query from v1.0 to beta endpoint for richer properties
- Bump version to 3.8.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v3.7.1

Toggle v3.7.1's commit message
Bump version to 3.7.1 and sync display version

- Update PSScriptInfo, localVersion, and last updated date to 3.7.1
- Fixes runtime showing 3.5.0 instead of actual version (fixes #102)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

v3.7.0

Toggle v3.7.0's commit message
Bump script version to 3.7.0

v3.6.0

Toggle v3.6.0's commit message
Filter policies and apps by device platform in Option 3 (fixes #33)

When checking device assignments, the script now retrieves the device's
operating system from Azure AD and filters results to only show policies
and apps applicable to that platform. Adds Test-PlatformCompatibility
and Test-AppPlatformCompatibility helper functions. Windows-only sections
(Autopilot, ESP, CloudPC) are skipped entirely for non-Windows devices.

v3.5.0

Toggle v3.5.0's commit message
Release version 3.5.0 - Multiple bug fixes

- Fix macOS policies not returned in group checks (#92)
- Add CloudPC.Read.All scope for Windows 365 provisioning policies (#89)
- Fix Cloud PC provisioning policies URI format, suppress W365 warnings for unlicensed tenants (#88)
- Fix App Protection Policies not being reported (#69)
- Fix CSV/Excel export to include app assignments (Required, Available, Uninstall) (#93)
- Fix HTML export path issues on Windows (System32) and macOS (#83, #81)
- Fix CSV export dialog hanging on macOS/Linux - now cross-platform (#43)
- Fix disk encryption profiles display (#77)
- Improve 403 permission error messages with specific scope guidance (#30)
- Fix cross-platform temp directory for HTML export

3.4.5

Toggle 3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 3.4.5 - Add tenant switching capability (#91)

- Added tenant switching capability allowing users to disconnect and connect to a different tenant without restarting the script
- Menu now displays current connected tenant name and logged-in user for better visibility
- New menu option [12] to switch between tenants mid-session
- Script-level variables added to track current tenant ID, name, and user UPN
- Connection logic updated to populate tenant information on initial connection
- Improved user experience when working with multiple tenants

Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #78 from ugurkocde/version-3.4.0

Release v3.4.0: Failed Assignments Feature & Windows 365 Support

v3.3.4

Toggle v3.3.4's commit message
Update last updated date in script to 2025-06-06

v3.3.3

Toggle v3.3.3's commit message
Bump script version to 3.3.3 and add display for Autopilot and Enroll…

…ment Status Page profiles
X Tutup