• Use workflow script to modify Azure attribute of removed member (disabling)

    Good morning

    I am a beginner in ARS Workflows....

    I have a use case where an account which is synched from AD on-Premise to Azure is disabled on premise and must be immediately disabled on Azure without waiting for next the AAD synch run.

    i know how to…

  • Dynamic Group Executing server

    Hello Experts,

    I have a need to ensure all Dynamic groups are executing off of only 3 servers in my environment.

    I have 6 ARS servers and have a script to move them to the other servers not a problem. I'm wondering if there is a policy or a workflow that…

  • Saved object properties in workflow

    Hi,

    Does anyone know if its possible to have two saved object properties in a single workflow. 

    To give context, the first saved object is configured for "Workflow target" (i.e. the user) and targets email address, company etc. 

    The second…

  • set-QADUser Question Help

    Anybody know how to use Replace with set-QADUser?

    Trying to switch email suffix on users through a workflow. 

    $workflow.ActivityTarget("CreateDev511Account") is the name of the activity target. The workflow creates a user earlier with the old…

  • Workflow - Custom subject

    Hi

    I created a workflow who move an account and send a notification when is done. We would like to have the subject of the email customized like " Operation done for 'John Doe' " for exemple.

    But unfortunately to use to use an attribute…

  • Undo Deprovision with Workflow fails due to defect.. Work around?

    It seams UndoDeprovison is not possible in a work flow when you have Quest Change auditor integration.

    See this KB for details: UndoDeprovision with Workflow fails with error "Specified method is not supported" if Change Auditor Deprovision policy is applied…

  • Stale User Deprovision and Undoing deprovision

    I have a workflow that runs ever night. It will automatically deprovision any user with a certain timeframe of inactivity. Every now and then, a user does attempt to use their account and we have a process to undo the deprovisioned status in place. However…

  • try catch not working

    I wrote a custom powershell script and have it run in a workflow.

    I'm having an issue with the try catch statement. If I remove try catch and just run the command inside the try method, the workflow executes fine. However, when a try catch is added,…

  • ARS Script Wiki and Best Practices. Still existing on Quest Website? Or only dead links to Dell Software?

    Hello All,

    I have to implement a solution, where I have to use Workflows with partly User Input and also getting Workflow information in Scripting (prefered PowerShell). I searched these forum for Knowledge about it, but I could not find much. And the…

  • Create multi-functional button within ARS Web

    Hello, 

     

    I am trying to create a new button within ARS web. 

    This button would need to , Expire the user account. Disable the account, Change the password and also write a description, 

    Is there anyway to do this or would we need to create a new script for…

  • change user password via workflow

    I would like to automate the KRBTGT user password reset via a workflow as a countermeasure to the Golden ticket problem.

    I've tried to set up a workflow that makes works as follow

     

    search activity looks for users  in active directory with condition samaccountname…