Skip to content

Approve‐PIMAzureResourcePendingApproval

Loïc MICHEL edited this page Oct 16, 2024 · 1 revision

Description:

Approve an Azure Resource Role pending approval

Samples:

🔷 Approve all pending requests.

Get-PIMAzureResourcePendingApproval -tenantID $env:TenantID `
   |where-object { $_.principalDisplayname -eq "user1" }`
   |foreach-object { Approve-PIMAzureResourcePendingApproval -approvalID $_.approvalID -justification "Sure, I approve this! 😺" }

Parameters:

Parameter description
$approvalID Approval ID
$justification justification

📝 Documentation

EasyPIM help by type

EasyPIM Orchestrator

Use cases

Clone this wiki locally