I’ve carried the Architect title over the years of being in IT. Below is my opinion on the difference between...
I was getting an error when I went to run a PowerShell script. This was the error: PS C:\> .\kerrys-script.ps1...
In today’s rapidly evolving IT landscape, deploying new components like firewalls demands more than technical know-how. Effective knowledge transfer mechanisms...
Cost consideration is an essential aspect when designing and implementing network architecture. Here, we delve into the three primary components...
Get-ADDomainController -Filter * | Select-Object Name, IPv4Address, Site, OperatingSystem ...
Troubleshooting an API issue involves understanding the specific problem, checking logs, examining request and response data, and more. Here are...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will find IP Location via ipstack API import requests...
MANUAL whois -h whois.cymru.com " -v [IP_ADDRESS]" whois -h whois.radb.net -- '-i origin ASXXXXX | grep -Eo "([0-9.]+){4}/[0-9]+" PYTHON...
Get-ADUser -Identity "kcordero" -Properties MemberOf | Select-Object -ExpandProperty MemberOf ...