tinuwalther/PsNetTools

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

tinuwalther opened this issue · 1 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