PowerShell – Query domain name WhoIs

Hi Guys, I found, after couple of weeks looking for it, a cool API WebSite that provide an API to query WhoIs : webservicex.net. Once I found out this site I started writing this little PowerShell function to help me serialize all my future actions with this little guy. Here is the function I wrote […]

PowerShell Function – Test Server TCP Ports

Hi Guys, Here is a PowerShell Function I wrote couple of years ago. The purpose of this PowerShell function was to test if the given TCP ports where opened or not on specified computers. We needed this kind of function to keep tracks of customer network teams work, which was taking to long to open […]