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

Doctor Scripto

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}

 

0 comments

Discussion is closed.

Feedback usabilla icon