• Remove Attribute from Accounts if Deprovisioned

    Hi! I am trying to figure out the best way to handle this situation. When we create accounts, we set 2 virtual attributes (edsvaLMSManager and edsvaLMSApprover). Both of these virtual attributes use the DN of the users that are set for their LMSManager…

  • 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,…

  • Need to find out all attributed modified in function onPreModify

    Hi all!

    I need to dynamically find all attributes modified in function onPreModify($Request).

    I do NOT want to something like:

    function onPreModify($Request)

    {

    if ((IsAttributeModified "edsva_myattribute" $Request) -eq $true)

            {
                #do something…

  • Workflow to Remove User From Group if in Another Group

    What would be the best way, if possible, to remove a user from a group Group1_Test whenever they are a member of another group that begins with Group1. For example, I am currently a member of Group1_Test and I am now being added to Group1_Test2. Is there…

  • Dynamic from email address in a workflow?

    Hi guys,

    Right now we have some new hire and departure workflows set up on a per-user basis, as HR wants the emails to come from them, rather than an HR alias. I was wondering if it's possible to have the from address in a workflow be dynamic based on…

  • Workflow - Show search results in notification

    Hello,

    Im trying to get the search results into a mail notification, I can perform actions to the search results (Disable users, change properties, etc) But I can not get the notification to send me users that matched the search condition.

    Anyone has…

  • AR Workflow - How can I generate daily reports of users matching certain conditions?

    Hello

     

    We need to generate a workflow that sends daily reports about users matching conditions such as the following:

    -Users with 30 days without changing password

    -Users with the "User cannot change password" option selected

    -Users that do…

  • Script a different person in a notification other than manager

    I am creating a user and trying to use the notification task in a workflow but i need a way to add a different person other than a manager to send to.  I have a virtual attrib that has a sam account name that would like to send the notification to.  the…