neonprimetime security , just trying to help
Showing posts with label
get-winevent
.
Show all posts
Showing posts with label
get-winevent
.
Show all posts
Wednesday, April 22, 2020
Query Sysmon Logs using Powershell Get-WinEvent
›
get-winevent -filterhashtable @{logname="Microsoft-Windows-Sysmon/Operational";id=1} | select Message |foreach-object {$a = $_.Mes...
1 comment:
›
Home
View web version