mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-13 17:38:45 +01:00
Updated ping-host.ps1
This commit is contained in:
parent
c13e3c3dbd
commit
464e17c449
@ -61,7 +61,7 @@ function WriteChartLine { param([float]$value, [float]$maxValue, [string]$text)
|
||||
}
|
||||
|
||||
try {
|
||||
& "$PSScriptRoot/write-headline.ps1" "Ping Roundtrip Times to $($hostname)"
|
||||
Write-Host "`n PING ROUNDTRIP TIMES TO: $hostname" -foregroundColor green
|
||||
[int]$count = 1
|
||||
do {
|
||||
[float]$latency = GetPingLatency $hostname
|
||||
|
Loading…
Reference in New Issue
Block a user