Haveing never worked with VB, but having perl and java exp I tried my hand at a script to change the local password on machine I came up with this:
'| /p:newPass4LocalAdministrator
Option Explicit: Dim Named, sPasswrdAdmin, oUser
Set Named = WScript.Arguments.Named
sPasswrdAdmin =...