Test-ADDSReadOnlyDomainControllerAccountCreation
Synopsis
Description
Parameters
-AllowPasswordReplicationAccountName
Specifies the names of user accounts, group accounts, and computer accounts whose passwords can be replicated to this RODC. Use "None" if you want to keep the value empty. By default, only the Allowed RODC Password Replication Group is allowed, and it is originally created empty.
Required? false
Position? named
Default value NULL
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
Specifies the user name and password that corresponds to the account used to install the domain controller. Specify "(Get-Credential)" when using this parameter to prompt the user to supply a password.
Required? false
Position? named
Default value NULL
Accept pipeline input? false
Accept wildcard characters? false
-DelegatedAdministratorAccountName <String>
Specifies the name of the user or group that will install and administer the RODC.
Required? false
Position? named
Default value NULL
Accept pipeline input? false
Accept wildcard characters? false
-DenyPasswordReplicationAccountName <String[]>
Specifies the names of user accounts, group accounts, and computer accounts whose passwords are not to be replicated to this RODC. Use "None" if you do not want to deny the replication of credentials of any users or computers. By default, Administrators, Server Operators, Backup Operators, Account Operators, and the Denied RODC Password Replication Group are denied. 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.
Required? false
Position? named
Default value NULL
Accept pipeline input? false
Accept wildcard characters? false
-DomainControllerAccountName <String>
Specifies the name of the RODC account that you are creating.
Required? true
Position? named
Default value <mandatory>
Accept pipeline input? false
Accept wildcard characters? false
-DomainName <String>
Specifies the domain name for the user name (account credentials) for the operation. This parameter is required. It also helps to specify the forest where you plan to install the domain controller or create an RODC account.
Required? true
Position? named
Default value <mandatory>
Accept pipeline input? false
Accept wildcard characters? false
-Force <SwitchParameter>
Forces completion of the cmdlet even if issues are found in the process of creating the RODC account.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-InstallDns <SwitchParameter>
Specifies whether the DNS Server service should be installed. The default is automatically computed based on the environment.
Required? false
Position? named
Default value NULL
Accept pipeline input? false
Accept wildcard characters? false
-NoGlobalCatalog <SwitchParameter>
Specifies that the read-only domain controller (RODC) will not be a global catalog server.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ReplicationSourceDC <String>
Specifies the name of the fully writable domain controller to use in creating the RODC account in Active Directory.
Required? false
Position? named
Default value NULL
Accept pipeline input? false
Accept wildcard characters? false
-SiteName <String>
Specifies the name of an existing site where you can place the new domain controller. The default value depends on the type of installation. For a new forest, the default is Default-First-Site-Name. For all other installations, the default is the site that is associated with the subnet that includes the IP address of this server. If no such site exists, the default is the site of the replication source domain controller.
Required? true
Position? named
Default value <mandatory>
Accept pipeline input? false
Accept wildcard characters? false
Syntax
Test-ADDSReadOnlyDomainControllerAccountCreation -DomainControllerAccountName <String> -DomainName <String> -SiteName <String> [-AllowPasswordReplicationAccountName <String[]>] [-Credential <PSCredential>] [-DelegatedAdministratorAccountName <String>] [-DenyPasswordReplicationAccountName <String[]>] [-NoGlobalCatalog] [-InstallDns] [-ReplicationSourceDC <String>] [-Force] [<CommonParameters>]
C:\PS>Test-ADDSReadOnlyDomainControllerAccountCreation -DomainControllerAccuntName RODC1 -DomainName Delhi.TOSSolutioncom -SiteName NorthAmerica
Runs the prerequisites (only) for adding an RODC account to the Delhi.TOSSolution.com domain that would use the North America site as the source site for the replication source domain controller.
Get-Command Test-ADDSReadOnlyDomainControllerAccountCreation
. Add-ADDSReadOnlyDomainControllerAccount