Migrating Windows Servers from an on-premises VMware environment to the Azure cloud requires careful planning and execution. Here’s a general...
JoinedMay 2, 2023
Articles673
20+ years of experience and proven performance in large scale enterprise network infrastructure architecture, design, implementation, migration, security, operation, troubleshooting, leading/managing teams, and budgets. I have a BS in Cybersecurity and a Master's from the University of Florida.
The timeout values for various protocols and functions in Cisco ASA, Cisco routers, and Cisco switches can vary depending on...
Migrating overlapping IT networks can be a complex task that requires careful planning and execution to ensure a smooth transition....
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script searches a text file "dr-dns.txt" for FQDNs, checks the...
$lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek } ...
Migrating Windows Servers from an on-premises VMware environment to the AWS cloud requires careful planning and execution. Here’s a general...
Business Continuity Planning (BCP) for IT Networking is a crucial aspect of ensuring the availability and resilience of network infrastructure...
A Forward Proxy and a Reverse Proxy are two different types of proxies with distinct functionalities: Forward Proxy: A forward...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will find IP Location via ipstack API import requests...
$dnsServers = (Resolve-DnsName -Name e-ins.net -Type NS).NameHost Resolve-DnsName -Name _ldap._tcp.dc._msdcs.e-ins.net -Type SRV | Where-Object {$_.NameTarget -in $dnsServers} ...