Powershell -> with Quest Active Roles: get-qaduser -sizelimit 0 | select displayname, email | export-csv -patch c:\all-active-users.csv
-> with Exchange 2007: get-mailbox -resultsize unlimited | select displayname, primarysmtpaddress | export-csv -patch c:\all-active-users.csv On Thu, Mar 12, 2009 at 7:38 AM, Roger Wright <[email protected]> wrote: > I need to extract user names and email addresses from AD for about 250 > account across multiple OUs. > > > > Is there a canned script or a free utility to do this? > > > > > > > > Roger Wright > > Network Administrator > > Evatone, Inc. > > 727.572.7076 x388 > > > > [image: ET E-mail Signature Logo] > > _____ > > > > > "Politics is the art of looking for trouble, finding it, misdiagnosing it, > and then misapplying the wrong remedies." - Groucho Marx > > > > > > ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
<<image003.jpg>>
