Skip to content

Commit ee6f249

Browse files
committed
Minor update and ms.date refreshed
1 parent 5e1aa08 commit ee6f249

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docset/winserver2025-ps/DnsServer/Get-DnsServerEncryptionProtocol.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Learn how to retrieve DNS over HTTPS (DoH) settings using the Get-DnsServerEncryptionProtocol cmdlet in Windows PowerShell for Windows Server 2025 and later.
33
external help file: PS_DnsServerEncryptionProtocol_v1.0.0.cdxml-help.xml
44
Module Name: DnsServer
5-
ms.date: 01/14/2026
5+
ms.date: 02/10/2026
66
online version: https://learn.microsoft.com/powershell/module/dnsserver/get-dnsserverencryptionprotocol?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-DnsServerEncryptionProtocol
@@ -25,7 +25,9 @@ Get-DnsServerEncryptionProtocol [-ComputerName <String>] [-PassThru <Boolean>] [
2525
The `Get-DnsServerEncryptionProtocol` cmdlet can be used to verify the current DoH configuration
2626
on a DNS server. The cmdlet retrieves the current settings as an object with the properties
2727
**EnableDoh** and **UriTemplate** to indicate whether DoH is enabled and the configured URI
28-
templates for DNS queries over HTTPS.
28+
templates for DNS queries over HTTPS. The cmdlet retrieves the persistent encryption protocol
29+
settings. Changes made using `Set-DnsServerEncryptionProtocol` require a DNS server restart to take
30+
effect before being retrieved.
2931

3032
> [!IMPORTANT]
3133
> The `Get-DnsServerEncryptionProtocol` cmdlet is available on Windows Server 2025 or

docset/winserver2025-ps/DnsServer/Set-DnsServerEncryptionProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Learn how to enable or disable DNS over HTTPS (DoH) and configure URI templates for secure DNS queries using the Set-DnsServerEncryptionProtocol cmdlet.
33
external help file: PS_DnsServerEncryptionProtocol_v1.0.0.cdxml-help.xml
44
Module Name: DnsServer
5-
ms.date: 01/14/2026
5+
ms.date: 02/10/2026
66
online version: https://learn.microsoft.com/powershell/module/dnsserver/set-dnsserverencryptionprotocol?view=windowsserver2025-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Set-DnsServerEncryptionProtocol

0 commit comments

Comments
 (0)