Resetting a created local admins password on all PC's
The helpdesk creates a local admin account (ill call it BBAdmin) when the PC is configured for deployment. They leave the standard administrator account in place and they change the password. I’m able to reset the administrator password from the scripting tab in the KBox but i need to do the same for the BBAdmin account. The account is a local admin account on all PC in our organization. How can i go about creating a script to reset the password BBAdmin password on all PC's?
Answers (1)
You should be able to use an online Kscript that has either local or network admin rights and run a script that is similar to this: http://support.microsoft.com/kb/149427
For example: net users BBAdmin new_password
Comments:
-
that is how we do it, also if they are in a domain you can push the BBadmin pw via GPO - SMal.tmcc 11 years ago