Hello,
How do I sepcify a physical server in place of rootdes??
If I replace Set rootdse = GetObject("LDAP://rootdse") with Set rootdse = GetObject("LDAP://CN=SERVERNAME,OU=Domain Controllers,DC=XXX,DC=XXX,DC=XXX,DC=com")
I get an error on
domainContainer = rootdse.Get("defaultNamingContext")
telling me the property does not exist in the directory cace.
Can I not specify the rootdes??
Thansk!!
Scot Lymer
How do I sepcify a physical server in place of rootdes??
If I replace Set rootdse = GetObject("LDAP://rootdse") with Set rootdse = GetObject("LDAP://CN=SERVERNAME,OU=Domain Controllers,DC=XXX,DC=XXX,DC=XXX,DC=com")
I get an error on
domainContainer = rootdse.Get("defaultNamingContext")
telling me the property does not exist in the directory cace.
Can I not specify the rootdes??
Thansk!!
Scot Lymer