Skip to content

Commit 7e409a5

Browse files
committed
formatting
1 parent 58eafab commit 7e409a5

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

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

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,24 @@ Uninstall-AdcsNetworkDeviceEnrollmentService [-Force] [-WhatIf] [-Confirm] [<Com
2020
```
2121

2222
## DESCRIPTION
23-
The **Uninstall-AdcsNetworkDeviceEnrollmentService** cmdlet uninstalls the Network Device Enrollment Service (NDES) role service.
23+
24+
The `Uninstall-AdcsNetworkDeviceEnrollmentService` cmdlet uninstalls the Network Device Enrollment
25+
Service (NDES) role service.
2426

2527
## EXAMPLES
2628

2729
### Example 1: Uninstall the NDES role service
28-
```
29-
PS C:\> Uninstall-AdcsNetworkDeviceEnrollmentService -Force
30+
31+
```powershell
32+
Uninstall-AdcsNetworkDeviceEnrollmentService -Force
3033
```
3134

3235
This command uninstalls the NDES role service and does not prompt for user input.
3336

3437
## PARAMETERS
3538

3639
### -Confirm
40+
3741
Prompts you for confirmation before running the cmdlet.
3842

3943
```yaml
@@ -49,6 +53,7 @@ Accept wildcard characters: False
4953
```
5054
5155
### -Force
56+
5257
Forces the command to run without asking for user confirmation.
5358
5459
```yaml
@@ -64,6 +69,7 @@ Accept wildcard characters: False
6469
```
6570
6671
### -WhatIf
72+
6773
Shows what would happen if the cmdlet runs.
6874
The cmdlet is not run.
6975
@@ -80,7 +86,11 @@ Accept wildcard characters: False
8086
```
8187
8288
### CommonParameters
83-
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).
89+
90+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
91+
-InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
92+
-WarningAction, and -WarningVariable. For more information, see
93+
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
8494
8595
## INPUTS
8696
@@ -91,11 +101,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
91101
### Microsoft.CertificateServices.Deployment.Common.NDES.NetworkDeviceEnrollmentServiceResult
92102
93103
## NOTES
94-
* Ensure you run Windows PowerShell as an administrator. You can use the *Force* parameter to bypass the prompt for confirmation.
95104
96-
105+
- Ensure you run Windows PowerShell as an administrator. You can use the **Force** parameter to
106+
bypass the prompt for confirmation.
97107
98108
## RELATED LINKS
99109
100110
[Install-AdcsNetworkDeviceEnrollmentService](./Install-AdcsNetworkDeviceEnrollmentService.md)
101-

0 commit comments

Comments
 (0)