Re: Changing Local Admin Passwords!

From: Nex6 (Nex6_at_nospam.com)
Date: 12/26/03


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!
>>>
>>>
>>
>>
>>



Relevant Pages

  • Re: Login script question
    ... Joe Banks wrote: ... > I was curious if there is a way that I can some how create a login script ... > that will map drives acording to the local server? ...
    (microsoft.public.scripting.vbscript)
  • Re: Assigning Printers w/ GPO per machine - Workaround
    ... solution is to use the login script to get the computer name and set ... Here is a copy of my login script: ... Find the default user directory and give everyone permission. ... The problem with the default user profile ...
    (microsoft.public.win2000.group_policy)
  • RE: Login Scripts do not run in group policy (w2k3DC) - More info for you!!!
    ... Created a "testou login script group policy" and linked it to the ... Edited "testou login script group policy" user configuration/ windows ... Check group policy modelling wizard - claims test login script policy was ...
    (microsoft.public.windows.group_policy)
  • Re: WinXP. Unable to map home drive. Maps to root of share only.
    ... > I have tried mapping the path as stated below i.e. ... The login script runs ...
    (microsoft.public.win2000.networking)
  • Re: Group policy login script and user profile login script
    ... hence I have attached user profile login ... script for those users but the nightmare is both of the scripts ... user profile login script. ... user login script wait until group policy login script finish ????????? ...
    (microsoft.public.windows.group_policy)