• New-QADUser Setting Password Issue

    Hey,

    I need to create a large number of generic user accounts.

    I created a really simple PowerShell script that does the following

    • Generates a random password.
    • Stores this password in our password manager by user.
    • Creates a new user account using New…
  • 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…