January 11th, 2013

PowerTip: Use a PowerShell Function to Find DNS Server Block List

Doctor Scripto
Scripter

Summary: Use a Windows PowerShell function from Windows 8 or Windows Server 2012 to find the DNS server global query block list.

Hey, Scripting Guy! Question How can I use a function from Windows 8 or Windows Server 2012 to find the DNS server global query block list?

Hey, Scripting Guy! Answer Use the Get-DNSServerGlobalQueryBlockList function and specify the name of the DNS server, as shown here.

15:19 C:\> Get-DnsServerGlobalQueryBlockList -ComputerName dc1

Enable : True

List   : {wpad, isatap}

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.