Multiple domain lookups

  • Thread starter Thread starter Marc Jennings
  • Start date Start date
M

Marc Jennings

Hi there,

This is not specifically a C Sharp question, although I will be using
C# to pull out and process the results that I need .

We have several domains in our organisation, similar in arrangement to
:
mydomain.com
fr_mydomain.com
de_mydomain.com
es_mydomain.com
etc.

I was wondering if there is any way of running a query once in order
to return all results across all the sub-domains. I am no AD guru by
any means, so if there is important information here that I have left
out, please ask and I will try to get the answers.

TIA
Marc.
 
Hi Marc,
Before we go further, I need t collect following informaiton from you,
please help to answer them:
1> how is your organization forest is organized? Is it like following? or
it is organized in another way?
----mydomain.com
|-----fr_mydomain.com
|-----de_mydomain.com
|-----es_mydomain.com
2> what information you want to get? A user, a container or their
attributes?

If you use C# to program with directory , DirectoryEntry is the key to
start. In addition, for such type of issues, please feel free to post them
to adsi.general group.

Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security

This posting is provided "AS IS" with no warranties and confers no rights.
 
Back
Top