From 4b7701edbf602e95605ec16dcc73ad7e2f3398eb Mon Sep 17 00:00:00 2001 From: Robin Harwood <19212983+robinharwood@users.noreply.github.com> Date: Tue, 22 Sep 2026 16:11:29 +0100 Subject: [PATCH] Clarify Set-DnsServerEncryptionProtocol privilege requirements (#4139) * Clarify DNS encryption cmdlet privileges Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Restore DNS cmdlet availability wording Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../DnsServer/Set-DnsServerEncryptionProtocol.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docset/winserver2025-ps/DnsServer/Set-DnsServerEncryptionProtocol.md b/docset/winserver2025-ps/DnsServer/Set-DnsServerEncryptionProtocol.md index e548bf9ff0..fb118ddf2a 100644 --- a/docset/winserver2025-ps/DnsServer/Set-DnsServerEncryptionProtocol.md +++ b/docset/winserver2025-ps/DnsServer/Set-DnsServerEncryptionProtocol.md @@ -2,7 +2,7 @@ Learn how to enable or disable DNS over HTTPS (DoH) and configure URI templates for secure DNS queries using the Set-DnsServerEncryptionProtocol cmdlet. external help file: PS_DnsServerEncryptionProtocol_v1.0.0.cdxml-help.xml Module Name: DnsServer -ms.date: 02/10/2026 +ms.date: 09/22/2026 online version: https://learn.microsoft.com/powershell/module/dnsserver/set-dnsserverencryptionprotocol?view=windowsserver2025-ps&wt.mc_id=ps-gethelp schema: 2.0.0 title: Set-DnsServerEncryptionProtocol @@ -33,8 +33,12 @@ You must restart the DNS Server service for changes to take effect. Ensure that certificate is configured for the DNS server with the hostname(s) specified in the URI template(s). > [!IMPORTANT] -> The `Set-DnsServerEncryptionProtocol` cmdlet is available on Windows Server 2025 or -> later beginning with 2026-02 Security Update. +> Before you run `Set-DnsServerEncryptionProtocol`, note these requirements: +> +> - The `Set-DnsServerEncryptionProtocol` cmdlet is available on Windows Server 2025 or later +> beginning with 2026-02 Security Update. +> - This cmdlet requires SysAdmin privileges to execute. Other DNS cmdlets generally require only +> DnsAdmin privileges. ## EXAMPLES