I have an issue with _AD_JoinDomain.  We use "DC=something,DC=org" for the domain name when using _AD_Open.  When doing a domain join using _AD_JoinDomain, it is only using "something" as the domain name that is passed to $oComputer.JoinDomainOrWorkGroup which causes a 1355 error (domain not found) when the computer is on a different subnet than the domain controller.  If "something.org" is used as the domain name, it works fine. This appears to be controlled by the following lines of code in th