Hi all. Is there a way to publish data (write-back or outbound events) from ARS to an SCIM endpoint?
AFAIK the SCIM connection can only be used as source.
Any thoughts?
Hi all. Is there a way to publish data (write-back or outbound events) from ARS to an SCIM endpoint?
AFAIK the SCIM connection can only be used as source.
Any thoughts?
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…
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…
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…
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…
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…
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…
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…
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,…
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…
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…
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…