I having problem to get all members from a Domain Local Group where members are located in other domain with trust.
I'm using the .NET DirectoryService object model in .net to query the directory, but I only receive the users part of the domain.
I have tried to search against the LDAP and the GC catalog and both given the same results. Also dealing with the ReferralChasing property without any success.
I can do all work in the Active Directory Users and Computers MMC, and also se all members "and some properties" in my DLG:s, but cannot do all that from the .net framework app.
Does my service account has limited access or is the trust between the domains not setup correcly?