This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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, description, mail,proxyaddresses,canonicalname, dn,extensionAttribute1,extensionAttribute5,extensionAttribute9,extensionAttribute14, extensionAttribute15 | export-csv C:\Users\t70869\Documents\Temp\test3.csv

SamAccountName
givenname
sn
DisplayName
Description
mail
mailNickname
ProxyAddresses
targetAddress
CanonicalName
DN
extensionAttribute1
extensionAttribute5
extensionAttribute9
extensionAttribute14
extensionAttribute15

Parents
  • Thank you Daniel..

    I did not got the results for below attributes..

    ProxyAddresses= System.String[]
    extensionAttribute1= Blank
    extensionAttribute5= Blank
    extensionAttribute9= Blank
    extensionAttribute14= Blank
    extensionAttribute15= Blank

    Thanks& Regards
    Samiyuddin Mohammed
Reply
  • Thank you Daniel..

    I did not got the results for below attributes..

    ProxyAddresses= System.String[]
    extensionAttribute1= Blank
    extensionAttribute5= Blank
    extensionAttribute9= Blank
    extensionAttribute14= Blank
    extensionAttribute15= Blank

    Thanks& Regards
    Samiyuddin Mohammed
Children
No Data