Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
346 B

  1. @echo off
  2. REM
  3. REM dsaddcleanup.bat - a simple batch file to cleanup after running dsaddtest.bat
  4. REM
  5. dsrm -subtree -noprompt OU=aTest,DC=jeffjontst,DC=nttest,DC=microsoft,DC=com
  6. dsrm -subtree -noprompt OU=bTest,DC=jeffjontst,DC=nttest,DC=microsoft,DC=com
  7. dsrm -subtree -noprompt OU=quietTest,DC=jeffjontst,DC=nttest,DC=microsoft,DC=com