Skip to content

Commit c98c35b

Browse files
committed
Fixing Typo
1 parent b30f548 commit c98c35b

File tree

1 file changed

+18
-23
lines changed

1 file changed

+18
-23
lines changed

skype/skype-ps/skype/Remove-CsCertificate.md

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ schema: 2.0.0
1111
Removes a certificate previously marked as being available for use by Skype for Business Server.
1212
This cmdlet was introduced in Lync Server 2010.
1313

14-
1514
## SYNTAX
1615

1716
```
@@ -20,7 +19,7 @@ Remove-CsCertificate [-Type <CertType[]>] [-NetportId <String>] [-Force] [-Repor
2019
```
2120

2221
## DESCRIPTION
23-
Skype for Business Server uses certificates as a way for servers and server roles to verify their identities; for example, an Edge Server uses certificates to verify that the computer it is communicating with really is a Front End Server, and vice versa.
22+
Skype for Business Server uses certificates as a way for servers and server roles to verify their identities; for example, an Edge Server uses certificates to verify that the computer it is communicating with really is a Front End Server and vice versa.
2423
In order to fully implement Skype for Business Server, you will need to have the appropriate certificates assigned to the appropriate server roles.
2524

2625
The `Remove-CsCertificate` cmdlet provides a way for you to remove certificates currently in use by Skype for Business Server.
@@ -32,8 +31,7 @@ To again use the certificate with Skype for Business Server you will need to rea
3231
If you try to remove a certificate that is currently in use, the `Remove-CsCertificate` cmdlet will be ask if you are sure that you want to remove the certificate; the certificate cannot be removed until you respond to that prompt.
3332
To bypass the prompt and silently delete a certificate even if it is currently in use, add the Force parameter to your command:
3433

35-
`Remove-CsCertificate -Type WebServicesExternal -Force`
36-
34+
Remove-CsCertificate -Type WebServicesExternal -Force
3735

3836
## EXAMPLES
3937

@@ -46,43 +44,41 @@ The command shown in Example 1 deletes all the WebServicesExternal certificates
4644
If any of these certificates are currently being used, the `Remove-CsCertificate` cmdlet will ask you if you are sure you want to remove the certificate; you must respond to that prompt before the command can complete.
4745
To bypass the confirmation prompt, use the Force parameter:
4846

49-
`Remove-CsCertificate -Type WebServicesExternal -Force`
50-
47+
Remove-CsCertificate -Type WebServicesExternal -Force
5148

5249
## PARAMETERS
5350

5451
### -Type
5552
Type of certificate to be deleted.
5653
Certificate types include (but are not limited to):
5754

58-
AccessEdgeExternal
55+
- AccessEdgeExternal
5956

60-
AudioVideoAuthentication
57+
- AudioVideoAuthentication
6158

62-
DataEdgeExternal
59+
- DataEdgeExternal
6360

64-
Default
61+
- Default
6562

66-
External
63+
- External
6764

68-
Internal
65+
- Internal
6966

70-
PICWebService (Skype for Business Online only)
67+
- PICWebService (Skype for Business Online only)
7168

72-
ProvisionService (Skype for Business Online only)
69+
- ProvisionService (Skype for Business Online only)
7370

74-
WebServicesExternal
71+
- WebServicesExternal
7572

76-
WebServicesInternal
73+
- WebServicesInternal
7774

78-
WsFedTokenTransfer
75+
- WsFedTokenTransfer
7976

80-
For example, this syntax deletes the Default certificate: `-Type Default`.
77+
For example, this syntax deletes the Default certificate: -Type Default.
8178

8279
You can delete multiple types in a single command by separating the certificate types with commas:
8380

84-
`-Type Internal,External,Default`
85-
81+
-Type Internal,External,Default
8682

8783
```yaml
8884
Type: CertType[]
@@ -132,10 +128,10 @@ Accept wildcard characters: False
132128
133129
### -Report
134130
Enables you to record detailed information about the procedures carried out by the `Remove-CsCertificate` cmdlet.
135-
The parameter value should be the full path to the HTML file to be generated; for example: `-Report C:\Logs\Certificates.html`.
131+
The parameter value should be the full path to the HTML file to be generated; for example:
132+
-Report C:\Logs\Certificates.html.
136133
If the specified file already exists it will automatically be overwritten with the new information.
137134

138-
139135
```yaml
140136
Type: String
141137
Parameter Sets: (All)
@@ -240,4 +236,3 @@ Instead, the `Remove-CsCertificate` cmdlet deletes instances of the Microsoft.Rt
240236
[Request-CsCertificate](Request-CsCertificate.md)
241237

242238
[Set-CsCertificate](Set-CsCertificate.md)
243-

0 commit comments

Comments
 (0)