Hi,
I've made a PS Script that manage deprovisioning of users.
This script move user object to another OU. When the script is completed, I got an error in ARS WebUI cause user cannot be found at previous location.
object not found. (Exception from HRESULT: 0x8007208D)
I've read post saying that I need to use PutOutControl like here :
http://activeroles.inside.quest.com/thread.jspa?threadID=11203
But I failed using this with PowerShell.
Do you know how can I update the user property so that, when the script is finished, target user account is updated ? or a way to bypass page refresh when the deprovisioning script ends ?
I've made a PS Script that manage deprovisioning of users.
This script move user object to another OU. When the script is completed, I got an error in ARS WebUI cause user cannot be found at previous location.
object not found. (Exception from HRESULT: 0x8007208D)
I've read post saying that I need to use PutOutControl like here :
http://activeroles.inside.quest.com/thread.jspa?threadID=11203
But I failed using this with PowerShell.
Do you know how can I update the user property so that, when the script is finished, target user account is updated ? or a way to bypass page refresh when the deprovisioning script ends ?