• Remove a list users from a list of groups

    Hey everyone, 
    I am new to the community and new to Active Roles. 
    I have been able to create a couple of scripts for bulk add/remove users and groups, but am having issues with creating a script to launch that will remove a list of users (CSV) from a list…

  • Update to Latest Microsoft Teams PS Module Causes Issue

    There are some newer cmdlets in the lastest Teams powershell module that I need for some PS scripts I want to run in an AR workflow.  I updated my AR app server with the latest Teams PS module and removed the old outdated Teams module.  Now when I run my…

  • Get-QARSOperation not working in Prod OnPostUndelete Event

    Hello,

    I'm unable to run the 'Get-QARSOperation' cmdlet in production active roles console in the onpostundelete event. Do I need to do anything before run the cmdlet.

    But I'm able to run same in Powershell command prompt and Powershell ISE…

  • How to access container in Active Directory using PowerShell

    Hello,

    I would like to restore the deleted objects from the Deleted Objects container. I'm looking for a PowerShell script cmdlet or script.

    Appreciate for the help in advance.

    Thanks 

  • 'Connect-ExchangeOnline' cmdlet from the ARS MMC script module

    Hello,

    I've installed the ExchangeOnline powershell package. Through powershell command prompt ExchangeOnline is connecting. When I tried same cmdlet from ARS MMC script module then its not connecting. Here below is the cmdlet I've used.

    Connect…

  • How do I set a boolean virtual attribute from set-qaduser

    Hello.

    I've created a custom virtual attribute of type boolean in ARS that I would like to set using the set-qaduser commandlet.  It doesn't seem to work though

    If I use the following command.

    Set-QADUser -Proxy -Identity 'bob.dobbsn@example.com…

  • I want to create computer objects without accessing the ARS console

    I tried with the below code but it gives error.

    powershell.exe -command New-QADComputer -Name <Name of the new computer> -ParentContainer "<OU-Copied the distinguishedName of an earlier computer object from the AD>" -ObjectAttr…
  • Add-PSSnapin : No snap-ins have been registered for Windows PowerShell version 5.

    Hi,

    I am trying to access Quest AD server via Powershell PSSession which is running in windows 7, powershell 5.1. But the Quest AD server running in Windows 12, Powershell 3.1.

    I am facing  the below error when add-snapin from PSSession

    "Add-PSSnapin …

  • Less return when Using QAD Powershell cmdlets

    Hello,

    since we've upgraded to ARS 7.1.2 (Management Shell 7.1) the QAD Powershell cmdlets are returing nearly all attributes of objects (Groups, Users, Computers). Even if we dont include the attributes and only a few are required. For example: Only…

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

  • Permissions to connect to ARS service w/ Quest AD cmdlets

    I'm attempting to get permissions delegated to an Active Directory service account for some automated bulk operations that will need to be done. However, the team that manages rights, roles and permissions within ARS seems to be having some difficulty…