From b2a38f62e5f3131c6e43f4b8e001939417ab5567 Mon Sep 17 00:00:00 2001 From: adam <170969470+sa1181405@users.noreply.github.com> Date: Sun, 11 Jan 2026 14:24:25 -0500 Subject: [PATCH] Update dnscmd.md --- WindowsServerDocs/administration/windows-commands/dnscmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsServerDocs/administration/windows-commands/dnscmd.md b/WindowsServerDocs/administration/windows-commands/dnscmd.md index fb890d2069..1f3aafe021 100644 --- a/WindowsServerDocs/administration/windows-commands/dnscmd.md +++ b/WindowsServerDocs/administration/windows-commands/dnscmd.md @@ -115,7 +115,7 @@ dnscmd [] /config | /disablensrecordsautocreation `[0|1]` | Specifies whether the DNS server automatically creates name server (NS) resource records for zones that it hosts. Accepts the values: | | /dspollinginterval `` | Specifies in seconds how often the DNS server polls AD DS for changes in the AD integrated zones. The minimum accepted value is **30** seconds. If a value isn't specified after this parameter, the default value is set to **0xB4** (3 minutes or 180 seconds). | | /dstombstoneinterval `` | The amount of time in seconds to retain deleted records in AD DS. This value should be limited to the range from **0x3F480** (3 days or 259,200 seconds) to **0x49D400** (8 weeks or 4,147,200 seconds). The default value should be **0x127500** (14 days or 1,209,600 seconds) if no value is specified for the tombstoneLifetime attribute of the Directory Services object. | -| /ednscachetimeout `[3600-15724800]` | Specifies the number of seconds that extended DNS (EDNS) information is cached. The minimum value is **3600**, and the maximum value is **15,724,800**. The default value is **604,800** seconds (one week). | +| /ednscachetimeout `[10-86400]` | Specifies the number of seconds that extended DNS (EDNS) information is cached. The minimum value is **10**, and the maximum value is **86400**. The default value is **900** seconds (15 minutes). | | /enableednsprobes `[0|1]` | Enables or disables the server to probe other servers to determine if they support EDNS. Accepts the values:
  • **0** - Disables active support for EDNS probes.
  • **1** - Enables active support for EDNS probes.
| | /enablednssec `[0|1]` | Enables or disables support for DNS Security Extensions (DNSSEC). Accepts the values:
  • **0** - Disables DNSSEC.
  • **1** - Enables DNSSEC.
| | /enableglobalnamessupport `[0|1]` | Enables or disables support for the GlobalNames zone. The GlobalNames zone supports resolution of single-label DNS names across a forest. Accepts the values:
  • **0** - Disables support for the GlobalNames zone. When you set the value of this command to 0, the DNS Server service doesn't resolve single-label names in the GlobalNames zone.
  • **1** - Enables support for the GlobalNames zone. When you set the value of this command to 1, the DNS Server service resolves single-label names in the GlobalNames zone.
|