All Questions
Tagged with principalsearcher objectquery
1 question
1
vote
2
answers
1k
views
How can i get all groups of a local user using ObjectQuery?
i try to display all groups a special User is in.
I also know, that i could do it like this:
public static List<Principal> getUsers(){
PrincipalContext context = new PrincipalContext(...