Need to Export user with all attributes
hi,
i need export specific user's details ad. csv should contain attributes have been filled out. assistance can provide appreciated.
-tm
hi trimaca,
sure can that:
get-help get-aduser -examples
especially example 3 useful you. want export data csv, cmdlet called export-csv (notice names?).
get-help export-csv -examples
will show how handle exporting csv, of special interest should example 4.
cheers,
fred
ps.:
get-aduser requires activedirectory module present work. domaincontrollers server 2008 r2 , newer have it. can enable server feature or install rsat (remote server administration tools) client oses.
on powershell version 2, need explicitly import (import-module activedirectory).
ps2.:
i'm using windows 7 wmf 4.0 here, example numbers read console, mileage may vary.
there's no place 127.0.0.1
Windows Server > Windows PowerShell
Comments
Post a Comment