2
Reply

How to get member list from group in active directory?

Ask a question
Marutharasu P

Marutharasu P

10y
1.3k
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)