In this article let's use PowerShell to create a socket client and do a simple call to a webserver.
There are multiple ways to create sockets using PowerShell. For this article let's take use TcpClient object for it's simplicity.
Table of Contents
* Set up