Examples: To find all connections for server CORPDC1 and show their from-end servers and enabled states. dsquery conn -to CORPDC1 | dsget conn -dn -from -enabled
Examples: To enable the domain controllers CORPDC1 and CORPDC9 to become global catalog servers: dsmod server "cn=CORPDC ...
Examples: To find all computers in a given OU whose name starts with "tst" and show their descriptions. dsquery computer ...
Examples: To find all computers in the current domain whose name starts with "ms" and whose description starts with "desktop", ...
Examples: To find all computers that have been inactive for the last four weeks and remove them from the directory: dsquery ...
Examples: To find all connections for server CORPDC1 and show their from-end servers and enabled states. dsquery conn -to ...
Examples: To find all DCs in the current domain: dsquery server To find all DCs in the forest and display their Relative ...
Examples: To find all domain controllers for domain corp.microsoft.com and display their DNS host name and site name: dsquery ...
Examples: To find all groups in a given OU whose names start with "adm" and display their descriptions. dsquery group ou=Test,dc=microsoft,dc=com ...
Examples: To find all groups in the current domain whose name starts with "ms" and whose description starts with "admin", ...