Skip to content

v1.2.6 Optional app registration support for delegated Graph auth

Choose a tag to compare

@Noble-Effeciency13 Noble-Effeciency13 released this 27 Nov 21:14
· 14 commits to main since this release

What’s new

  • Added support for authenticating via a specific app registration:
    • Supply -ClientId and -TenantId to use a dedicated app for Microsoft Graph delegated auth.
    • Falls back to the existing interactive login when parameters are not provided.

Improvements

  • Defensive parameter handling: only forwards ClientId/TenantId when explicitly passed and non-empty.
  • No change to scopes or default behavior; existing flows continue to work as-is.

Usage

Start-PIMActivation -ClientId "00000000-0000-0000-0000-000000000000" -TenantId "11111111-1111-1111-1111-111111111111"

Update

Install-Module PIMActivation -Scope CurrentUser -Force
Start-PIMActivation

Links