Cleanup fixes (#1108)

* Cleanup Fixes

* Wrong executor name and missing $ sign in T1553

* Cleanup fixes

* File checks added

* File path error check changed
This commit is contained in:
Hare Sudhan Muthusamy
2020-07-08 15:15:52 -06:00
committed by GitHub
parent 91d71a722e
commit 02ac2deb4f
16 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ atomic_tests:
mkdir #{output_folder}
ntdsutil "ac i ntds" "ifm" "create full #{output_folder}" q q
cleanup_command: |
rmdir /q /s #{output_folder}
rmdir /q /s #{output_folder} >nul 2>&1
name: command_prompt
elevation_required: true