Tom's Hardware > Forum > Windows 2000/NT > Windows 2000/NT General Discussion > Dump Domain Admins group to text?

Dump Domain Admins group to text?

Forum Windows 2000/NT : Windows 2000/NT General Discussion - Dump Domain Admins group to text?

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: microsoft.public.win2000.security (More info?)

 

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.

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.win2000.security (More info?)

 

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/p [...] 46f01.mspx
http://www.microsoft.com/technet/p [...] 3d441.mspx

"Ferdie" <ferdie@sand.rr.com> wrote in message
news:%2345n$CSbFHA.2128@TK2MSFTNGP15.phx.gbl...
> 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.
>

Reply to Anonymous

Archived from groups: microsoft.public.win2000.security (More info?)

 

Win2k only right now.

THANKS!

"Steven L Umbach" <n9rou@nospam-comcast.net> wrote in message
news:ufB2FRSbFHA.3200@tk2msftngp13.phx.gbl...
> 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/p [...] 46f01.mspx
> http://www.microsoft.com/technet/p [...] 3d441.mspx
>
> "Ferdie" <ferdie@sand.rr.com> wrote in message
> news:%2345n$CSbFHA.2128@TK2MSFTNGP15.phx.gbl...
>> 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.
>>
>
>

Reply to Anonymous

Archived from groups: microsoft.public.win2000.security (More info?)

 

Hi Ferdie.

I should have been more specific. If you have an XP Pro computer in your
Windows 2000 domain you can use it as I described to use the AD command line
tools AND intall Group Policy Management Console on it to make it much
easier and give you many more options to manage your Group Policy in a
Windows 2000 domain. Admipak for Windows 2003 is a free download from
Microsoft. --- Steve


"Ferdie" <ferdie@sand.rr.com> wrote in message
news:OCU%23VvTbFHA.2696@TK2MSFTNGP09.phx.gbl...
> Win2k only right now.
>
> THANKS!
>
> "Steven L Umbach" <n9rou@nospam-comcast.net> wrote in message
> news:ufB2FRSbFHA.3200@tk2msftngp13.phx.gbl...
>> 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/p [...] 46f01.mspx
>> http://www.microsoft.com/technet/p [...] 3d441.mspx
>>
>> "Ferdie" <ferdie@sand.rr.com> wrote in message
>> news:%2345n$CSbFHA.2128@TK2MSFTNGP15.phx.gbl...
>>> 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.
>>>
>>
>>
>
>

Reply to Anonymous

Archived from groups: microsoft.public.win2000.security (More info?)

 

It seems like the most simple things are so hard to find a solution for.
The Net Group command serves my needs well.

I haven't explored the adminpak for 2k3 yet. Finding the right command to
do the same looks daunting using dsquery. Although it might be more
powerful, the simple solution works well.

Thanks,
Ferdie


"Steven L Umbach" <n9rou@nospam-comcast.net> wrote in message
news:eDF4ryTbFHA.1044@TK2MSFTNGP10.phx.gbl...
> Hi Ferdie.
>
> I should have been more specific. If you have an XP Pro computer in your
> Windows 2000 domain you can use it as I described to use the AD command
> line tools AND intall Group Policy Management Console on it to make it
> much easier and give you many more options to manage your Group Policy in
> a Windows 2000 domain. Admipak for Windows 2003 is a free download from
> Microsoft. --- Steve
>
>
> "Ferdie" <ferdie@sand.rr.com> wrote in message
> news:OCU%23VvTbFHA.2696@TK2MSFTNGP09.phx.gbl...
>> Win2k only right now.
>>
>> THANKS!
>>
>> "Steven L Umbach" <n9rou@nospam-comcast.net> wrote in message
>> news:ufB2FRSbFHA.3200@tk2msftngp13.phx.gbl...
>>> 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/p [...] 46f01.mspx
>>> http://www.microsoft.com/technet/p [...] 3d441.mspx
>>>
>>> "Ferdie" <ferdie@sand.rr.com> wrote in message
>>> news:%2345n$CSbFHA.2128@TK2MSFTNGP15.phx.gbl...
>>>> 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.
>>>>
>>>
>>>
>>
>>
>
>

Reply to Anonymous

Archived from groups: microsoft.public.win2000.security (More info?)

 

"Ferdie" wrote:
> 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.

Try:

adfind -b "CN=Domain Admins,CN=USERS,DC=<DOMAIN>,DC=<TLD>" member

Cheers,

--
Posted using the http://www.windowsforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.windowsforumz.com/Secur [...] 44200.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.windowsforumz.com/eform.php?p=1737293

Reply to Anonymous
Tom's Hardware > Forum > Windows 2000/NT > Windows 2000/NT General Discussion > Dump Domain Admins group to text?
Go to:

There are 1077 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them