This script was developed to address a specific scenario where vendors provide a range of IP subnets to be whitelisted....
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for domain and gets the TLS version for...
In a landscape as interconnected as Information Technology, the adage by John C. Maxwell, “Teamwork makes the dream work…” perfectly...
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...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will check the Enabled SSL-TLS Protocols WinHTTP $Protocols =...
This post provides a consistent naming convention for your enterprise resources to ensure clarity, consistency, and easy identification. Importance of...
Troubleshooting an API issue involves understanding the specific problem, checking logs, examining request and response data, and more. Here are...
In today’s rapidly evolving IT landscape, deploying new components like firewalls demands more than technical know-how. Effective knowledge transfer mechanisms...
Get-ADUser -Filter * -Properties DisplayName, EmailAddress, Title | select DisplayName, EmailAddress, Title | Export-CSV "C:\Scripts\Email_Addresses.csv" ...