Add Local Windows User Accounts

What's the best way to script adding a new local Windows user account in Automise 3?  The machine is not using an LDAP so active directory doesn't seem to help us.  Ideally we would like to mask the password somehow.

Hi Travis

You will need to use some script to do that since we don’t have a built in action for this. I just did a quick google and found these pages with lots of useful info :

http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/usersgroups/localusers/

http://www.cruto.com/resources/vbscript/vbscript-examples/ds/local/users/

HTH