We want to ensure that all workstations (XP/2000) in our Active Directory
environment have their local Administrator passwords set to our specified
value. What would be the best way (best practice) to implement this
(Logon/Startup script, GPO, SMS, etc)? Appreciate any advice.

Re: Automated changing of local admin password on workstations? by Paul

Paul
Thu Apr 10 05:48:20 PDT 2008

We run a remote script and push it out to all workstations. You don't want
to run it as a login script because you can see the password. We just read
all workstations from the root of the domain and run a script, we kick out
an error report of all machines that don't connect.

http://www.microsoft.com/technet/scriptcenter/resources/qanda/oct04/hey1015.mspx

--
Paul Bergson
MVP - Directory Services
MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4

http://www.pbbergs.com

Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.

"Barkley Bees" <barkbees@nomail.com> wrote in message
news:emZ5VnsmIHA.3400@TK2MSFTNGP03.phx.gbl...
> We want to ensure that all workstations (XP/2000) in our Active Directory
> environment have their local Administrator passwords set to our specified
> value. What would be the best way (best practice) to implement this
> (Logon/Startup script, GPO, SMS, etc)? Appreciate any advice.
>



Re: Automated changing of local admin password on workstations? by Newbie

Newbie
Sun May 11 03:38:25 PDT 2008

Barkley Bees,

I wrote this script 1 year ago for someone to do the same thing:

http://www.tech-archive.net/Archive/Win2000/microsoft.public.win2000.general/2007-05/msg00326.html

--
Newbie Coder
(It's just a name)





"Barkley Bees" <barkbees@nomail.com> wrote in message
news:emZ5VnsmIHA.3400@TK2MSFTNGP03.phx.gbl...
> We want to ensure that all workstations (XP/2000) in our Active Directory
> environment have their local Administrator passwords set to our specified
> value. What would be the best way (best practice) to implement this
> (Logon/Startup script, GPO, SMS, etc)? Appreciate any advice.
>