• QARS Workflow New-QADUSER from CSV - Access is Denied

    I am calling the script module below from a Workflow in order to create new accounts from a CSV.

    When I run the workflow manually (right click and select 'Run') the result is 'Access id Denied'. However, if I run the script in the same user context from…

  • Error in workflow - need help works in powershell

    I can run this in Powershell no issues, would appropriate any help.  I am writing how many days left until an account expires to a VA.

    THE CAUSE
    $Expiration
    = (([datetime]::FromFileTime((Get-ADUser Identity $user -Properties "msDS-UserPasswordExpiryTimeComputed…
  • Assign permissions via Active roles to view workflows

    Hi Guys,

    I'm quiet new to the use of Active Roles, how can I assign read permissions on workflows to a user via an access template?

    Thanks for helping me on solving this.

  • Question - ARS 6.9 Workflow How to Filter out a specific sub OU

    I have a compliance requirement.  All new server objects must be added to X policy filtering group in 3 of our AD's

    I have workflow setup - to detect a computer created under domain\Xservers  (for which there are sub OU's for IIS/SQL/FILE/SharePoint …