This lets you create a TCP port listener on a remote host for you to run a test-netconnection to it.

$msg = Receive-TCPMessage -Port 9999
This commit is contained in:
2025-09-24 02:18:58 +00:00
parent 6584bd2cdf
commit ee40d6c6f8

View File

@@ -78,4 +78,3 @@ Function Receive-TCPMessage {
}