I am running the following command as part of a process orchestration in One Identity:
Connect-QADService -Proxy
Set-QADGroup $dl_name -ManagerCanUpdateMembershipList:$True -Proxy -Description $desc
And receiving the following error:
Last action taken by target system provider was: Cannot resolve directory object for the given identity:
How do I get past this error?