search for: acct_delet

Displaying 1 result from an estimated 1 matches for "acct_delet".

Did you mean: acct_delete
2014 Mar 04
0
Anybody have issues joining machines to a S4 AD domain using VBS
...BS that should join machines to the domain but it's not working get access denied instantly anybody got any working scripts they would like to share with me. btw my script that doesn't work is below ' Join a Computer to a Domain Const JOIN_DOMAIN = 1 Const ACCT_CREATE = 2 Const ACCT_DELETE = 4 Const WIN9X_UPGRADE = 16 Const DOMAIN_JOIN_IF_JOINED = 32 Const JOIN_UNSECURE = 64 Const MACHINE_PASSWORD_PASSED = 128 Const DEFERRED_SPN_SET = 256 Const INSTALL_INVOCATION = 262144 strDomain = "xxxx.com" strPassword = "xxxx" strUser = "Joiner" strComputer = &q...