RE: Changing local admin PW using vb logon script - can it be encrypted?



Hi,

Check out my utility chwinpw at http://itefix.no/chwinpw :

Chwinpw is a small command line utility that can securely change passwords on remote/local windows
machines. By periodic password maintenance of your vital accounts, chwinpw can help you to enforce a
higher degree of security in your environment. Chwinpw supports also service accounts. Chwinpw can
be run from a logon script or from a central location. It is also possible to instruct chwinpw to
make bulk changes.

Rgrds

Tev


> -----Original Message-----
> From: FFinley@xxxxxxxxxxxxxx [mailto:FFinley@xxxxxxxxxxxxxx]
> Sent: 1. desember 2005 18:39
> To: tth8@xxxxxxxxxxx; focus-ms@xxxxxxxxxxxxxxxxx
> Subject: RE: Changing local admin PW using vb logon script -
> can it be encrypted?
>
> I have used a similar method in the past at other locations.
>
> One of the easier ways is to run this vbscript on an
> administrators machine, against all of the computers you want
> to change the password on, rather than having the individual
> machines run the script. If you create an HTA to use your
> vbscript and have two input boxes that give the username and
> password that you are changing to the script as you run it,
> then accessing files with a saved username and password
> doesn't happen.
>
> -Frank
>
> -----Original Message-----
> From: tth8@xxxxxxxxxxx [mailto:tth8@xxxxxxxxxxx]
> Sent: Thursday, December 01, 2005 11:03 AM
> To: focus-ms@xxxxxxxxxxxxxxxxx
> Subject: Changing local admin PW using vb logon script - can
> it be encrypted?
>
> Hi all,
>
> Long time lurker, first time poster. We have roughly 500
> computers that we'd like to change the local admin passwords
> on. We realize the security risks of having 1 password on
> all of our computers and are willing to assume that risk.
> We've developed a VB script that we can implement as a logon
> script that works perfectly to change the password. We do
> not want this script sent along as clear text if we can avoid
> it. Is there any way we can encrypt this script?
>
> We've looked at options such as using Windows permissions to
> either deny Domain Users access (preventing anyone from
> reading the script) or allowing only Domain Computers Read
> Only access...however I think that if you are logged into a
> local computer you should be able to read the script. Not to
> mention, if you could capture the packets, you could easily
> find the script and its contents so permissions would matter
> at all in that scenario.
>
> Any help and/or insight is greatly appreciated.
>
> Best,
> ...tom
>
> --------------------------------------------------------------
> -------------
> --------------------------------------------------------------
> -------------
>
> --------------------------------------------------------------
> -------------
> --------------------------------------------------------------
> -------------
>



---------------------------------------------------------------------------
---------------------------------------------------------------------------



Relevant Pages

  • Re: Newbie Here-Installing Flash on 50 machines
    ... machines to deploy to, and handle cases where machines are off line. ... a generic script really has no way to tell which computers ... Macromedia does provide a Windows MSI installer for the Flash ...
    (microsoft.public.windows.server.scripting)
  • Re: Joing computer script
    ... I have a site that has over 100 computers to join to the domain ... This script, as written, has to be run locally from the machine to be ... If you can connect to machines by hostname (you ... Set objComputer = ...
    (microsoft.public.scripting.vbscript)
  • RE: Reboot Script for Group Policy?
    ... Thanks for the reply and modification you made to the script you provided. ... Machines Names/IP and time should be separated by ... > 'Script to REBOOT a machine remotely... ... >>> I have a script that I use to reboot remote computers. ...
    (microsoft.public.windows.server.scripting)
  • Re: Only logon to computers in 1 OU
    ... I don't want to add computers in AD and then have to Add and Delete ... one user) needs access to the machines? ... script it or link a GP with the "Deny log on locally" security setting ...
    (microsoft.public.win2000.group_policy)
  • Re: Finding users in local admin groups
    ... > Here is a vbscript that you can run against a remote computer that moves ... > *local* users except 'Administrator) from the Administrators group to the ... You should also add to the script logging to a file of the ... > you moved on what computers. ...
    (microsoft.public.win2000.security)

Loading