▲ 9 r/PowerShell
Test-NetConnection Issue - Can Ping, Can Test, but TNC is failing
Here's my head scratcher:
I can run Test-NetConnection $server -Port $Port and it just hangs. If I run Test-Connection $server it pings fine. If I do Test-NetConnection $server -Port $Port -InformationLevel Quiet it also tests fine.
I know that this isn't a PS issue, but I don't know who or where to start pointing at to figure it out. Issue happens both in the same subnet and across the WAN
u/Unapolagetic_Lifer — 17 hours ago