$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} ...
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...
This will allow you to run Bash scripts from ZSH by just doing ./{script}. Shebang – From the CLI, add...
Cost consideration is an essential aspect when designing and implementing network architecture. Here, we delve into the three primary components...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script searches a text file "dr-dns.txt" for FQDNs, checks the...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for the IP/FQDN, Record Type, DNS Server to...
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" ...
# Author: Kerry Cordero # Version: 1.0.0 # Description: This script prompts for domain and gets the TLS version for...
MANUAL whois -h whois.cymru.com " -v [IP_ADDRESS]" whois -h whois.radb.net -- '-i origin ASXXXXX | grep -Eo "([0-9.]+){4}/[0-9]+" PYTHON...