sync: auto-sync from DESKTOP-0O8A1RL at 2026-05-15 15:23:02
Author: Mike Swanson Machine: DESKTOP-0O8A1RL Timestamp: 2026-05-15 15:23:02
This commit is contained in:
7
session-logs/tmp_pluto_evtlog.ps1
Normal file
7
session-logs/tmp_pluto_evtlog.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
Get-WinEvent -LogName System -MaxEvents 2000 -ErrorAction SilentlyContinue |
|
||||
Where-Object { $_.TimeCreated -gt [datetime]'2026-05-14 18:00:00' -and
|
||||
$_.TimeCreated -lt [datetime]'2026-05-15 02:00:00' -and
|
||||
$_.Id -in @(1074,6006,6008,6009,41,7034,7035,7036,7040,4625,4634) } |
|
||||
Select-Object TimeCreated,Id,LevelDisplayName,@{n='Summary';e={$_.Message -split "`n" | Select-Object -First 2 | Join-String -Separator ' '}} |
|
||||
Sort-Object TimeCreated |
|
||||
ConvertTo-Json -Depth 2
|
||||
Reference in New Issue
Block a user