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