Some approvers are unable to see the approval task via ARS Shell. When running the following cmdlet and exception appears:
Get-QARSApprovalTask -Approver prrft\au6104398 -Proxy | ?{$_.Status -eq "Pending"}

Status
The Active Roles product team has raised Defect #645412 to resolve this issue in a future version of Active Roles.
Workaround1
Use the ARS WI to enlist all PENDING approvals.
Workaround2
Set -CreatedBefore and -CreatedAfter switches:
Get-QARSApprovalTask -CreatedAfter (Get-Date).AddDays(-10) -Approver $approver -proxy | ?{$_.Status -eq “Pending”}
Workaround3:
|
#Change $limit value to change how many hours before current day you would like to get $limit = 720 $now = Get-Date for ($i = 1; $i -lt $limit; $i++) { $percentComplete = [int](($i / $limit) * 100) try { Write-Progress -Activity "Collecting Pending Approval Tasks" -Completed $results |
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie首选项中心