We basically implement users as power-users on the domain, but we want
them to have administrator access to the local machines.
Thanks in advance
Dan
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.622 / Virus Database: 400 - Release Date: 3/13/2004
"Chris Jones" <cka...@alltel.net> wrote in message
news:ulUmbgp...@tk2msftngp13.phx.gbl...
d...@cytex.net (Dan L) wrote:
Jim B. SBS MVP
remove the mvp to send email
You are correct, I realized that yesterday at one of my clients. I
took everyone down to regular "users", I want to make them local
administrators on each workstation though without going through the
procedure of doing it manually.
Thank you for contacting Microsoft Newsgroup Support. As I understand it,
you want to give each user Local Administrator rights on their workstations
using Group Policy, pushed from the server. Using group policy to do this
can be complicated and can only work with groups so you would end up with
all the domain users have local administrator rights on all the
workstations. What you can do is create a script that uses the Net group
command with a variable for the user name to add them to the local
Administrators account. The command would be:
net localgroup administrators %usersdomain%\%username% /add
This will take the currently logged on user and add them to the Local
Administrators group on the workstation. You can run the script at logon.
The following is an article that describes how to assign logon scripts.
322241 HOW TO: Assign Scripts in Windows 2000
http://support.microsoft.com/?id=322241
Best Regards,
Renee Geffre, Windows 2000 MCSE, MCSA
Microsoft Online Support Engineer
Get Secure! - www.microsoft.com/security
========================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================================
This posting is provided "As Is" with no warranties, and confers no rights.