added cs to code fence

This commit is contained in:
Justin Hall 2018-12-05 10:42:11 -08:00
parent 5dfc04bc0e
commit a24fb87ca8

View File

@ -23,7 +23,7 @@ This capability is supported beginning with Windows version 1607.
Here is a simple example query that shows all the WDAC events generated in the last seven days from machines being monitored by Windows Defender ATP: Here is a simple example query that shows all the WDAC events generated in the last seven days from machines being monitored by Windows Defender ATP:
``` ```cs
MiscEvents MiscEvents
| where EventTime > ago(7d) and | where EventTime > ago(7d) and
ActionType startswith "AppControl" ActionType startswith "AppControl"