Re: Changing Local Admin Passwords!
From: Nex6 (Nex6_at_nospam.com)
Date: 12/26/03
- Next message: Nex6: "Re: Changing Local Admin Passwords!"
- Previous message: Nex6: "Re: Changing Local Admin Passwords!"
- In reply to: Nex6: "Re: Changing Local Admin Passwords!"
- Next in thread: Nex6: "Re: Changing Local Admin Passwords!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Dec 2003 14:46:33 -0800
Nex6 wrote:
>
> Here:
>
> /code:
> for /f "usebackq" %%i in (c:\pullchg1.txt) do psexec.exe %%i net.exe
> user administrator password >> c:\reportlog.txt
> /code:
>
> load psexec to your system32 directory,
>
> create a list for pullchg1.txt; this is the computer name list,
>
> and when its done it will log everything to reportlog.txt
>
>
> -Nex6
I would Never, place a password in a startup script or policey.
but thats just me, I am paranoid :)
-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: Nex6: "Re: Changing Local Admin Passwords!"
- Previous message: Nex6: "Re: Changing Local Admin Passwords!"
- In reply to: Nex6: "Re: Changing Local Admin Passwords!"
- Next in thread: Nex6: "Re: Changing Local Admin Passwords!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|