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
9 lines
346 B
@echo off
|
|
|
|
REM
|
|
REM dsaddcleanup.bat - a simple batch file to cleanup after running dsaddtest.bat
|
|
REM
|
|
|
|
dsrm -subtree -noprompt OU=aTest,DC=jeffjontst,DC=nttest,DC=microsoft,DC=com
|
|
dsrm -subtree -noprompt OU=bTest,DC=jeffjontst,DC=nttest,DC=microsoft,DC=com
|
|
dsrm -subtree -noprompt OU=quietTest,DC=jeffjontst,DC=nttest,DC=microsoft,DC=com
|