• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Export Domain Group to text file

BigJimbo

Golden Member
Hello, the domain is still NT...yes i know, anyway I want to export a domain group to a text file. Ive google searched and nothing seems to work

NET USERS /DOMAIN >USERS.TXT
NET ACCOUNTS /DOMAIN >ACCOUNTS.TXT

nada...any ideas?
 
i know in 2k3 you can do this:

dsquery user -limit 0 > users.txt

and it will put all the users in the users.txt file for you. in NT, I'm not sure how it works
 
ldifde or something similar will work with NT4, iirc. Or setup an ldap viewer and dump it out of there. phpldapmyadmin works great.
 
Back
Top