Test-NetConnection -ComputerName remote-server -Port port or Test-NetConnection -ComputerName qa-api.cordero.me -Port 443...
Here is an explanation of different redundancy levels: N+1 Redundancy In an N+1 redundancy setup, there is one extra (the...
Sure, here’s how you can find the Time to Live (TTL) for a DNS record on Windows and MacOS. Please...
DO YOU HAVE TO HAVE SSL OFFLOAD TO GET STATUS CODE SSL offloading, often performed by a load balancer or...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will check the Enabled SSL-TLS Protocols WinHTTP $Protocols =...
The communication between a laptop and a server within a network involves a number of layers and protocols. Here’s a...
To achieve optimal performance in SQL Server AlwaysOn Availability Groups, especially for a rapid failover in a multi-subnet environment, it’s...
Let’s go through the steps and data flow when using `curl` to make an HTTPS request and check for an...
(Invoke-WebRequest -Uri https://www.cisco.com -Method Get).StatusCode This command sends a GET request to the specified URL and then returns the HTTP...