Hello,
I'm trying to create a workflow that will update user's description if the company or TAM_AppsScope attributes are modified.
Company is the AD attribute (single string) whereas TAM_AppsScope is an ARS VA (multi-valued string).
In my workflow…
Hello,
I'm trying to create a workflow that will update user's description if the company or TAM_AppsScope attributes are modified.
Company is the AD attribute (single string) whereas TAM_AppsScope is an ARS VA (multi-valued string).
In my workflow…
Hi,
We're trying to create a workflow that counts every time a user enables or disables another user every day (workflow trigger is the modifivation of edsaAccountIsDisabled). (the counter resets every day.) If the counter reaches 20, the action requires…
Hello
My goal is to limit the number of members added to a group, for example: I have a group with 4 members, and I set a limitation value of 5 (the value is set in extension attribute 1)
I created a workflow with the operation: “add member to group…
I have this script in a workflow and this line fails when I use a variable
set-Qaduser -identity agntest\$usr -ObjectAttributes @{employeetype = $UserEmpType}
If I put text it works fine.
set-Qaduser -identity agntest\$usr -ObjectAttributes @{employeetype…