Try the command [ net group "domain admins" ]. You could pipe it to a
text file as in net group "domain admins">file.txt. If you install
adminpak for Windows 2003 on a Windows XP Pro domain computer you can
also use the AD command line tools on that computer such as dsquery and
dsget for groups as described in the links below. --- Steve
http://www.microsoft.com/technet/pr...elp/46ba1426-43fd-4985-b429-cd53d3046f01.mspx
http://www.microsoft.com/technet/pr...elp/96a4a5ee-ee72-44d5-845f-71b2de33d441.mspx
Does anyone know how to dump the Domain Admins group to a text file?
I'm trying to use adfind, but I'm not much of an LDAP querier.