Install the OpenSSL on Debian based systems
sudo apt-get install openssl| #Set the public IPs for Cisco Umbrella / OpenDNS | |
| $openDNS = "208.67.220.220", "208.67.220.222", "208.67.222.220", "208.67.222.222" | |
| #Get a list of your Domain Controller. | |
| $dcs = Get-ADcomputer -SearchBase "OU=Domain Controllers,DC=your,DC=domain,DC=com" | |
| #you can also simply use Get-ADDomainController -filter * | |
| #Iterate through each DC | |
| foreach($DC in $dcs){ | |
| #Log the current DNSForwarder settings |