# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will find IP Location via ipstack API import requests...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will look at a file called "mx-records.txt" and run...
Ansible is an open-source software automation platform written primarily in Python. Known for its simplicity and agentless architecture, It has...
What I mean by this, is keep an eye out for emails, alerts within the product, etc… for updates....
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 scan both Internal and External DNS import dns.resolver...
I was getting an error when I went to run a PowerShell script. This was the error: PS C:\> .\kerrys-script.ps1...
I was getting this error: File C:\Scripts\XXXXXX.ps1 cannot be loaded. The file C:\Scripts\XXXXXX.ps1 is not digitally signed. You cannot run...
$lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek } ...
ANAME (Alias Name) records are a type of DNS record that allows you to alias one hostname to another, similar...