We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31d28f6 + 402d37e commit ca4211aCopy full SHA for ca4211a
docset/winserver2022-ps/dnsserver/Set-DnsServerRecursion.md
@@ -29,7 +29,7 @@ Recursion occurs when a DNS server queries other DNS servers on behalf of a requ
29
30
### Example 1: Set the retry interval
31
```
32
-PS C:\> Set-DnsServerRecursion -RetryInterval 3 -PassThru
+PS C:\> Set-DnsServerRecursion -RetryInterval 15 -PassThru
33
34
Enable : False
35
AdditionalTimeout(s) : 4
@@ -38,7 +38,7 @@ Timeout(s) : 8
38
SecureResponse : True
39
40
41
-This command sets the retry interval to 3 seconds.
+This command sets the retry interval to 15 seconds.
42
43
## PARAMETERS
44
0 commit comments