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

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