Re: Changing Local Admin Passwords!
From: Nex6 (Nex6_at_nospam.com)
Date: 12/26/03
- Next message: Steven L Umbach: "Re: pre-define group"
- Previous message: Nex6: "Re: Changing Local Admin Passwords!"
- In reply to: Russ: "Re: Changing Local Admin Passwords!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Dec 2003 14:48:07 -0800
ps:
the script will run form a win2k workstation and it will change all
machines in the list, that you have local admin rights to.
-Nex6
Russ wrote:
> 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: Steven L Umbach: "Re: pre-define group"
- Previous message: Nex6: "Re: Changing Local Admin Passwords!"
- In reply to: Russ: "Re: Changing Local Admin Passwords!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|