Skip to content

v2.2.0

Choose a tag to compare

@markorr321 markorr321 released this 31 Jan 11:10
· 55 commits to main since this release

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 PSGallery

Using PowerShellGet:

Install-Module -Name Entra-PIM -Repository PSGallery

Updating

Using PSResourceGet:

Update-PSResource -Name Entra-PIM

Using PowerShellGet:

Update-Module -Name Entra-PIM

Full Changelog: v2.1.0...v2.2.0