Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

list of users

Status
Not open for further replies.

johnaregan

Programmer
Mar 13, 2001
87
0
0
Hi all
Is there any way of extracting a list of users on the domain from NT?
 
Have you ever heard of User Manager???

Start > Programs > Admin Common > User Mgr

Works on any server, from a workstation, connect to the required domain.

Obvisouly, you must be an administrator to edit.
 
there's a utility from Somarsoft called dumpacl which allows you to export the list to a text file, as well as things like permissions, shares and stuff -
 
Or explore NT's native commands...

Try this at command prompt:

net user > userlist.txt

Then open userlist.txt from systemroot. It's just that simple!


Mubashir
muhammad.mubashir@sbp.org.pk

Imagination is more important than knowledge. - Newton
 
thankyou fatmansuper but if you read the post i did say extract, see mubishar
 
Hi

I have found the Addusers utility on the NT Resource Kit ideal for this. It allows listing as well as batch additions of users. Use the command

ADDUSERS /d USERlist.TXT \\PDCNAME

gives a nicely formatted user list.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top