HOW CERTIFICATE CHAINS WORK Certificate chains, also known as a chain of trust, work on the concept of Public Key...
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}...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan both Internal and External DNS import dns.resolver...
Creating a development workflow with PROD (Production) and DEV (Development) environments using branches in a version control system like Git...
I’ve carried the Architect title over the years of being in IT. Below is my opinion on the difference between...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will look at a file called "mx-records.txt" and run...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for domain and gets the TLS version for...