tinuwalther / PsNetTools

PsNetTools is a cross platform PowerShell module to test network features on Windows, Linux and Mac.

Home Page:https://tinuwalther.github.io/posts/psnettools.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in Test-PsNetUping: UdpSucceeded is empty, should be Timed Out

tinuwalther opened this issue · comments

Test-PsNetUping -Destination 'sbb.ch' -UdpPort 53 -Timeout 100

Succeeded    : True
TargetName   : sbb.ch
UdpPort      : 53
UdpSucceeded : 
Duration     : 112ms
MaxTimeout   : 100ms

UdpSucceeded is empty, should be 'Timed Out'.

Change UdpSucceeded to UdpSucceeded = $false