The `Test-Connection` command is a PowerShell cmdlet that sends Internet Control Message Protocol (ICMP) echo request packets, or “pings”, to... 
To verify the connectivity and synchronization status of your Active Directory (AD) servers on a Palo Alto Networks firewall, you... 
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will use RIPE to Research IP Subnet (BGP AS,... 
To calculate how long it would take to transfer a certain amount of data over a given network connection, we... 
1. Local Cache Check: You attempt to access a website (say, `app.lb.cordero.me`) on your Windows AD-managed laptop. Your operating system... 
  1. Import the Active Directory module: Import-Module ActiveDirectory 2. To get the list of Active Directory sites: Get-ADReplicationSite -Filter... 
When trying to see what devices a Windows Server is communicating with on the network, there are several approaches you... 
Command Prompt: for /L %i in (1,1,254) do @ping -n 1 4.2.2.%i | find "Reply" Powershell: 1..254 | % {... 
Here’s a step-by-step breakdown of the data flow: DNS Resolution: The user enters “https://cordero.me” into their browser’s address bar. The... 
Finding the switch port that a laptop is connected to with just its DNS name requires a few more steps...