• Reset Passwords for users in a specific OU

    Hi There

    we have a new HR system that is using Powershell to Create users. Unfortunately, this does not output the passwords so we cannot send them to the managers.

    Is there a way to reset the passwords for any users that get created in this OU using…

  • Temporary group membership

    HI,  I would like to add a group by midnight through a script, I know the GUI has the setting to set date and time but how would I do it using a script.

    Command:

    Add-QADgroupmember -identity "groupname" -member $ADuser   (tonight at midnight)

  • How to call a remote powershell script from within a ARS workflow?

    Hi all, 

    Using ARS 7.4.3. I have a rather long Powershell script which I would like to start from a workflow. Meaning the workflow starts an Active Roles Powershell script which then fires the external script. In a normal powershell command windows, I…

  • Working with the proxyAddresses Attribute

    Hey,

    Just wanted to share my recent experience with working with the proxyAddresses attribute.

    Disclaimer: I am definitely not an expert with PowerShell and I mainly just script to the point of what works for me. I just wanted to compile my experience…

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

  • Add script to specific user attribute

    Hello,

    I'm trying to add a script to users attributes that will generate a 8 digit pin every 24 hours.

    We  have the script ready to go and will set it up in a scheduled task however,  I am having trouble linking the script to the specific attribute…

  • ARS PowerShell script to "Move" users from one group to another.

    I have a .csv with 2 columns. Column 1 is called SourceGroup with a list of groups, and the other is DestinationGroup with a different list. I have a script I am trying to use that will Add the users from SourceGroup to the DestinationGroup, after the…

  • Change/replace SIP address from the edsvaOffice365-UserID field

    Ill start off by saying I am a complete novice

    I would like to change user SIP address with the field edsvaOffice365-UserID

    Id also like to be able to update this by OU if possible

    I am using Quest Commandlet to pull this information. Get-QADUser -SearchRoot…

  • Searching and exporting account information from Active Directory

    I would like to do the following with AD accounts:

    Export the following fields from Active Directory to an Excel sheet with the appropriate headers:

    Under AD Account's General Tab: First Name, Last name, Display Name, Description, Office, Telephone Number…