pipe command output to nul to keep things clean (#559)

This commit is contained in:
Carrie Roberts
2019-09-06 19:37:34 -06:00
committed by Michael Haag
parent 30411b7db8
commit 6f2d67e258
+1 -1
View File
@@ -145,7 +145,7 @@ atomic_tests:
name: command_prompt
elevation_required: true
prereq_command: |
sc query sysmon
sc query sysmon > nul
command: |
sysmon -u
cleanup_command: |