Skip to content

Commit bb67630

Browse files
authored
Update 08-FTP.ps1
1 parent a1715b4 commit bb67630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02-LogModules/Auth.Log/03-Features/08-FTP.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if ($AuthenticationFailure_Count -ge 1) {
5050

5151
# title
5252
Write-Output ""
53-
Write-Output "FTP Authentication Failure - Raw Table"
53+
Write-Output "FTP Authentication Failure - Raw Events"
5454

5555
# variable to cretae the amount of spaces needed for the table
5656
$maxLength = ($FTP_HT["AuthenticationFailure"] | Measure-Object Length -Maximum).Maximum
@@ -125,4 +125,4 @@ Write-Output " +$Hyphens+"
125125
}
126126

127127
# reset variables
128-
$AuthenticationFailure_Count = $null
128+
$AuthenticationFailure_Count = $null

0 commit comments

Comments
 (0)