• Get-QADuser - Odd Behavior - Using SerializeValues switch alters datetime values

    Hey Community,

    Ran into an odd behavior when utilizing the SerializeValues switch for Get-QADUser.

    Whenever it is used in a query that includes an DateTime values, it reformats it and changes the value by an hour or two in the past.

    Example.

    Get-QADUser…

  • Get-QADuser not returning values for edsvaHomeDirectory

    Hello,

        Quest is populating this value for us for every new user created.  I would like to pull a report containing username and edsvaHomeDirectory for all users in AD.

    This is what I am running:

    get-qaduser -Identity * -Sizelimit '0' -IncludedProperties…

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