Re: Restrict membership of Power users local group
From: Dmitry Korolyov [MVP] (d__k_at_removethispart.mail.ru)
Date: 09/06/04
- Next message: Chris Jackson: "Group Policy is Not Working on the Workstations"
- Previous message: Dmitry Korolyov [MVP]: "Re: Can not Map a network drive based on computer name using GP"
- In reply to: Jerold Schulman: "Re: Restrict membership of Power users local group"
- Next in thread: Teo Chee Yang: "Re: Restrict membership of Power users local group"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Sep 2004 17:59:01 +0400
Restricted Groups feature can do this, but it will make selected users
members of Power Users group on _all_ computers where you apply it. You
cannot implement selective membership with a single policy. Either all
desired users will be members of Power Users on all affected computers, or
you need to create a separate policy for each computer/users case - which is
not very effective, and you better use a scripting solution offered by
Jerold instead of setting dozens of policies.
-- Dmitry Korolyov [d__k@removethispart.mail.ru] MVP: Windows Server - Active Directory "Jerold Schulman" <Jerry@jsiinc.com> wrote in message news:ilkoj0ti0eq2vigd1a9omag9l2fcjm1bg6@4ax.com... On Mon, 6 Sep 2004 00:47:49 -0700, "Teo Chee Yang" <anonymous@discussions.microsoft.com> wrote: >I would like to use GPO to restrict the members of Power >users local group in each computer. For example: > >1. For computer1, I would like to add <AD domain>\user1 >to Power Users group. > >2. For computer2, I would like to add <AD domain>\user2 >to Power Users group. > >and etc.... > >I'm not sure whether Restricted Groups can handle the >requirement. If not, is there any other alternative? Restricted Groups cannot handle this. Create a file that contains ComputerName,DomainUserName Using psexec, tip 4141 in the 'Tips & Tricks' at http://www.jsiinc.com @echo off for /f "Tokens=1* Delims=," %%a in (filename.txt) do ( psexec \\%%a [psexec stuff] net localgroup "Power Users" %%b /ADD ) Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com
- Next message: Chris Jackson: "Group Policy is Not Working on the Workstations"
- Previous message: Dmitry Korolyov [MVP]: "Re: Can not Map a network drive based on computer name using GP"
- In reply to: Jerold Schulman: "Re: Restrict membership of Power users local group"
- Next in thread: Teo Chee Yang: "Re: Restrict membership of Power users local group"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|