# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan both Internal and External DNS import dns.resolver...
Site A: 10.10.10. Site B: 20.20.20. You want to change 10.10.10. and 20.20.20. to the subnets you use. # Author:...
$lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek } ...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for domain and gets the TLS version for...
This will allow you to run Bash scripts from ZSH by just doing ./{script}. Shebang – From the CLI, add...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan an FQDN file, and based on the...
There are three python files. 1. cli-config-changer.py = This is the main file that you run 2. config_file.py = These...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script searches a text file "dr-dns.txt" for FQDNs, checks the...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will look at a file called "mx-records.txt" and run...