Command Prompt: for /L %i in (1,1,254) do @ping -n 1 4.2.2.%i | find "Reply" Powershell: 1..254 | % {...
I was getting an error when I went to run a PowerShell script. This was the error: PS C:\> .\kerrys-script.ps1...
Test-NetConnection -ComputerName remote-server -Port port or Test-NetConnection -ComputerName qa-api.cordero.me -Port 443...
I wrote a post about using iperf, a tool to test network speed and throughput. I just want to quickly...
Before we dive into the specifics, let’s take a moment to revisit what RFCs are. Standing for “Request for Comments,”...
Building out a proper help desk with different levels and delegated alerting is critical for several reasons: Efficient Use of...
I wanted a way to server for servers with specific partial names. For example, let us say I’m searching for...
Migrating overlapping IT networks can be a complex task that requires careful planning and execution to ensure a smooth transition....
There are times you need to find what your public IP Address especially when doing firewall work. There are environments...