2
Answers

How to get member list from group in active directory?

Marutharasu P

Marutharasu P

10y
2.1k
1
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
Answers (2)