Hi all,

I've set up a link to AD through AccountManagement.PrincipleContext and I'm trying to loop through all GroupPrinciples contained with AD.

Any ideas how to do this? I've found ways to loop through a given group / user list, but no way to dynamically get the group list in the first place!

foreach (GroupPrincipal group in .......?)

Thanks.