adding work scripts

This commit is contained in:
2025-05-20 09:16:54 -04:00
parent 428084e4ee
commit 47b546aff8
263 changed files with 349524 additions and 0 deletions
@@ -0,0 +1,8 @@
$StartTime = (Get-Date).AddMinutes(-<minutes>)
$ID=<event_id>
Get-WinEvent -FilterHashtable @{
LogName='Application'
ProviderName='Qlik Enterprise Manager'
Id=$ID
StartTime=$StartTime
} | fl * | Out-File -FilePath events.log -Append