[Edit: This function has been improved and added to the PowerShell Cookbook module. Get it from the PowerShell Gallery.] Awhile back, I introduced a script that allows you interact with remote TCP ports (such as Telnet.) While useful, it worked only interactively. It would be even more useful if you were able to script a network or TCP connection. Let me introduce Send-TcpRequest.ps1 v2, which all