Nslookup /set recurse |
Applies To: Windows Server 2008 R2,Windows Server 2008
Tells the Domain Name System (DNS) name server to query other servers if it does not have the information.
For examples of how this command can be used, see Examples.
Syntax
Copy Code |
|
set [no]recurse |
Parameters
Parameter |
Description |
norecurse |
Stops the Domain Name System (DNS) name server from querying other servers if it does not have the information. |
recurse |
Tells the Domain Name System (DNS) name server to query other servers if it does not have the information. The default syntax is recurse. |
{help | ?} |
Displays a short summary of nslookup subcommands. |
Remarks
<Insert command-specific remarks here.>
Scripting <optional section>
<Here is where you discuss using the command within a script. You should also provide an FWLink to a specific page in the Script Center, if possible.>
Examples
<Here is where you put a detailed description of your example>:
Copy Code |
|
This /is /the /example |
<Here is where you put detailed descriptions of another example>:
Copy Code |
|
This /is /a:"different" /example |