Re: Changing Local Admin Passwords!
From: Russ (Russ_at_alias.com)
Date: 12/23/03
- Next message: Aras: "Re: * CGI can not open files in Windows 2003 Server IIS 6 *"
- Previous message: Sarah Ellis: "Error 677"
- In reply to: QBob: "Changing Local Admin Passwords!"
- Next in thread: Nex6: "Re: Changing Local Admin Passwords!"
- Reply: Nex6: "Re: Changing Local Admin Passwords!"
- Reply: Nex6: "Re: Changing Local Admin Passwords!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Dec 2003 15:35:44 -0500
Run a login script from a Group policy assigned to either startup or login
script. place the file in the GPO Script folder so that it is not accessible
by other users. If you check out MS Script center you can easily log it to a
specific machines application log with some tweaks. It only takes about 5
seconds and run every time. here is the .vbs code to get ya started.
strComputer = "." '<--- leave it to "." and it will run on the local box
Set objUser = GetObject("WinNT://" & strComputer & "/Administrator, user")
objUser.SetPassword "test"
objUser.SetInfo
"QBob" <notaspammerpuya@hotmail.com> wrote in message
news:%23CxjWuNyDHA.2064@TK2MSFTNGP10.phx.gbl...
> Hello and thank you for reading. Currently I change my Local Admin
> passwords using cusrmgr and it works great however, I do not know if it
> works for the systems until there is a problem. Does anyone have a better
> way of changing local admin passwords for 200+ systems? I would really
like
> something that gives me a response if it fails on some systems, or at
least
> some notification that it worked. Thanks in advance!
>
>
- Next message: Aras: "Re: * CGI can not open files in Windows 2003 Server IIS 6 *"
- Previous message: Sarah Ellis: "Error 677"
- In reply to: QBob: "Changing Local Admin Passwords!"
- Next in thread: Nex6: "Re: Changing Local Admin Passwords!"
- Reply: Nex6: "Re: Changing Local Admin Passwords!"
- Reply: Nex6: "Re: Changing Local Admin Passwords!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|