EVTX
# NT / XP / 2000 / 2003
C:\Windows\System32\winevts\logs\*.evtx
# Vista / Win7 / Win8 / Win10 / Win11
C:\Windows\System32\winevt\Logs\*.evtx
# OR* custom set within:
HKLM\SYSTEM\CurrentControlSet\Services\EventLogPowershell EVTX filtering:
Get-WinEvent -FilterHashtable @{Logname="Security";id=4624}
Get-WinEvent -FilterHashtable @{Logname="Security";id=5140} | where {$_.Message -match "\\Admin\$"}Log
EventID
Info
Parse:
Last updated