mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 22:37:22 +00:00
Fix typo
This commit is contained in:
parent
0d49b10d63
commit
cf9ef65dc1
@ -75,7 +75,7 @@ ProcessCreationEvents
|
|||||||
| where ProcessCommandLine == "net stop MpsSvc"
|
| where ProcessCommandLine == "net stop MpsSvc"
|
||||||
| limit 10
|
| limit 10
|
||||||
|
|
||||||
// Better query - filters on filename, does case-insnsitive matches
|
// Better query - filters on filename, does case-insensitive matches
|
||||||
ProcessCreationEvents
|
ProcessCreationEvents
|
||||||
| where FileName in~ ("net.exe", "net1.exe") and ProcessCommandLine contains "stop" and ProcessCommandLine contains "MpsSvc"
|
| where FileName in~ ("net.exe", "net1.exe") and ProcessCommandLine contains "stop" and ProcessCommandLine contains "MpsSvc"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user