# Author: Kerry Cordero # Version: 1.0.0 # Description: This script will find IP Location via ipstack API import requests...
JoinedMay 2, 2023
Articles656
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.
$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} ...
Get-ADUser -Identity "kcordero" -Properties MemberOf | Select-Object -ExpandProperty MemberOf ...
When using F5 DNS (formerly known as BIG-IP DNS) and Zonerunner together, the best way to make changes to the...
When undergoing a merger and acquisition (M&A) in the IT domain, IP address overlapping and DNS management require careful planning...
$lastWeek = (Get-Date).AddDays(-7) Get-ADComputer -Filter { whenCreated -ge $lastWeek } ...
To find the Flexible Single Master Operations (FSMO) roles in an Active Directory (AD) environment using PowerShell, you can use...
To create subdomains using F5 BIG-IP DNS and Zonerunner, you can follow these steps: 1. Access F5 DNS Configuration Utility:...
When undergoing a merger and acquisition (M&A) in the IT domain, it is generally advisable to avoid Network Address Translation...
When it comes to building out DNS Fully Qualified Domain Names (FQDNs) for application development, it’s important to consider the...