Re: Local administrator access group policy
From: Renee Geffre [ MSFT] (reneeg_at_online.microsoft.com)
Date: 04/25/04
- Next message: Renee Geffre [ MSFT]: "Re: special ports"
- Previous message: John A. Ross: "RE: Cannot connect OL2003 to exchange in new install"
- In reply to: Dan L: "Re: Local administrator access group policy"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 25 Apr 2004 00:58:59 GMT
Hi Dan:
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.
- Next message: Renee Geffre [ MSFT]: "Re: special ports"
- Previous message: John A. Ross: "RE: Cannot connect OL2003 to exchange in new install"
- In reply to: Dan L: "Re: Local administrator access group policy"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|