mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 06:02:56 +02:00
Update check-dns.ps1
This commit is contained in:
@ -24,7 +24,7 @@ try {
|
||||
} else {
|
||||
foreach($Row in $Table) { $null = Resolve-DNSName $Row.Domain }
|
||||
}
|
||||
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
[float]$Elapsed = $StopWatch.Elapsed.TotalSeconds
|
||||
|
||||
$Average = [math]::round($Count / $Elapsed, 1)
|
||||
"$Average domains per second DNS resolution"
|
||||
|
Reference in New Issue
Block a user