.NET/C# some links on querying the ActiveDirectory
Posted by jpluimers on 2016/12/15
Without dsquery installable, I had to query an ActiveDirectory spanning two domains.
Here are some links that helped:
- Howto: (Almost) Everything In Active Directory via C# – CodeProject.
- c# – How to query Active Directory for all groups and group members? – Stack Overflow
- c# – Difference between PrincipalSearcher.FindAll() and GroupPrincipal.FindByIdentity() – Stack Overflow
–jeroen






Leave a comment