Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docset/winserver2016-ps/RemoteDesktop/Set-RDCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)

8 changes: 6 additions & 2 deletions docset/winserver2019-ps/RDMgmt/Set-RDCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions docset/winserver2022-ps/RDMgmt/Set-RDCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions docset/winserver2025-ps/RemoteDesktop/Set-RDCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
Loading