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 a given OU whose name starts with "tst" and show  their descriptions.        dsquery computer ou=Test,dc=microsoft,dc=com -name tst* |       dsget computer -desc    To show the list of groups, recursively expanded, to which a given computer  "MyDBServer" belongs:        dsget computer cn=MyDBServer,cn=computers,dc=microsoft,dc=com      -memberof -expand    To display the effective quota and quota used of a given computer  "MyDBServer" on a given partition "cn=domain1,dc=microsoft,dc=com", type:        dsget computer cn=MyDBServer,cn=computers,dc=microsoft,dc=com      -part cn=domain1,dc=microsoft,dc=com -qlimit -qused
English
English (United States)
日本語
Japanese