Skip to content

Commit f601ec2

Browse files
committed
Better color
1 parent 251912e commit f601ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DDI/Measure-DnsServerResponse.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Measure-NetworkHops {
8181
[string]
8282
$Server
8383
)
84-
Write-Host "Measuring network hops to $Server..." -ForegroundColor Magenta
84+
Write-Host "Measuring network hops to $Server..." -ForegroundColor Cyan
8585
$TestResult = Test-NetConnection -ComputerName $Server -TraceRoute -InformationLevel Detailed
8686
$Result = [PSCustomObject]@{
8787
Server = $Server

0 commit comments

Comments
 (0)