You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Test-ADDSReadOnlyDomainControllerAccountCreation** cmdlet runs the prerequisite checks which would be performed if you were to add a read-only domain controller (RODC) account in Active Directory using the Add-ADDSReadOnlyDomainControllerAccount cmdlet.
27
-
It differs from using the *WhatIf* parameter with the **Add-ADDSReadOnlyDomainControllerAccount** cmdlet in that instead of summarizing the changes that would occur during the account creation process, this cmdlet actually tests whether those changes are possible given the current environment.
27
+
28
+
The `Test-ADDSReadOnlyDomainControllerAccountCreation` cmdlet runs the prerequisite checks which
29
+
would be performed if you were to add a read-only domain controller (RODC) account in Active
30
+
Directory using the `Add-ADDSReadOnlyDomainControllerAccount` cmdlet. It differs from using the
31
+
**WhatIf** parameter with the `Add-ADDSReadOnlyDomainControllerAccount` cmdlet in that instead of
32
+
summarizing the changes that would occur during the account creation process, this cmdlet actually
33
+
tests whether those changes are possible given the current environment.
28
34
29
35
## EXAMPLES
30
36
31
37
### Example 1: Test adding an RODC account to confirm it is possible
This command runs the prerequisites for adding an RODC account to the corp.contoso.com domain that would use the North America site as the source site for the replication source domain controller.
48
+
This command runs the prerequisites for adding an RODC account to the `corp.contoso.com` domain that
49
+
would use the North America site as the source site for the replication source domain controller.
37
50
38
51
## PARAMETERS
39
52
40
53
### -AllowPasswordReplicationAccountName
41
-
Specifies the names of user accounts, group accounts, and computer accounts whose passwords can be replicated to this RODC.
42
-
Use None if you want to keep the value empty.
43
-
By default, only the Allowed RODC Password Replication Group is allowed, and it is originally created empty.
54
+
55
+
Specifies the names of user accounts, group accounts, and computer accounts whose passwords can be
56
+
replicated to this RODC. Use `None` if you want to keep the value empty. By default, only the
57
+
Allowed RODC Password Replication Group is allowed, and it is originally created empty.
Specifies the names of user accounts, group accounts, and computer accounts whose passwords are not to be replicated to this RODC.
90
-
Use None if you do not want to deny the replication of credentials of any users or computers.
91
-
By default, Administrators, Server Operators, Backup Operators, Account Operators, and the Denied RODC Password Replication Group are denied.
92
-
By default, the Denied RODC Password Replication Group includes Cert Publishers, Domain Admins, Enterprise Admins, Enterprise Domain Controllers, Enterprise Read-Only Domain Controllers, Group Policy Creator Owners, the krbtgt account, and Schema Admins.
105
+
106
+
Specifies the names of user accounts, group accounts, and computer accounts whose passwords are not
107
+
to be replicated to this RODC. Use `None` if you do not want to deny the replication of credentials
108
+
of any users or computers. By default, Administrators, Server Operators, Backup Operators, Account
109
+
Operators, and the Denied RODC Password Replication Group are denied. By default, the Denied RODC
110
+
Password Replication Group includes Cert Publishers, Domain Admins, Enterprise Admins, Enterprise
111
+
Domain Controllers, Enterprise Read-Only Domain Controllers, Group Policy Creator Owners, the
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).
246
+
247
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments