NT Workstation Admin Rights in AD

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an NT workstation (or three) that I need the users to have local administrator rights while logged into the Domain. I know in W2K I can just go into "Users and Passwords" and create a local user from the domain user with local admin rights. Can anyone point me in the correct direction to do it on a NT 4.0 workstation? Thanks.
 
I have an NT workstation (or three) that I need the users to have local administrator rights while logged into the Domain. I know in W2K I can just go into "Users and Passwords" and create a local user from the domain user with local admin rights. Can anyone point me in the correct direction to do it on a NT 4.0 workstation? Thanks.

On the workstation:

1. Open a CMD prompt.
2. type:
net localgroup Administrators "\YourDomainName\UserName" /Add


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top