We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4e129 commit f761798Copy full SHA for f761798
1 file changed
Powershell/SCOM ETL Trace/Start-ScomETLTrace.ps1
@@ -790,7 +790,7 @@ exit 0
790
Remove-Item $TempETLTrace`\ETL\* -Confirm:$false | Out-Null
791
}
792
Copy-Item "C:\Windows\Logs\OpsMgrTrace\*" "$TempETLTrace`\ETL" -Force | Out-Null
793
- Write-Host "$(Out-TimeStamp)Gathering IP Address Infomration." -ForegroundColor Cyan
+ Write-Host "$(Out-TimeStamp)Gathering IP Address Information." -ForegroundColor Cyan
794
$ip = ([System.Net.Dns]::GetHostAddresses($Env:COMPUTERNAME)).IPAddressToString;
795
[string]$IPList = ""
796
$IPSplit = $IP.Split(",")
0 commit comments