netstat -na | find “51000” or netstat -np [protocol] | find “port #” netstat -np tcp | find “51000” or...
Jumbo Frames refer to Ethernet frames that carry a payload of up to 9000 bytes, instead of the standard 1500...
This is one way to find public IP Ranges for email using DIG. This is used if you want to...
Before we dive into the specifics, let’s take a moment to revisit what RFCs are. Standing for “Request for Comments,”...
The command below is a straightforward way to run a custom scan using Windows Defender (Microsoft Defender Antivirus) from the...
This will dump all GPO’s into HTML files. Get-GPO -all | % { Get-GPOReport -GUID $_.id -ReportType HTML -Path "C:\MyExports\$($_.displayName).html"...
Go to your command prompt and type in “wmic bios get serialnumber” C:\>wmic bios get serialnumber SerialNumber C5Q###...
Here’s a simplified breakdown of the data flow that occurs when a client computer in an Active Directory (AD) environment...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will check the Enabled SSL-TLS Protocols WinHTTP $Protocols =...