Home All Groups Group Topic Archive Search About

Question concerning Restricted Groups. Adding a local user account

Author
13 Nov 2006 4:37 PM
chief123
Just want to verify something that I believe is OK to do.

The OU my workstations are in uses Restricted Groups in a GPO. One of the
groups added to this list is the local Administrators group so we can
restrict what domain users and groups are given local admin rights to the
workstations.

We need to add a new "local" account (let's call it "newlocal") to each
workstation and make this account a "local" admin. I have a script to
accomplish this, but need the AD folks to make a change to the Restricted
groups setting in the GPO to add this new "local" account to the
Administrators list in the restricted group. This is so the new account will
not be removed once policies are enforced.

Isn't ok to just to simply Add the "newlocal" account to the list of allowed
Administrators in the Restricted Group policy? Will this cause any issues?
The reason I ask is because one of the AD guys I talked to didn't think they
could add any account that wasn't a member of the domain. This account isn't
a member of the domain, but will be a new local account that will be added to
the local admin group via a script.

Thx

Author
13 Nov 2006 7:00 PM
Paul Williams [MVP]
> Isn't ok to just to simply Add the "newlocal" account to the list of
> allowed Administrators in the Restricted Group policy? Will this cause any
> issues?

No it will not cause any issues.  This is the correct way of doing this.


> The reason I ask is because one of the AD guys I talked to didn't think
> they could add any account that wasn't a member of the domain

You can add a non-domain user.  Whereas domain user's are represented as
DOMAIN\User this will be WORKSTATION\User.  However, the GPO Editor won't be
able to resolve the SID of the User unless you use a workstation with this
user.  However, that doesn't matter as the SID will differ on each box.  As
long as the name is entered correctly it will resolve to the necessary SID
at GPO application and you'll be fine.


--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net http://forums.msresource.net
Author
13 Nov 2006 11:35 PM
chief123
Very good. So all I need to do is add "newlocal" to the list and I don't need
to put something like WORKSTATION\newlocal.

I went ahead and added "newlocal" in my test environment GPO and it seems to
work fine. However, I do not support AD directly and need to defer to our
production AD support folks on this stuff.

Thanks!

Show quoteHide quote
"Paul Williams [MVP]" wrote:

> > Isn't ok to just to simply Add the "newlocal" account to the list of
> > allowed Administrators in the Restricted Group policy? Will this cause any
> > issues?
>
> No it will not cause any issues.  This is the correct way of doing this.
>
>
> > The reason I ask is because one of the AD guys I talked to didn't think
> > they could add any account that wasn't a member of the domain
>
> You can add a non-domain user.  Whereas domain user's are represented as
> DOMAIN\User this will be WORKSTATION\User.  However, the GPO Editor won't be
> able to resolve the SID of the User unless you use a workstation with this
> user.  However, that doesn't matter as the SID will differ on each box.  As
> long as the name is entered correctly it will resolve to the necessary SID
> at GPO application and you'll be fine.
>
>
> --
> Paul Williams
> Microsoft MVP - Windows Server - Directory Services
> http://www.msresource.net http://forums.msresource.net

>
>
>
Author
14 Nov 2006 6:56 AM
Paul Williams [MVP]
Correct.  Adding an unqualified name (without a domain) will cause the
machine that is processing the policy to check the local SAM.

--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net http://forums.msresource.net
Author
14 Nov 2006 2:36 PM
chief123
Outstanding. Thanks.

Show quoteHide quote
"Paul Williams [MVP]" wrote:

> Correct.  Adding an unqualified name (without a domain) will cause the
> machine that is processing the policy to check the local SAM.
>
> --
> Paul Williams
> Microsoft MVP - Windows Server - Directory Services
> http://www.msresource.net http://forums.msresource.net

>
>
>