Anyone know of a quick way to enable to local administrator account and change the password… script, batch file, GPO. Need to do this on about 100 pc’s<\/p>","upvoteCount":8,"answerCount":10,"datePublished":"2012-03-21T09:39:00.000Z","author":{"@type":"Person","name":"phillipdlee","url":"https://community.spiceworks.com/u/phillipdlee"},"acceptedAnswer":{"@type":"Answer","text":"
Enable WINDOWS 7 Administrator Account with Group Policy (GPO)<\/a><\/p>","upvoteCount":7,"datePublished":"2012-03-21T09:48:43.000Z","url":"https://community.spiceworks.com/t/enable-the-local-administrator-account-and-set-password/133369/4","author":{"@type":"Person","name":"bnoga","url":"https://community.spiceworks.com/u/bnoga"}},"suggestedAnswer":[{"@type":"Answer","text":"
Anyone know of a quick way to enable to local administrator account and change the password… script, batch file, GPO. Need to do this on about 100 pc’s<\/p>","upvoteCount":8,"datePublished":"2012-03-21T09:39:00.000Z","url":"https://community.spiceworks.com/t/enable-the-local-administrator-account-and-set-password/133369/1","author":{"@type":"Person","name":"phillipdlee","url":"https://community.spiceworks.com/u/phillipdlee"}},{"@type":"Answer","text":" This should do the trick:<\/p>\n http://community.spiceworks.com/scripts/show/60-set-local-administrator-password<\/a><\/p>","upvoteCount":0,"datePublished":"2012-03-21T09:43:43.000Z","url":"https://community.spiceworks.com/t/enable-the-local-administrator-account-and-set-password/133369/2","author":{"@type":"Person","name":"stevedietz","url":"https://community.spiceworks.com/u/stevedietz"}},{"@type":"Answer","text":" As I’m only just beginning my career in IT I currently use NT password reset disk which takes 3 minutes. 3 mins x 100 Pc’s = 5 hours down the pan<\/p>","upvoteCount":0,"datePublished":"2012-03-21T09:44:11.000Z","url":"https://community.spiceworks.com/t/enable-the-local-administrator-account-and-set-password/133369/3","author":{"@type":"Person","name":"samsmith3657","url":"https://community.spiceworks.com/u/samsmith3657"}},{"@type":"Answer","text":" You should also be able to use the net user command in a batch file/ CMD to enable and set the password. net user<\/p>\n \"net user administrator yourpasswordhere /active:yes<\/p>\n the downside to thsi is it would still require an admin to login to each pc<\/p>","upvoteCount":2,"datePublished":"2012-03-21T10:06:41.000Z","url":"https://community.spiceworks.com/t/enable-the-local-administrator-account-and-set-password/133369/5","author":{"@type":"Person","name":"ryannielsen3766","url":"https://community.spiceworks.com/u/ryannielsen3766"}},{"@type":"Answer","text":" Microsoft has a tool you can download called psexec that will let you run a command on a remote computer. the net user command can Enable accounts and set passwords.<\/p>\n adminpasswd.ps1<\/a> (144 Bytes)<\/p>","upvoteCount":0,"datePublished":"2012-03-21T10:20:14.000Z","url":"https://community.spiceworks.com/t/enable-the-local-administrator-account-and-set-password/133369/6","author":{"@type":"Person","name":"lazarusdishwasher","url":"https://community.spiceworks.com/u/lazarusdishwasher"}},{"@type":"Answer","text":" RemoteExec will do the job Phillip.<\/p>\n RemoteExec remotely installs applications, executes programs/scripts and updates files and folders on Windows systems throughout the network.<\/a><\/p>\n Among other features, RemoteExec allows remotely changing the Local Administrator Password and disabling all other local accounts in order to reinforce security.<\/p>\n You can download a free, fully-functional trial<\/a> from our website.<\/p>\n When it comes to PsExec, please check this comparative analysis:
\nRemoteExec vs. PsExec : not is the same league<\/a><\/p>\n