Re: Changing Local Admin Passwords!

From: Russ (Russ_at_alias.com)
Date: 12/23/03


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



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)