Re: Group Policy and Local Admin rights
- From: "Dmitry Korolyov [MVP]" <d__k@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 00:05:28 +0400
Not sure what you mean by precedence here. If you used Restricted Groups
feature of the GP to restrict membership in the Administrators group, then
no, membership on all affected computers will be set up according to what
has been defined in GPO.
I would recommend another solution for your picky application though. Most
picky applications require admin rights because:
1) They need to write files somewhere where normal users dont have Modify
NTFS permission
2) They need to modify certain registry entries which normal users can't
modify.
3) They need certain system privileges (such as "create permanent shared
objects"), but this is a rare case.
THe solution would be: use tools such as ntfilemon and ntregmon
(www.sysinternals.com) to find out these places in file system and registry,
and then configure NTFS and registry permissions (through GP, of course) so
that a certain group has modify permissions on these places. Then, simply
add users of your application into that group. Works fine, and much safer
than making them all admins.
As for #3, it can be achieved in the same way - grant required privileges to
that group in GP, but it might be a bit harder to know which privileges they
need. You might need to contact app vendor for that.
--
Dmitry Korolyov [d__k@xxxxxxxxxxxxxxxxxxxxxx]
MVP: Windows Server - Directory Services
"jason" <jason@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:57B8344C-8003-403F-9FDA-5560E752D5C5@xxxxxxxxxxxxxxxx
>I have a group policy to prohibit user installs of applications however I
> have several users who are domain members ( and they log into the domain)
> but
> have LOCAL admin rights for a very "picky" application. I would like to
> still prohibit userinstalls but keep the local admin rights.
>
> Is this normal behavior for the local rights to take precedance over GP?
>
> thank you
> jason
.
- References:
- Group Policy and Local Admin rights
- From: jason
- Group Policy and Local Admin rights
- Prev by Date: Re: Domain conroller does not show active directory
- Next by Date: Re: Adding an existing child domain to parent domain
- Previous by thread: Group Policy and Local Admin rights
- Next by thread: Domain conroller does not show active directory
- Index(es):
Relevant Pages
|