Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > Help with VBscript

Reply
Thread Tools Display Modes

Help with VBscript

 
 
smoki
Guest
Posts: n/a

 
      01-06-2009
Hi there

Looking for a VB script to change local Administrator password to be
something specific to include part of mac address and model name etc.
I have found scripts to change it to something random or even a single
specific password but would like to change lots of computers at once with
this.

Thanks

 
Reply With Quote
 
 
 
 
Al Dunbar
Guest
Posts: n/a

 
      01-07-2009

"smoki" <> wrote in message
news:4C1BFFBA-434F-478B-BC54-...
> Hi there
>
> Looking for a VB script to change local Administrator password to be
> something specific to include part of mac address and model name etc.
> I have found scripts to change it to something random or even a single
> specific password but would like to change lots of computers at once with
> this.




 
Reply With Quote
 
Al Dunbar
Guest
Posts: n/a

 
      01-07-2009

"smoki" <> wrote in message
news:4C1BFFBA-434F-478B-BC54-...
> Hi there
>
> Looking for a VB script to change local Administrator password to be
> something specific to include part of mac address and model name etc.
> I have found scripts to change it to something random or even a single
> specific password but would like to change lots of computers at once with
> this.


The main problem with having all admin passwords the same is that if a
person knows one, he knows them all. If one system is compromized, having
different passwords reduces the work involved in securing the
infrastructure.

But making them different is only of value if they cannot be deduced from a
pattern. If you were to set one password to
00-11-22-33-44-55-HP-DL180-secretpass, most people would probably be able to
guess what the password is to the HP ML300 with MAC address
11-22-33-44-55-66.

I'd code the script to create random passwords and print them out. These
would be secured in a vault to be used only in emergencies. Normal admin
tasks should then be done by domain accounts added to the appropriate

/Al
administrators groups.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need VbScript james brady Scripting 3 03-28-2007 02:04 AM
Re: Please Help !! VBscript convert my image/music file into VBscript file Dave Patrick Scripting 0 12-10-2006 01:37 PM
VBScript and WSH Prashant Windows Media Center 1 05-04-2006 02:50 PM
end vbscript Nick B Scripting 1 10-27-2005 02:39 PM
Can I call a VBscript from another VBscript? Wesley Scripting 4 05-26-2004 06:34 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59