Re: Restricted groups local admins



Hi,

Can you be specific which groups to avoid confusion? There is Built-in
Administrators group in Active Directory and there are built in
Administrators groups on every PC. Beside the name there is nothing else in
common.

If user is member of Administrators group on his PC, he is not also member
of Administrators group in domain! However -- this might not be true in the
opposite direction... You should _not_ put your users in domain built-in
Administrators group! If you do -- yes they will have full access to
domain...

This is why I usually try to avoid using restricted groups for managing
built-in groups on client computers. Personally I rather use scripts. I only
use Restricted Groups for managing domain groups -- such as Domain
Administrators, Enterprise Administrators and other similar groups.

Here is an example of such script:

net localgroup administrators "Domain\PC_Admins" /add

Replace Domain with netbios name of your domain. Replace PC_Admins with name
of group that you created in your domain and add users to this domain. Users
that you add to this group will not have administrator permissions on this
computer while they will not have excessive permissions in domain.
Put above command in batch file and run it as startup script (not logon
script) using group policy.

--
Mike
Microsoft MVP - Windows Security

"Jordy" <Jordy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:85B8D30D-06DE-42FC-BA14-B8AF3578DE9C@xxxxxxxxxxxxxxxx
Hello

Thanks for the response...

The issue is, once I do the restricted group's and then check active
directory built in groups, the administrators group, that group is listed
there (Local Admin group). Then I check out the security on the O and the
Administrator group from AD has full rights there.


"Miha Pihler [MVP]" wrote:

Hi Jordy,

If you do this correctly -- users do not get excessive access to domain
resources. It is not true that built in administrators group has full
access
to all domain resources (if you are talking about administrators group on
your client PCs).

Can you check the following:
- Who are members (which users and groups) of Domain Administrators group
in
your Active Directory?
- Who are members of Administrators group in your Active Directory
- Who are members of Enterprise Administrators group in your Active
Directory?

Make sure that groups like:
- domain users
- users
- ...

are not members of above mentioned groups.

--
Mike
Microsoft MVP - Windows Security

"Jordy" <Jordy@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:316E34C9-EA06-4E40-858E-05C92EBC60B7@xxxxxxxxxxxxxxxx
Hello

I followed the technote on how to add a group to all computers in a
domain
for local admin rights. This works great except I have found out, that
once I
do this, all users have complete access to the domain objects. I assume
because by default the Built in administrator group has full rights to
the
domain. I assume I can just remove this group from the security tab of
my
O
unit in active directory.

Thanks





.



Relevant Pages

  • Re: Add domain user to local group script troubleshoot
    ... The most reliable way to retrieve computer names in an Active Directory ... domain global group a member of each computers local Administrators group. ... >> Microsoft MVP Scripting and ADSI ...
    (microsoft.public.windows.server.scripting)
  • Local Administrators & Active Directory
    ... I'm working on some Win XP laptops and am new to Active Directory so ... I check the members list in Administrators... ... Any idea why the Administrators group members constantly are being ...
    (microsoft.public.windows.server.active_directory)
  • Re: Restricted groups local admins
    ... Microsoft MVP - Windows Security ... look at the Members of this group, both local admin and domain group are ... Administrators group has full rights. ... your Active Directory? ...
    (microsoft.public.windows.server.setup)
  • Re: Restricted groups local admins
    ... look at the Members of this group, both local admin and domain group are ... Administrators group has full rights. ... your Active Directory? ...
    (microsoft.public.windows.server.setup)
  • Re: Restricted groups local admins
    ... It is not true that built in administrators group has full access ... Who are members of Administrators group in your Active Directory ...
    (microsoft.public.windows.server.setup)