Site icon TOSS

Test-ADDSReadOnlyDomainControllerAccountCreation

powershell

Test-ADDSReadOnlyDomainControllerAccountCreation is accessible with the help of addsdeployment module. To install addsdeployment on your system please refer to this link.

Synopsis

Runs the prerequisites (only) for adding a read-only domain controller (RODC) account.

Description

The Test-ADDSReadOnlyDomainControllerAccountCreation cmdlet runs the prerequisite checks (only) which would be performed if you were to add a read-only domain controller (RODC) account in Active Directory using the Add-ADDSReadOnlyDomainControllerAccount cmdlet. 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.

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>]

————————– EXAMPLE 1 ————————–
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.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Test-ADDSReadOnlyDomainControllerAccountCreation

You can also read about
. Add-ADDSReadOnlyDomainControllerAccount

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Exit mobile version