Ansible is an open-source software automation platform written primarily in Python. Known for its simplicity and agentless architecture, It has... 
If you’re a developer working with APIs, web services, or any HTTP-based communication, having a reliable and efficient way to... 
There are two scripts below. This is if you’re in an environment where you MAC Addresses and ARP table are... 
Cost consideration is an essential aspect when designing and implementing network architecture. Here, we delve into the three primary components... 
Troubleshooting an API issue involves understanding the specific problem, checking logs, examining request and response data, and more. Here are... 
  Get-ADUser -Identity "kcordero" -Properties MemberOf | Select-Object -ExpandProperty MemberOf  ... 
When looking at logs, they are usually UTC. This script helps convert the time zone from EST to UTC &... 
I was getting an error when I went to run a PowerShell script.  This was the error: PS C:\> .\kerrys-script.ps1... 
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will scan an FQDN file, and based on the... 
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will find IP Location via ipstack API import requests...