I am trying to get a list of all of the users in the builtin group "Domain Users". I am using the following commands, but get incomplete results. Can someone tell me why? Thanks! And Happy New Year to everyone!
dsquery group -name "domain users" | dsget group -members > c:\temp\domain_users.txt Mike Thommes
