PC Review


Reply
Thread Tools Rate Thread

Allow domain user to change local permissions on domain computers,without have full right on domain controllers?

 
 
none
Guest
Posts: n/a
 
      2nd Aug 2005
Hi

I would like give a domain user permission to change and reset
file/share permissions locally on computers which are joined to our
domain. I have delegated permission for them to add/remove computers
from the 'Computers' folder in Active Directory Computers and Users, and
also add/remove users from the '*ourdomain* users' and *ourdomain
groups'. Is this a group policy change I need to make?

Thanks for your help

T.
 
Reply With Quote
 
 
 
 
Denis Wong @ Hong Kong
Guest
Posts: n/a
 
      3rd Aug 2005
Hi,

This is a NTFS permission issue, not a GP issue. If they have the proper
permissions (Read Permissions, Change Permissions), they can change the
permissions.

br,
Denis

"none" <""Tez\"@(none)"> wrote in message
news:(E-Mail Removed)...
> Hi
>
> I would like give a domain user permission to change and reset
> file/share permissions locally on computers which are joined to our
> domain. I have delegated permission for them to add/remove computers
> from the 'Computers' folder in Active Directory Computers and Users, and
> also add/remove users from the '*ourdomain* users' and *ourdomain
> groups'. Is this a group policy change I need to make?
>
> Thanks for your help
>
> T.



 
Reply With Quote
 
Jerold Schulman
Guest
Posts: n/a
 
      3rd Aug 2005
On Tue, 02 Aug 2005 15:20:47 +0100, none <""Tez\"@(none)"> wrote:

>Hi
>
>I would like give a domain user permission to change and reset
>file/share permissions locally on computers which are joined to our
>domain. I have delegated permission for them to add/remove computers
>from the 'Computers' folder in Active Directory Computers and Users, and
> also add/remove users from the '*ourdomain* users' and *ourdomain
>groups'. Is this a group policy change I need to make?
>
>Thanks for your help
>
>T.


You can use Group Policy to set file system permissions.
See tip 8724 » How can I use Group Policy to set File System and/or Registry permissions?
in the 'Tips & Tricks' at http://www.jsifaq.com
 
Reply With Quote
 
Denis Wong @ Hong Kong
Guest
Posts: n/a
 
      4th Aug 2005
Oh yes, forgot using GP to set permission. Then it could be a GP issue then.

br,
Denis

"Jerold Schulman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Tue, 02 Aug 2005 15:20:47 +0100, none <""Tez\"@(none)"> wrote:
>
> >Hi
> >
> >I would like give a domain user permission to change and reset
> >file/share permissions locally on computers which are joined to our
> >domain. I have delegated permission for them to add/remove computers
> >from the 'Computers' folder in Active Directory Computers and Users, and
> > also add/remove users from the '*ourdomain* users' and *ourdomain
> >groups'. Is this a group policy change I need to make?
> >
> >Thanks for your help
> >
> >T.

>
> You can use Group Policy to set file system permissions.
> See tip 8724 » How can I use Group Policy to set File System and/or

Registry permissions?
> in the 'Tips & Tricks' at http://www.jsifaq.com



 
Reply With Quote
 
none
Guest
Posts: n/a
 
      4th Aug 2005
Denis Wong @ Hong Kong wrote:
> Oh yes, forgot using GP to set permission. Then it could be a GP issue then.
>
> br,
> Denis
>
> "Jerold Schulman" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>On Tue, 02 Aug 2005 15:20:47 +0100, none <""Tez\"@(none)"> wrote:
>>
>>
>>>Hi
>>>
>>>I would like give a domain user permission to change and reset
>>>file/share permissions locally on computers which are joined to our
>>>domain. I have delegated permission for them to add/remove computers

>>
>>>from the 'Computers' folder in Active Directory Computers and Users, and

>>
>>> also add/remove users from the '*ourdomain* users' and *ourdomain
>>>groups'. Is this a group policy change I need to make?
>>>
>>>Thanks for your help
>>>
>>>T.

>>
>>You can use Group Policy to set file system permissions.
>>See tip 8724 » How can I use Group Policy to set File System and/or

