Examples: To remove an organizational unit (OU) called "Marketing" and all the objects under that OU, use the following command: ...

Examples: To remove an organizational unit (OU) called "Marketing" and all the objects under that OU, use the following command:  dsrm -subtree -noprompt -c ou=Marketing,dc=microsoft,dc=com  To remove all objects under the OU called "Marketing" but leave the OU intact, use the following command with the -exclude parameter:  dsrm -subtree -exclude -noprompt -c "ou=Marketing,dc=microsoft,dc=com"  Directory Service command-line tools help: dsadd /? - help for adding objects. dsget /? - help for displaying objects. dsmod /? - help for modifying objects. dsmove /? - help for moving objects. dsquery /? - help for finding objects matching search criteria. dsrm /? - help for deleting objects.