Skip to content

Commit f761798

Browse files
Fix spelling error in output text 📜
1 parent fd4e129 commit f761798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Powershell/SCOM ETL Trace/Start-ScomETLTrace.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ exit 0
790790
Remove-Item $TempETLTrace`\ETL\* -Confirm:$false | Out-Null
791791
}
792792
Copy-Item "C:\Windows\Logs\OpsMgrTrace\*" "$TempETLTrace`\ETL" -Force | Out-Null
793-
Write-Host "$(Out-TimeStamp)Gathering IP Address Infomration." -ForegroundColor Cyan
793+
Write-Host "$(Out-TimeStamp)Gathering IP Address Information." -ForegroundColor Cyan
794794
$ip = ([System.Net.Dns]::GetHostAddresses($Env:COMPUTERNAME)).IPAddressToString;
795795
[string]$IPList = ""
796796
$IPSplit = $IP.Split(",")

0 commit comments

Comments
 (0)