Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove member parameter
MicrosoftDocs#2064
  • Loading branch information
velkovb committed Sep 20, 2020
1 parent 472a2cc commit 85d6dec
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions docset/windows/adfs/Set-AdfsSslCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Sets an SSL certificate for HTTPS bindings for AD FS.
## SYNTAX

```
Set-AdfsSslCertificate -Thumbprint <String> [-Member <String[]>] [-Force <Boolean>] [-WhatIf] [-Confirm]
Set-AdfsSslCertificate -Thumbprint <String> [-Force <Boolean>] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -62,19 +62,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -Member
```yaml
Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -Thumbprint
Specifies the thumbprint of a certificate.
The thumbprint that you specify corresponds to the certificate installed on the federation server in the local store.
Expand Down

0 comments on commit 85d6dec

Please sign in to comment.