We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1715b4 commit bb67630Copy full SHA for bb67630
02-LogModules/Auth.Log/03-Features/08-FTP.ps1
@@ -50,7 +50,7 @@ if ($AuthenticationFailure_Count -ge 1) {
50
51
# title
52
Write-Output ""
53
- Write-Output "FTP Authentication Failure - Raw Table"
+ Write-Output "FTP Authentication Failure - Raw Events"
54
55
# variable to cretae the amount of spaces needed for the table
56
$maxLength = ($FTP_HT["AuthenticationFailure"] | Measure-Object Length -Maximum).Maximum
@@ -125,4 +125,4 @@ Write-Output " +$Hyphens+"
125
}
126
127
# reset variables
128
-$AuthenticationFailure_Count = $null
+$AuthenticationFailure_Count = $null
0 commit comments