austinringding
asked on
NT4 Workstation: How to add Domain User to Local Admin Group
i am the sys admin for a small tax firm who has a small Windows 2000 Domain with one NT4 Workstation member. On this particular NT4 Workstation, there is some tax software that periodically needs to connect to the internet and install some Updates. When this happens, users are getting the following error:
The current user, UserA, is not within the administrators group. Only users with administrator equivalent may install Tax Programs. Please login as an administrator and restart setup.
UserA is logging onto the domain, and is in group Domain Users on the domain. I would like to add UserA to the NT4 Local Adminisrator group, as I'm pretty sure that would resolve this issue, but can't figure out how to do this. How do I add a domain user to local admin group?
Or is there a better way to do this?
The current user, UserA, is not within the administrators group. Only users with administrator equivalent may install Tax Programs. Please login as an administrator and restart setup.
UserA is logging onto the domain, and is in group Domain Users on the domain. I would like to add UserA to the NT4 Local Adminisrator group, as I'm pretty sure that would resolve this issue, but can't figure out how to do this. How do I add a domain user to local admin group?
Or is there a better way to do this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Just go to the machine and log on with an administrative user. Then, click on Start, Programs, Administrative Tools and open User Manager (a green globe).
In User Manager, look at the pane in the bottom. There is the build-in groups, which includes local Administrators group. Double click the "Administrators" group and add your user to the list.
In User Manager, look at the pane in the bottom. There is the build-in groups, which includes local Administrators group. Double click the "Administrators" group and add your user to the list.
ASKER
net localgroup Administrators "Domain_Name\User_Name" /add
thanks for your help.