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