[RESOLVED] Active Directory and VB.Net 2008
Here is the Scenario,
A group on DOMAIN1 is a member of the domain local group on DOMAIN2. In AD, the domain local group on DOMAIN2 shows DOMAIN1's group in the list of members. On DOMAIN1, the group does NOT show the domain local group from DOMAIN2.
How can I return the domain local group name from the group on DOMAIN1 seeing as it doesn't show the domain local group in the MemberOf.
Please help
Re: Active Directory and VB.Net 2008
Hi taigon,
How is this a VB.Net question? Isn't your issue with what is being or not being displayed in the AD using for example MMC?
Re: Active Directory and VB.Net 2008
This has to do with VB.Net in the fact that I'm coding an application that pulls the AD information information. But I did end up find my answer in that you can not retrieve the memberOf information from one domains group membership being assigned to the domain local group of another domain.