I created a automation workflow which will search for "already" disabled user object and apply the deprovision policy. I configure the search scope as follow
Find: "All Objects"
When Searching the Organization Unit or container:
"Retrieve any object held in Organization Unit or container"
Search Options:
Filter:
AND group
objectClass (objectClass) equals "user"
Account Is Disabled (edsaAccountIsDisabled) equals "True"
When the automation workflow execute, the disabled user objects did not apply the deprovision policy. I try to set the Account Is Disabled (edsaAccountIsDisabled) equals "False". the deprovision policy did not apply as well.
Only when I remove the Account Is Disabled (edsaAccountIsDisabled) equals "True". All the user object in the OU, Enable and Disabled user object, is provisioning policy applied.
The "Account Is Disabled" Property doesn't seems to work in Search Scope in Automation workflow?
Kindly refer attached for detaild