mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 01:48:20 +02: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 {
|
try {
|
||||||
& "$PSScriptRoot/write-headline.ps1" "Ping Roundtrip Times to $($hostname)"
|
Write-Host "`n PING ROUNDTRIP TIMES TO: $hostname" -foregroundColor green
|
||||||
[int]$count = 1
|
[int]$count = 1
|
||||||
do {
|
do {
|
||||||
[float]$latency = GetPingLatency $hostname
|
[float]$latency = GetPingLatency $hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user