Skip to content

Commit 69ebf09

Browse files
Merge pull request MicrosoftDocs#3397 from RobBiddle/Issue-3396
Quality: PowerShell Summit MicrosoftDocsGH-3396
2 parents f0d5ad5 + 84282be commit 69ebf09

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ADCS
22
NTDS
3+
RODC

docset/winserver2022-ps/addsdeployment/ADDSDeployment.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,49 @@ title: ADDSDeployment
1010
---
1111

1212
# ADDSDeployment Module
13+
1314
## Description
15+
1416
The following contains the names and a brief description of each ADDSDeployment cmdlet.
1517

1618
## ADDSDeployment Cmdlets
19+
1720
### [Add-ADDSReadOnlyDomainControllerAccount](./Add-ADDSReadOnlyDomainControllerAccount.md)
21+
1822
Creates a RODC account that can be used to install an RODC in Active Directory.
1923

2024
### [Install-ADDSDomain](./Install-ADDSDomain.md)
25+
2126
Installs an Active Directory domain configuration.
2227

2328
### [Install-ADDSDomainController](./Install-ADDSDomainController.md)
29+
2430
Installs a domain controller in Active Directory.
2531

2632
### [Install-ADDSForest](./Install-ADDSForest.md)
33+
2734
Installs an Active Directory forest configuration.
2835

2936
### [Test-ADDSDomainControllerInstallation](./Test-ADDSDomainControllerInstallation.md)
37+
3038
Runs the prerequisites (only) for installing a domain controller in Active Directory.
3139

3240
### [Test-ADDSDomainControllerUninstallation](./Test-ADDSDomainControllerUninstallation.md)
41+
3342
Runs the prerequisites for uninstalling a domain controller in Active Directory.
3443

3544
### [Test-ADDSDomainInstallation](./Test-ADDSDomainInstallation.md)
45+
3646
Runs the prerequisites for installing a new Active Directory domain configuration.
3747

3848
### [Test-ADDSForestInstallation](./Test-ADDSForestInstallation.md)
49+
3950
Runs the prerequisites for installing a new forest in Active Directory.
4051

4152
### [Test-ADDSReadOnlyDomainControllerAccountCreation](./Test-ADDSReadOnlyDomainControllerAccountCreation.md)
53+
4254
Runs the prerequisites for adding a RODC account.
4355

4456
### [Uninstall-ADDSDomainController](./Uninstall-ADDSDomainController.md)
45-
Uninstalls a domain controller in Active Directory.
46-
4757

58+
Uninstalls a domain controller in Active Directory.

0 commit comments

Comments
 (0)