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
"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.
>
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.
>>
>
>
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
newsCU%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.
>>>
>>
>>
>
>
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
> newsCU%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.
>>>>
>>>
>>>
>>
>>
>
>
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
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.