@@ -10,38 +10,49 @@ title: ADDSDeployment
10
10
---
11
11
12
12
# ADDSDeployment Module
13
+
13
14
## Description
15
+
14
16
The following contains the names and a brief description of each ADDSDeployment cmdlet.
15
17
16
18
## ADDSDeployment Cmdlets
19
+
17
20
### [ Add-ADDSReadOnlyDomainControllerAccount] ( ./Add-ADDSReadOnlyDomainControllerAccount.md )
21
+
18
22
Creates a RODC account that can be used to install an RODC in Active Directory.
19
23
20
24
### [ Install-ADDSDomain] ( ./Install-ADDSDomain.md )
25
+
21
26
Installs an Active Directory domain configuration.
22
27
23
28
### [ Install-ADDSDomainController] ( ./Install-ADDSDomainController.md )
29
+
24
30
Installs a domain controller in Active Directory.
25
31
26
32
### [ Install-ADDSForest] ( ./Install-ADDSForest.md )
33
+
27
34
Installs an Active Directory forest configuration.
28
35
29
36
### [ Test-ADDSDomainControllerInstallation] ( ./Test-ADDSDomainControllerInstallation.md )
37
+
30
38
Runs the prerequisites (only) for installing a domain controller in Active Directory.
31
39
32
40
### [ Test-ADDSDomainControllerUninstallation] ( ./Test-ADDSDomainControllerUninstallation.md )
41
+
33
42
Runs the prerequisites for uninstalling a domain controller in Active Directory.
34
43
35
44
### [ Test-ADDSDomainInstallation] ( ./Test-ADDSDomainInstallation.md )
45
+
36
46
Runs the prerequisites for installing a new Active Directory domain configuration.
37
47
38
48
### [ Test-ADDSForestInstallation] ( ./Test-ADDSForestInstallation.md )
49
+
39
50
Runs the prerequisites for installing a new forest in Active Directory.
40
51
41
52
### [ Test-ADDSReadOnlyDomainControllerAccountCreation] ( ./Test-ADDSReadOnlyDomainControllerAccountCreation.md )
53
+
42
54
Runs the prerequisites for adding a RODC account.
43
55
44
56
### [ Uninstall-ADDSDomainController] ( ./Uninstall-ADDSDomainController.md )
45
- Uninstalls a domain controller in Active Directory.
46
-
47
57
58
+ Uninstalls a domain controller in Active Directory.
0 commit comments