Explanation/Reference:
A: To disable recursion on the DNS server using the Windows interface
Open DNS Manager.

In the console tree, right-click the applicable DNS server, then click Properties.

Click the Advanced tab.

In Server options, select the Disable recursion check box, and then click OK.

E: Disable recursion on DNS servers that do not respond to DNS clients directly and that are not configured with forwarders. A DNS server requires recursion only if it responds to recursive queries from DNS clients or if it is configured with a forwarder. DNS servers use iterative queries to communicate with each other.
The DNS server has root DNS servers in its configuration so it returns the root DNS server details each time it is queried for a non existent domain name. To prevent this we need to create a forward lookup zone with the name "." F: To disable recursion on the DNS server using a command line Open a command prompt.

Type the following command, and then press ENTER:

dnscmd <ServerName> /Config /NoRecursion {1|0}
Reference: Disable Recursion on the DNS Server
https://technet.microsoft.com/en-us/library/cc771738.aspx Reference: Setting up an authoritative DNS in Windows Server 2008 http://websistent.com/authoritative-dns-in-windows-server-2008/