• Is it possible to load Library Script in Scheduled Task using PowerShell ?

    I have a large library of powershell functions that I would like to store in ARS as a library script and then call them from individual Scheduled Tasks, such as email, formatting, etc. I have attempted to add them Library Scripts but continually get an…

  • Active Roles custom attributes(edsva) reference?

    Where can I find more information about the Active Roles custom attributes like edsva-MsExch-MailboxType and what are the supported values? Is there a reference for all Active Roles custom attributes and where it is located if there is one?

  • Get-QADUser returns blank values

    In the process of upgrading our v6.9 to the latest version but there is a burning issue for which our Operations team is looking for a report. The requirement is to gather the list of all user accounts in AD with their EmployeeIDReference and Division…

  • Script for Quest Powershell in order to pull data from AD

    Hi All, im new to powershell and need to extract out some data.

    I would like to extract below attributes from AD for a User. Could you please help me in fixing the script.


    Get-QADUser t70869 | select -ObjectAttributes samAccountName, givenName, sn, displayName…

  • Pause/Wait in a script during deprovision?

    Hi guys,

    I'm currently running into an issue with one of my deprovision scripts. Basically, when a user gets deprod I have a series of scripts run that accomplish a bunch of different tasks. At the end of the depro, an email report is sent to IT stating…

  • Windows Administrative Delegation

    Hello,

    I was wondering what Quest product can perform the following functionality, as I need a single product (key word) for Windows 7->10 client & W2K8 R2->W2K16 server, that covers all the below tasks with no user admin rights at all (i.e.…

  • Check for unique EmployeeID on user provisioning

    Hi all,

     

    Hopefully the community can share some insight here. I have been asked to try and put a check into the user provisioning process that ensures that the provided 'EmployeeID' field is unique within the domain. Users are provisioned using the 'New…

  • Modifying Workflow Parameters in a script

    Hello,

    I'm currently running ARS 6.9 and am trying to understand some basic workflow functionality.

     

    For a basic example I have a test workflow like so:

    There's a parameter for it aptly named 'TestParam'. This parameter is set as a string that's…

  • finding an attribute from within a scheduled workflow with powershell - msds-userpasswordexpirytimecomputed

    Hi, 

    I'm working on a password expiry notification, using ARS 7.0 workflow interface.

    First, I use a find activity to scope certain users.

    Then, I'd like to use an if-then branch, to evaluate the msds-userpasswordexpirytimecomputed property.

    From…

  • Updating EDS_CONTROL_OBJECT_DN Not Working - ARS 7

    I've created a workstation deprovisioning policy, this policy changes properties, disabled and moves a workstation to a deprovisioned OU. This isn't a form policy, it's an attribute setter command. It flips a boolean to true which kicks off the policy…

  • Using Quest Commandlets in onPostGet Function (Looping & Crashing ActiveRoles Service)

    I implemented a new script to our system yesterday that uses onPostGet to retrieve information and show information on a form after it loads. I have traced it down to running QAD commandlets in the onPostGet function. This leads to errors like:

    Recursion…

  • Customized workflow approval process

    Good day to all..

    We got a request from the customer saying.. If a user added to a specific group, workflow trigger a approvals mail to user's manager.

    We selected "Manager of person being added or removed from a Target group", in "Approvers…

  • PowerShell

    Browse the Script Center: PowerShell content.

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