This post provides a consistent naming convention for your enterprise resources to ensure clarity, consistency, and easy identification. Importance of...
I’ve carried the Architect title over the years of being in IT. Below is my opinion on the difference between...
OPTION 1 To run the `ipconfig /displaydns` command on a remote PC named “pc-kcordero” in a Windows environment, you can...
Transferring files from a Windows server/pc/laptop to a file share can be achieved by several means. The fastest method, however,...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will check the Enabled SSL-TLS Protocols WinHTTP $Protocols =...
Before we dive into the specifics, let’s take a moment to revisit what RFCs are. Standing for “Request for Comments,”...
There are several commands and operations that you can use in PowerShell to troubleshoot a Windows file server that is...
To test TLS versions and HTTP versions using CURL, you can specify the desired TLS and HTTP versions using the...
Test-NetConnection -ComputerName remote-server -Port port or Test-NetConnection -ComputerName qa-api.cordero.me -Port 443...
The communication between a laptop and a server within a network involves a number of layers and protocols. Here’s a...