Get-PAMRequestToApprove
Retrieves from the MIM Service the PAM activation requests from another user that are pending approval.
Syntax
Get-PAMRequestToApprove []
Description
If the user is a role owner, then this cmdlet returns any requests from other users that are currently pending approval for activation for that role. The objects returned from this cmdlet are provided to Set-PAMRequestToApprove to approve or reject the request.
Examples
EXAMPLE 1
$r = Get-PAMRequestToApprove
Description
This command returns requests other users made earlier that are pending approval.
Outputs
Microsoft.IdentityManagement.PamCmdlets.Model.PAMRequestToApprove
Zero or more PAM request objects that are pending approval.