Hello,
The domains will need to be in native mode.
While many people (including myself at one point in time) think that the
Enterprise Admins group is added to the local Administrators group on all
workstations and servers, this is not the case.
The Enterprise Admins group is added to the builtin Administrators group on
the domain controllers, but not member servers and workstations. Enterprise
Admins cannot be added to the Domain Admins group either, whether the
domain is in native mode or not.
In native mode we can nest groups of the same type (Global into Global,
etc) and we can add Global or Universal into Local (as we could in mixed
mode as well).
If you want to grant the Enterprise Admins rights to workstations and
member servers, you will need to do it either manually (not scalable), run
the NET LOCALGROUP command to add them on each system (also not very
scalable), or through some manner of VB Script (scalable but someone has to
write the script), a batch file running a tool called CUSRMGR (command line
user manager tool, also scalable but someone has to write he batch file),
or through group policy using restricted groups.
Using group policy:
If working in a child domain, create a universal group in the child domain.
Add Enterprise Admins to the universal group.
Create a GPO and add a Restricted Groups setting to add the universal group
that you created in the child domain to the local administrators group. You
should also make sure that any other groups or users that you want in the
local Administrators groups are present in the policy as well, such as
Administrator and Domain Admins.
NOTE: You need to create the universal group in the child domain because
restricted group settings in Group Policy can only use groups that are in
the same
domain. If you are doing this in a child domain, you need to create this
"middleman" group and add Enterprise Admins to it. If you are working in
the root domain this is not necessary.
As always, test, test, test to make sure you get the results you want.
Dale Weiss MCSA MCSE CISSP
PSS Security
This posting is provided "AS IS" with no warranties, and confers no rights.
Any opinions or policies stated within are my own and do not necessarily
constitute those of my employer. Use of included script samples are subject
to the terms
specified at
http://www.microsoft.com/info/cpyright.htm