Examples: To find all groups in the current domain whose name starts with "ms" and whose description starts with "admin", ...

Examples: To find all groups in the current domain whose name starts  with "ms" and whose description starts with "admin",  and display their DNs:      dsquery group domainroot -name ms* -desc admin*  Find all groups in the domain given by dc=microsoft,dc=com  and display their DNs:      dsquery group dc=microsoft,dc=com