How to get member list from group in active directory?
Hello Friends,
I am trying to get member list from group in active directory but I am not getting list from AD so far.
The Code is,
GroupPrincipal gp = GroupPrincipal.FindByIdentity("PrincipalContext","GroupName")
I am getting null value only from this code.
Can any one help me !!!
Thanks