We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251912e commit f601ec2Copy full SHA for f601ec2
DDI/Measure-DnsServerResponse.ps1
@@ -81,7 +81,7 @@ function Measure-NetworkHops {
81
[string]
82
$Server
83
)
84
- Write-Host "Measuring network hops to $Server..." -ForegroundColor Magenta
+ Write-Host "Measuring network hops to $Server..." -ForegroundColor Cyan
85
$TestResult = Test-NetConnection -ComputerName $Server -TraceRoute -InformationLevel Detailed
86
$Result = [PSCustomObject]@{
87
Server = $Server
0 commit comments