CSVDE

I have an AD2003 domain: hello.com
That domain has a security group: HELLO_WORD_USERS. This group has about 200 users

I want to export all the users in that group to a CSV file, with preferably the following columns: samaccountname, firstname, lastname

I am gravitating towards CSVDE. I found this online but this exported way too much fuzz:

Can anyone kindly help me please :slight_smile:

Re: CSVDE

How about Adfind?

Example: adfind -default -f “(objectcategory=person)” -nodn samaccountname sn givenname displayname employeeid -csv >filename.csv

AdFind