Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RoamingBison

  1. RoamingBison

    Domain join vbscript fails

    The script works perfectly if the computers have not been created in AD when I add the "ACCT_CREATE" option. My test machine was added in the correct OU and had the correct name. The error number that returns from Err is 0, with a blank description. If I change the script to return the value...
  2. RoamingBison

    Domain join vbscript fails

    I have been fighting with this script for days now, and can't find a way to make it work. Dim strUser, strPassword, strDomain, strOU Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const...

Part and Inventory Search

Back
Top