>
> Registry permissions?
>
>> in the 'Tips & Tricks' at http://www.jsifaq.com

>
>
>

I can see that each computer on the domain has Domain Admins added to
the administrator group on the local computer. I would like another
domain group to be added as administrator by default except on domain
controllers. Could this be acheived by giving the domain group 'full
control' in the security tab of the 'Domain Computers' global group?
 
Reply With Quote
 
Bruce Sanderson
Guest
Posts: n/a
 
      11th Aug 2005
Create and link a GPO to the OU that contains the computer accounts for the
workstations in question. You may find it useful to first create an OU
specifically for the computer accounts for the computers you want to adjust
the local administrators group on.

In this new GPO, navigate to Computer Configuration, Windows Settings,
Restricted Groups
right click on Restricted Groups and select Add Group...
key the name of the Domain Group you want added to the local Administrators
group and click OK
click Add beside the box with the title "This group is a member of" (this is
the lower of the two boxes)
key Adminstrators and click OK
click OK
Close the Group Policy Editor

The above technique will only have the desired affect on clients running
Windows 2000 SP4, Windows XP SP2, Windows XP SP1 with a specific hotfix and
Windows 2003 Server; see http://support.microsoft.com/?id=810076 for
details.

Since, by default, Domain Controllers are in an OU that does not contain
other domain members, unless you link this GPO to that OU, it will not have
any affect on Domain Controllers. By default, domain member computers go in
the Computers OU.

--
Bruce Sanderson MVP

It's perfectly useless to know the right answer to the wrong question.


"none" <""Tez\"@(none)"> wrote in message
news:(E-Mail Removed)...
> Denis Wong @ Hong Kong wrote:
>> Oh yes, forgot using GP to set permission. Then it could be a GP issue
>> then.
>>
>> br,
>> Denis
>>
>> "Jerold Schulman" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>
>>>On Tue, 02 Aug 2005 15:20:47 +0100, none <""Tez\"@(none)"> wrote:
>>>
>>>
>>>>Hi
>>>>
>>>>I would like give a domain user permission to change and reset
>>>>file/share permissions locally on computers which are joined to our
>>>>domain. I have delegated permission for them to add/remove computers
>>>
>>>>from the 'Computers' folder in Active Directory Computers and Users, and
>>>
>>>> also add/remove users from the '*ourdomain* users' and *ourdomain
>>>>groups'. Is this a group policy change I need to make?
>>>>
>>>>Thanks for your help
>>>>
>>>>T.
>>>
>>>You can use Group Policy to set file system permissions.
>>>See tip 8724 » How can I use Group Policy to set File System and/or

>>
>> Registry permissions?
>>
>>> in the 'Tips & Tricks' at http://www.jsifaq.com

>>
>>
>>

> I can see that each computer on the domain has Domain Admins added to the
> administrator group on the local computer. I would like another domain
> group to be added as administrator by default except on domain
> controllers. Could this be acheived by giving the domain group 'full
> control' in the security tab of the 'Domain Computers' global group?



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
free domain de vu kostenlose homepage mit eigener domain domain registrierung schweiz domain bei web de email domain sdgvfwe@yahoo.is.com Microsoft Windows 2000 Networking 0 18th Jul 2008 02:58 AM
eigene web domain kostenlose domain registrierung domain driven design homepage de domain samba domain sdgvfwe@yahoo.is.com Microsoft Excel Worksheet Functions 0 18th Jul 2008 02:56 AM
Allow a domain user to change local permissions on domain machineswithout allowing full rights on domain controllers none Microsoft Windows 2000 Active Directory 1 5th Aug 2005 05:36 AM
joining server from a trusted domain into current domain, what happens to cross-domain permissions? Jason Microsoft Windows 2000 Active Directory 2 1st Dec 2003 09:16 PM
Unable to get list of Domain Controllers "The list of domain controllers for domain is unavailable because: Not enough storage is available to complete this operation." John Foutch Microsoft Windows 2000 Active Directory 0 31st Jul 2003 06:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:04 AM.