|
|
|
date: Wed, 28 Dec 2005 23:49:02 -0800,
group: microsoft.public.exchange2000.active.directory.integration
back
Re: 8007200A
Try the following
Set oDomain=GetObject("LDAP://ou=firstOU,ou=secondOU,dc=x,dc=y")
or
Set oDomain=GetObject("LDAP://<your DCs
FQDN>/ou=firstOU,ou=secondOU,dc=x,dc=y")
or
Set oDomain=GetObject("GC://ou=firstOU,ou=secondOU,dc=x,dc=y")
GetObject generally expects an "AdsPath" which typically requires a Uniform
Resource Locator (URL)
http://www.microsoft.com/technet/scriptcenter/resources/qanda/oct04/hey1008.mspx
--
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"croco" wrote in message
news:326E20AB-F983-4992-881C-BC403F9B730F@microsoft.com...
> Does anyone know what this error code means? We had Win 2000 Active
> diectory
> but after a DC crash we upgraded Win 2003 directory but now we can't query
> Active Drectory with the same script code as shown below:
>
> Set oDomain=GetObject("ou=firstOU,ou=secondOU,dc=x,dc=y")
>
> When we had Win 2000 Active Directory there was no problem with this.What
> can be the reason?
date: Wed, 4 Jan 2006 16:47:57 -0800
author: Matt Kuzior [MSFT]
|
|