PC Review


Reply
Thread Tools Rate Thread

Adding Domain Users group to local Power Users

 
 
JohnB
Guest
Posts: n/a
 
      1st Sep 2004
Is there a way via a GPO, or any other method, to automate adding the Domain
Users group to the local Power Users group?
Thanks


 
Reply With Quote
 
 
 
 
Oli Restorick [MVP]
Guest
Posts: n/a
 
      1st Sep 2004
Sure

You have two choices. First first is to use the "restricted groups" feature
of Group Policy. Bear in mind that, depending on Windows version and hotfix
levels, it will either merge or replace the existing membership of the local
group.

My preferred method is to use a computer startup script to run the following
command:

net localgroup "power users" "mydomain\domain users" /add

If you enter the "net" as the command and the rest as the parameters, this
will save mucking around with a batch file.

This method will not be removed when it falls out of scope of the GPO, but
I'm guessing you don't care about that.

Another (better) alternative is to use the following:

net localgroup "power users" interactive /add

This will mean that all users logging in at the console will be power users,
but users connecting across the network will not be.

Finally, I don't generally recommend making users members of power users or
administrators. For some environments it may be necessary, but to me it's a
last resort. Better to understand your applications and loosen up file and
registry permissions as necessary (group policy can help here as well).

Hope this helps

Oli






"JohnB" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Is there a way via a GPO, or any other method, to automate adding the
> Domain Users group to the local Power Users group?
> Thanks
>



 
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
GPO - adding Domain Users to local Power Users group JohnB Microsoft Windows 2000 Active Directory 3 14th Oct 2004 03:21 PM
Adding domain users to local group Mervin Williams Windows XP Networking 2 25th Feb 2004 05:00 PM
Adding domain local group to machine local Power Users group CB Microsoft Windows 2000 Active Directory 3 18th Nov 2003 07:20 AM
Problem adding domain user to local power users Michael Largent Microsoft Windows 2000 2 1st Oct 2003 10:04 PM
Adding Domain Users Global Group to Power Users localgroup Phill H. Microsoft Windows 2000 1 24th Jul 2003 05:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:56 AM.