mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
added cs to code fence
This commit is contained in:
parent
5dfc04bc0e
commit
a24fb87ca8
@ -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:
|
||||
|
||||
```
|
||||
```cs
|
||||
MiscEvents
|
||||
| where EventTime > ago(7d) and
|
||||
ActionType startswith "AppControl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user