You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
queryresolution
About this tag
The queryresolution tag covers topics related to DNS query resolution policies on Windows Server, including adding and removing block policies using PowerShell commands like Add-DnsServerQueryResolutionPolicy and Remove-DnsServerQueryResolutionPolicy. Discussions focus on troubleshooting issues where a removed block policy continues to block access to domains, requiring steps such as restarting the DNS server or verifying policy removal. The tag is relevant for IT administrators managing DNS filtering and resolution policies in enterprise environments.
Hello there, I added some domain name to be blocked in my network and I used the following command to do that:
Add-DnsServerQueryResolutionPolicy -Name "BlockListPolicy" -Action IGNORE -FQDN "EQ,*.somedomain.com" -PassThru
After I have done that in powershell that domain is filtered out not to...