v2.2.0
What's New in v2.2.0
New Features
- Automatic Update Notifications - Entra-PIM now checks PowerShell Gallery once per 24 hours and displays an inline red notification when a newer version is available
- Smart Caching - Version checks are cached for 24 hours to minimize network calls and respect PowerShell Gallery API
- Optional Disable - Update notifications can be disabled via the ENTRAPIM_DISABLE_UPDATE_CHECK environment variable
Improvements
- Non-blocking version check with 5-second timeout ensures module import isn't delayed
- Graceful offline handling - silently fails if network is unavailable (no errors)
- Cross-platform cache support (Windows, macOS, Linux)
Installation
Using PSResourceGet:
Install-PSResource -Name Entra-PIM -Repository PSGalleryUsing PowerShellGet:
Install-Module -Name Entra-PIM -Repository PSGalleryUpdating
Using PSResourceGet:
Update-PSResource -Name Entra-PIMUsing PowerShellGet:
Update-Module -Name Entra-PIMFull Changelog: v2.1.0...v2.2.0