In a landscape as interconnected as Information Technology, the adage by John C. Maxwell, “Teamwork makes the dream work…” perfectly...
Find Active Users with PW Expires Date/Time: Import-Module ActiveDirectory Get-ADUser -SearchBase "DC=cordero,DC=me" -filter {Enabled -eq $True -and PasswordNeverExpires -eq $False}...
Cost consideration is an essential aspect when designing and implementing network architecture. Here, we delve into the three primary components...
If you’re a developer working with APIs, web services, or any HTTP-based communication, having a reliable and efficient way to...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will look at a file called "mx-records.txt" and run...
HOW CERTIFICATE CHAINS WORK Certificate chains, also known as a chain of trust, work on the concept of Public Key...
This script was developed to address a specific scenario where vendors provide a range of IP subnets to be whitelisted....
ANAME (Alias Name) records are a type of DNS record that allows you to alias one hostname to another, similar...
ERROR Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate...