PIMActivation

1.2.4

PowerShell module for managing Microsoft Entra ID Privileged Identity Management (PIM) role activations through a modern GUI interface. Supports authentication context, bulk operations, and policy compliance. Developed with AI assistance. Requires PowerShell 7+.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PIMActivation

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PIMActivation

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 Sebastian Flæng Markdanner. All rights reserved.

Package Details

Author(s)

  • Sebastian Flæng Markdanner

Tags

PIM PrivilegedIdentityManagement EntraID AzureAD Identity Governance RBAC GUI Authentication ConditionalAccess Security Microsoft Graph

Functions

Start-PIMActivation

PSEditions

Core

Dependencies

This module has no dependencies.

Release Notes

## PIMActivation v1.2.4

### 🔧 What's Fixed
- **Module Compatibility**: Changed from exact version requirements to minimum version checking for all dependencies
- **Missing Dependencies**: Added support for Microsoft.Graph.Groups and Microsoft.Graph.Identity.SignIns modules  
- **Version Flexibility**: Module now accepts specified version or higher for better compatibility with existing installations

### ⚡ Key Improvements
- **Az.Accounts**: Now requires minimum version 5.1.0 (was exact 5.1.0)
- **Microsoft.Graph**: All Graph modules now use minimum version 2.29.1 (was exact 2.29.1)
- **Smart Loading**: Automatically selects best available version that meets minimum requirements

### 📚 Full Release Notes
For complete release notes, changelog, and detailed information:
- **GitHub Releases**: https://github.com/Noble-Effeciency13/PIMActivation/releases
- **Changelog**: https://github.com/Noble-Effeciency13/PIMActivation/blob/main/CHANGELOG.md
- **Documentation**: https://github.com/Noble-Effeciency13/PIMActivation/blob/main/README.md

### 🚀 Getting Started
```powershell
Install-Module PIMActivation -Scope CurrentUser
Start-PIMActivation
```

PowerShell module for Microsoft Entra ID Privileged Identity Management (PIM) role activations through a modern GUI interface.

FileList

Version History

Version Downloads Last updated
1.2.4 (current version) 85 8/4/2025
1.2.3 9 8/4/2025
1.2.2 15 8/4/2025
1.2.1 9 8/4/2025
1.2.0 22 8/1/2025
1.1.1 6 7/30/2025
1.1.0 8 7/30/2025
1.0.1 7 7/29/2025
1.0.0 6 7/29/2025
Show more