Here are some hints for the most common errors experienced by first-time ADSI application writers:
GetObject("WinNT://MyDomain/MyComputer")
results in an error, enter the following at the command prompt:
>net use * \\MyDomain\netlogon
If you can successfully execute the command prompt syntax, you know your ADsPath is accurate and that your network connections are valid and can continue to look elsewhere for the problem.