HTTP Status Codes are three-digit numbers returned by a web server (like IIS) in response to an HTTP request from...
1. Import the Active Directory module: Import-Module ActiveDirectory 2. To get the list of Active Directory sites: Get-ADReplicationSite -Filter...
Building an enterprise-grade file server entails carefully selecting various components; one of the most crucial is the storage subsystem. Solid-State...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will check the Enabled SSL-TLS Protocols WinHTTP $Protocols =...
Name Filter Description Connection Reset tcp.flags.reset==1 Unexpected TCP resets could suggest a network failure or timeout. Bad TCP packets tcp.analysis.flags...
If for some reason you need a user that’s RDP’ed into a Server or Workstation to do a CTRL+ALT+DEL, here...
The other day, I worked with IIS, which has been a while. I looked at the logs with a coworker...
Each new version of VirtualCenter Server provides new features that you can configure to change how VMware HA functions. You...
curl -Is https://{SITE}.com | head -1 HTTP/2 200 curl -Is https://{SITE}.com/login.asp | head -1 HTTP/2 404 curl -Is http://{SITE}.com |...