Any way to print out a.d."users"?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a way to print out "users" from a.d.? I have searched to exaustion on this topic and can find nothing that indicates this is possible.
 
Does anyone know of a way to print out "users" from a.d.? I have searched to exaustion on this topic and can find nothing that indicates this is possible.


Do you mean user name?

There are a number of ways.

See tip 7964 in the 'Tips & Tricks' at http://www.jsiinc.com
See tip 7980.

See tip 7714 and type:

dsquery * domainroot -filter
"(&(objectCategory=Person)(objectClass=User)(sAMAccountName=*))" -attr
distinguishedName -limit 0

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top