Skip to content

Commit

Permalink
Better color
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Dec 9, 2024
1 parent 251912e commit f601ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDI/Measure-DnsServerResponse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function Measure-NetworkHops {
[string]
$Server
)
Write-Host "Measuring network hops to $Server..." -ForegroundColor Magenta
Write-Host "Measuring network hops to $Server..." -ForegroundColor Cyan
$TestResult = Test-NetConnection -ComputerName $Server -TraceRoute -InformationLevel Detailed
$Result = [PSCustomObject]@{
Server = $Server
Expand Down

0 comments on commit f601ec2

Please sign in to comment.