Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prevent users to change Local Administrator Password

Status
Not open for further replies.

judel2

MIS
Mar 26, 2002
7
US
I have a script that changes the Local Admin Password :

shell 'net user Administrator 12345'

It works - which is good. BUT, the Domain ser logged on the computer can change the password. Which really is not a problem because evertime the user logs in the password goes back to 12345.

So I was hoping is anyone knows a way to prevent users to changing the Local Administrator password.

Any information provided would be appreciated.. Thanks
 
dont give the domain user admin rights on the local box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top