ANAME (Alias Name) records are a type of DNS record that allows you to alias one hostname to another, similar...
HTTP status codes This section describes some of the common HTTP status codes. Note This article doesn’t list every...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompt for the ASN and output the IP Subnet...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for the IP/FQDN, Record Type, DNS Server to...
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...
Before we dive into the specifics, let’s take a moment to revisit what RFCs are. Standing for “Request for Comments,”...
Creating a development workflow with PROD (Production) and DEV (Development) environments using branches in a version control system like Git...
$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} ...
This post provides a consistent naming convention for your enterprise resources to ensure clarity, consistency, and easy identification. Importance of...