From c3934e67de374f52fa6759f916c112c30a1240c7 Mon Sep 17 00:00:00 2001 From: Robin Harwood <19212983+robinharwood@users.noreply.github.com> Date: Wed, 23 Sep 2026 09:24:53 +0100 Subject: [PATCH] Clarify Set-RDCertificate Thumbprint availability (#4141) * Clarify Set-RDCertificate availability Document that the Thumbprint parameter is available on Windows Server 2019 and later across supported reference versions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update Windows Server 2019 Set-RDCertificate reference Apply the approved Thumbprint availability wording to the Windows Server 2019 variant. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../winserver2016-ps/RemoteDesktop/Set-RDCertificate.md | 9 ++++++--- docset/winserver2019-ps/RDMgmt/Set-RDCertificate.md | 8 ++++++-- docset/winserver2022-ps/RDMgmt/Set-RDCertificate.md | 8 ++++++-- .../winserver2025-ps/RemoteDesktop/Set-RDCertificate.md | 8 ++++++-- 4 files changed, 24 insertions(+), 9 deletions(-) diff --git a/docset/winserver2016-ps/RemoteDesktop/Set-RDCertificate.md b/docset/winserver2016-ps/RemoteDesktop/Set-RDCertificate.md index 662dc01d1f..fa83c511b7 100644 --- a/docset/winserver2016-ps/RemoteDesktop/Set-RDCertificate.md +++ b/docset/winserver2016-ps/RemoteDesktop/Set-RDCertificate.md @@ -69,7 +69,10 @@ The following example applies an existing certificate to use with an RDS role. PS C:\>Set-RDCertificate -Role RDRedirector -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b -ConnectionBroker "RDCB.Contoso.com" ``` -The first part of the example specifies the thumbprint of the certificate to use for the RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The certificate must be installed in the "localmachine\my" store on each server running the specified RDS role. The `-Thumbprint` parameter is only available in Windows Server 2019. +The first part of the example specifies the thumbprint of the certificate to use for the +RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The +certificate must be installed in the "localmachine\my" store on each server running the specified +RDS role. The `-Thumbprint` parameter is available on Windows Server 2019 and later. ## Parameters @@ -161,7 +164,8 @@ Accept wildcard characters: False ``` ### -Thumbprint -This parameter specifies the thumbprint of the certificate to use. Currently, it is only available in Windows Server 2019. +This parameter specifies the thumbprint of the certificate to use. The parameter is available on +Windows Server 2019 and later. ```yaml Type: String @@ -199,4 +203,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [New-RDCertificate](./New-RDCertificate.md) [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216) - diff --git a/docset/winserver2019-ps/RDMgmt/Set-RDCertificate.md b/docset/winserver2019-ps/RDMgmt/Set-RDCertificate.md index c304d66acf..efa85c1299 100644 --- a/docset/winserver2019-ps/RDMgmt/Set-RDCertificate.md +++ b/docset/winserver2019-ps/RDMgmt/Set-RDCertificate.md @@ -69,7 +69,10 @@ The following example applies an existing certificate to use with an RDS role. PS C:\>Set-RDCertificate -Role RDRedirector -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b -ConnectionBroker "RDCB.Contoso.com" ``` -The first part of the example specifies the thumbprint of the certificate to use for the RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The certificate must be installed in the "localmachine\my" store on each server running the specified RDS role. The `-Thumbprint` parameter is only available in Windows Server 2019. +The first part of the example specifies the thumbprint of the certificate to use for the +RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The +certificate must be installed in the "localmachine\my" store on each server running the specified +RDS role. The `-Thumbprint` parameter is available on Windows Server 2019 and later. ## Parameters @@ -161,7 +164,8 @@ Accept wildcard characters: False ``` ### -Thumbprint -This parameter specifies the thumbprint of the certificate to use. Currently, it is only available in Windows Server 2019. +This parameter specifies the thumbprint of the certificate to use. The parameter is available on +Windows Server 2019 and later. ```yaml Type: String diff --git a/docset/winserver2022-ps/RDMgmt/Set-RDCertificate.md b/docset/winserver2022-ps/RDMgmt/Set-RDCertificate.md index 7595e497c3..89c6e905cc 100644 --- a/docset/winserver2022-ps/RDMgmt/Set-RDCertificate.md +++ b/docset/winserver2022-ps/RDMgmt/Set-RDCertificate.md @@ -69,7 +69,10 @@ The following example applies an existing certificate to use with an RDS role. PS C:\>Set-RDCertificate -Role RDRedirector -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b -ConnectionBroker "RDCB.Contoso.com" ``` -The first part of the example specifies the thumbprint of the certificate to use for the RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The certificate must be installed in the "localmachine\my" store on each server running the specified RDS role. The `-Thumbprint` parameter is only available in Windows Server 2019. +The first part of the example specifies the thumbprint of the certificate to use for the +RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The +certificate must be installed in the "localmachine\my" store on each server running the specified +RDS role. The `-Thumbprint` parameter is available on Windows Server 2019 and later. ## Parameters @@ -161,7 +164,8 @@ Accept wildcard characters: False ``` ### -Thumbprint -This parameter specifies the thumbprint of the certificate to use. Currently, it is only available in Windows Server 2019. +This parameter specifies the thumbprint of the certificate to use. The parameter is available on +Windows Server 2019 and later. ```yaml Type: String diff --git a/docset/winserver2025-ps/RemoteDesktop/Set-RDCertificate.md b/docset/winserver2025-ps/RemoteDesktop/Set-RDCertificate.md index cbbc55869a..53e9ed4bb9 100644 --- a/docset/winserver2025-ps/RemoteDesktop/Set-RDCertificate.md +++ b/docset/winserver2025-ps/RemoteDesktop/Set-RDCertificate.md @@ -69,7 +69,10 @@ The following example applies an existing certificate to use with an RDS role. PS C:\>Set-RDCertificate -Role RDRedirector -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b -ConnectionBroker "RDCB.Contoso.com" ``` -The first part of the example specifies the thumbprint of the certificate to use for the RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The certificate must be installed in the "localmachine\my" store on each server running the specified RDS role. The `-Thumbprint` parameter is only available in Windows Server 2019. +The first part of the example specifies the thumbprint of the certificate to use for the +RD Connection Broker's redirector role, which in this example is named "RDCB.Contoso.com." The +certificate must be installed in the "localmachine\my" store on each server running the specified +RDS role. The `-Thumbprint` parameter is available on Windows Server 2019 and later. ## Parameters @@ -161,7 +164,8 @@ Accept wildcard characters: False ``` ### -Thumbprint -This parameter specifies the thumbprint of the certificate to use. Currently, it is only available in Windows Server 2019. +This parameter specifies the thumbprint of the certificate to use. The parameter is available on +Windows Server 2019 and later. ```yaml Type: String