Skip to content

Commit 460289c

Browse files
Merge pull request MicrosoftDocs#3349 from Snozzberries/MicrosoftDocs#3345
MicrosoftDocs#3345 Formatting
2 parents ac36b07 + 6a1ac53 commit 460289c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docset/winserver2022-ps/adcsdeployment/Uninstall-AdcsOnlineResponder.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,23 @@ Uninstall-AdcsOnlineResponder [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
23-
The **Uninstall-AdcsOnlineResponder** cmdlet uninstalls the Online Responder role service.
23+
24+
The `Uninstall-AdcsOnlineResponder` cmdlet uninstalls the Online Responder role service.
2425

2526
## EXAMPLES
2627

2728
### Example 1: Uninstall the Online Responder role service
28-
```
29-
PS C:\> Uninstall-AdcsOnlineResponder -Force
29+
30+
```powershell
31+
Uninstall-AdcsOnlineResponder -Force
3032
```
3133

3234
This command removes Online Responder role service without requiring confirmation.
3335

3436
## PARAMETERS
3537

3638
### -Confirm
39+
3740
Prompts you for confirmation before running the cmdlet.
3841

3942
```yaml
@@ -49,6 +52,7 @@ Accept wildcard characters: False
4952
```
5053
5154
### -Force
55+
5256
Forces the command to run without asking for user confirmation.
5357
5458
```yaml
@@ -64,6 +68,7 @@ Accept wildcard characters: False
6468
```
6569
6670
### -WhatIf
71+
6772
Shows what would happen if the cmdlet runs. The cmdlet is not run.
6873
6974
```yaml
@@ -79,7 +84,11 @@ Accept wildcard characters: False
7984
```
8085
8186
### CommonParameters
82-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
87+
88+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
89+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
90+
-WarningAction, and -WarningVariable. For more information, see
91+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
8392
8493
## INPUTS
8594
@@ -90,11 +99,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9099
### Microsoft.CertificateServices.Deployment.Common.OCSP.OnlineResponderResult
91100
92101
## NOTES
93-
* Ensure you run Windows PowerShell as an administrator. You can use the *Force* parameter to bypass the prompt for confirmation.
94102
95-
103+
- Ensure you run Windows PowerShell as an administrator. You can use the **Force** parameter to
104+
bypass the prompt for confirmation.
96105
97106
## RELATED LINKS
98107
99108
[Install-AdcsOnlineResponder](./Install-AdcsOnlineResponder.md)
100-

0 commit comments

Comments
 (0)