Click to Rate and Give Feedback
TechNet
TechNet Library
Windows Server
Networking
DNS Server
Operations
 View the global query block list
View the global query block list

Updated: May 9, 2008

You can use this procedure to determine what names are included in the global query block list on the Domain Name System (DNS) server. See Managing the Global Query Block List for more information about the global query block list.

Membership in Administrators, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at http://go.microsoft.com/fwlink/?LinkId=83477.

To view the global query block list
  1. Open a command prompt. To open an elevated Command Prompt window, click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

  2. At the command prompt, type the following command, and then press ENTER:

    dnscmd [<ServerName>] /info /globalqueryblocklist

 

Value Description

dnscmd

The command-line tool for managing DNS servers.

<ServerName>

Specifies the DNS host name of the DNS server. You can also type the IP address of the DNS server. To specify the DNS server on the local computer, you can also type a period (.) or omit the host name.

/info

Required. Specifies that the command is to return information only.

/globalqueryblocklist

Required. Specifies that the command applies to the global query block list.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
/globalqueryblocklist not implemented ?      Lucas B. Cohen   |   Edit   |   Show History
On Windows Server 2008 SP2, the following commands fail :

dnscmd srv1 /info /globalqueryblocklist
returns : UNKNOWN 1733

dnscmd srv1 /config /globalqueryblocklist wpad isatap
returns : DNS_ERROR_INVALID_PROPERTY

credits : Michael King (http://www.mpking.com/)
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker