I query all security groups in a specific domain using
PrincipalSearchResult results = ps.FindAll();
where ps is a PrincipalS
For anybody using the "info" attribute:note that it will throw an exception if using an empty string or null value.