We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d58287 commit 9a4fbf3Copy full SHA for 9a4fbf3
BlueTeam-Tools/EventLogMonitoring/EventID-Count-AllEvtx-Events.ps1
@@ -1,6 +1,6 @@
1
<#
2
.SYNOPSIS
3
- PowerShell Script for Counting EventID Occurrences in EVTX Files using Log Parser.
+ PowerShell Script for Counting EventID Occurrences in EVTX Files using Log Parser.
4
5
.DESCRIPTION
6
This script counts occurrences of each EventID in EVTX files within a selected folder using
@@ -352,4 +352,3 @@ $form.Add_Shown({ $form.Activate() })
352
#endregion
353
354
# End of script
355
-
0 commit comments