Test-ADDSDomainControllerInstallation

Test-ADDSDomainControllerInstallation

Runs the prerequisites (only) for installing a domain controller in Active Directory.

構文

Parameter Set: ADDSDomainController
Test-ADDSDomainControllerInstallation -DomainName <String> [-ADPrepCredential <PSCredential> ] [-AllowDomainControllerReinstall] [-ApplicationPartitionsToReplicate <String[]> ] [-CreateDnsDelegation] [-Credential <PSCredential> ] [-CriticalReplicationOnly] [-DatabasePath <String> ] [-DnsDelegationCredential <PSCredential> ] [-Force] [-InstallationMediaPath <String> ] [-InstallDns] [-LogPath <String> ] [-MoveInfrastructureOperationMasterRoleIfNecessary] [-NoDnsOnNetwork] [-NoGlobalCatalog] [-NoRebootOnCompletion] [-ReplicationSourceDC <String> ] [-SafeModeAdministratorPassword <SecureString> ] [-SiteName <String> ] [-SkipAutoConfigureDns] [-SystemKey <SecureString> ] [-SysvolPath <String> ] [ <CommonParameters>]

Parameter Set: ADDSDomainControllerReadOnly
Test-ADDSDomainControllerInstallation -DomainName <String> -SiteName <String> [-ADPrepCredential <PSCredential> ] [-AllowDomainControllerReinstall] [-AllowPasswordReplicationAccountName <String[]> ] [-ApplicationPartitionsToReplicate <String[]> ] [-Credential <PSCredential> ] [-CriticalReplicationOnly] [-DatabasePath <String> ] [-DelegatedAdministratorAccountName <String> ] [-DenyPasswordReplicationAccountName <String[]> ] [-Force] [-InstallationMediaPath <String> ] [-InstallDns] [-LogPath <String> ] [-MoveInfrastructureOperationMasterRoleIfNecessary] [-NoDnsOnNetwork] [-NoGlobalCatalog] [-NoRebootOnCompletion] [-ReadOnlyReplica] [-ReplicationSourceDC <String> ] [-SafeModeAdministratorPassword <SecureString> ] [-SkipAutoConfigureDns] [-SystemKey <SecureString> ] [-SysvolPath <String> ] [ <CommonParameters>]

Parameter Set: ADDSDomainControllerUseExistingAccount
Test-ADDSDomainControllerInstallation -DomainName <String> [-ADPrepCredential <PSCredential> ] [-ApplicationPartitionsToReplicate <String[]> ] [-Credential <PSCredential> ] [-CriticalReplicationOnly] [-DatabasePath <String> ] [-Force] [-InstallationMediaPath <String> ] [-LogPath <String> ] [-NoDnsOnNetwork] [-NoRebootOnCompletion] [-ReplicationSourceDC <String> ] [-SafeModeAdministratorPassword <SecureString> ] [-SkipAutoConfigureDns] [-SystemKey <SecureString> ] [-SysvolPath <String> ] [-UseExistingAccount] [ <CommonParameters>]

詳細説明

The Test-ADDSDomainControllerInstallation cmdlet runs those prerequisite checks (only) which would be performed if you were to use the Install-ADDSDomainController cmdlet to install a domain controller in Active Directory. It differs from using the -WhatIf parameter with the Install-ADDSDomainController cmdlet in that instead of summarizing the changes that would occur during the installation process, this cmdlet actually tests whether those changes are possible given the current environment.

For more information on the scope of these prerequisite checks that the ADDSDeployment module performs when using this cmdlet see the section "Prerequisite Checking" in Understand and Troubleshoot AD DS Simplified Administration.

パラメーター

-ADPrepCredential<PSCredential>

Specifies the user name and password that corresponds to the account to be used for running operations (if they are required) to prepare Active Directory prior to the installation of this domain. Specify "(Get-Credential)" to prompt the user to supply a password.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-AllowDomainControllerReinstall

Specifies whether to continue installing this domain controller, despite the fact that another domain controller account with the same name is detected. By default, the Install-ADDSDomainController cmdlet does not continue installing if another domain controller with the same name is found.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-AllowPasswordReplicationAccountName<String[]>

Specifies the names of user accounts, group accounts, and computer accounts whose passwords can be replicated to this RODC. Use an empty string ("") if you want to keep the value empty. By default, only the Allowed RODC Password Replication Group is allowed.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ApplicationPartitionsToReplicate<String[]>

Specifies the application directory partitions that DCPromo will replicate. Use the following format: "partition1" "partition2" "partitionN". Use * to replicate all application directory partitions.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-CreateDnsDelegation

Indicates whether to create a DNS delegation that references the new DNS server that you are installing along with the domain controller. Valid for Active Directory-integrated DNS only. If this parameter is specified then the DNS delegation is created. If the value of $false is specified then no DNS delegation is created. By default, the value for this parameter is computed automatically based on the environment.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Credential<PSCredential>

Specifies the user name and password that corresponds to the account used to install the domain controller. Specify "(Get-Credential)" to prompt the user to supply a password.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-CriticalReplicationOnly

Specifies whether the AD DS installation operation performs only critical replication before reboot and then continues, skipping the noncritical (and potentially lengthy) portion of replication. The noncritical replication happens after the installation finishes and the computer reboots. By default, the cmdlet performs both critical and noncritical portions of the replication.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DatabasePath<String>

Specifies the fully qualified, non-Universal Naming Convention (UNC) path to a directory on a fixed disk of the local computer that will contain the domain database, for example, C:\Windows\NTDS. The default is %SYSTEMROOT%\NTDS.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DelegatedAdministratorAccountName<String>

Specifies the name of the user or group that will be the delegated administrator of this domain controller.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

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 an empty string ("") 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.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DnsDelegationCredential<PSCredential>

Specifies the user name and password (account credentials) for creating DNS delegation. This parameter is skipped if the value for the -CreateDnsDelegation parameter is either specified or computed to be $false.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-DomainName<String>

Specifies the fully qualified domain name (FQDN) for the domain where the domain controller will be installed or added.

エイリアス

なし

必須?

true

位置は?

named

既定値

<mandatory>

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Force

When this parameter is specified any warnings that might normally appear during the installation and addition of the domain controller will be suppressed to allow the cmdlet to complete its operation. This parameter can be useful to include when scripting installation.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InstallationMediaPath<String>

Indicates the location of the installation media that will be used to install a new domain controller.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-InstallDns

Specifies whether the DNS Server service should be installed and configured on the domain controller. For domain controller installation, if this parameter is left unspecified and the current domain already hosts and stores the DNS names for the domain, then the default for this parameter is $true and the DNS server will be installed. Otherwise, if DNS domain names are hosted outside of Active Directory, the default is $false and no DNS server will be installed.

To test if DNS domain names are hosted outside of Active Directory, this cmdlet uses a start of authority (SOA) type DNS query to ask the question "Does a zone exist for the domain name?" For example, if the value of -DomainName is "corp.contoso.com", Active Directory performs an SOA query for "corp.contoso.com" and ensures that the zone name in the response is " corp.contoso.com".

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-LogPath<String>

Specifies the fully qualified, non-UNC path to a directory on a fixed disk of the local computer that will contain the domain log files, for example, C:\Windows\Logs. The default is %SYSTEMROOT%\NTDS.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-MoveInfrastructureOperationMasterRoleIfNecessary

Use this parameter to transfer the infrastructure master role to the domain controller that you are creating in case the transfer is needed; in this case, make sure not to use the -NoGlobalCatalog switch parameter as well. Do not specify this parameter if you want the infrastructure master role to remain where it currently is.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-NoDnsOnNetwork

Specifies that DNS service is not available on the network. This parameter is used only when the IP setting of the network adapter for this computer is not configured with the name of a DNS server for name resolution. It indicates that a DNS server will be installed on this computer for name resolution. Otherwise, the IP settings of the network adapter must first be configured with the address of a DNS server.

Omitting this parameter (the default) indicates that the TCP/IP client settings of the network adapter on this server computer will be used to contact a DNS server. Therefore, if you are not specifying this parameter, ensure that TCP/IP client settings are first configured with a preferred DNS server address.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-NoGlobalCatalog

Specifies that the read-only domain controller (RODC) will not be a global catalog server. By default, the domain controller that you are installing is a global catalog server.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-NoRebootOnCompletion

If specified, the computer will not restart upon the completion of the operation to install the domain controller. By default, if this parameter is omitted the computer will restart upon the completion of the install operation. As a general rule, Microsoft support recommends that you not use this parameter except for testing or troubleshooting purposes because once configuration has completed the server will not function correctly as either a member server or a DC until it is rebooted.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ReadOnlyReplica

Specifies whether to install the domain controller as an RODC for an existing domain.

エイリアス

なし

必須?

false

位置は?

named

既定値

FALSE

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ReplicationSourceDC<String>

Specifies the name of the domain controller to be used as the source for replicating to this domain controller.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-SafeModeAdministratorPassword<SecureString>

Supplies the password for the administrator account when the computer is started in Safe Mode or a variant of Safe Mode, such as Directory Services Restore Mode. If no value is specified for this parameter, the cmdlet prompts you to enter and confirm a masked password. If specified with a value, the value must be a secure string.

Supplies the password for the administrator account when the computer is started in Safe Mode or a variant of Safe Mode, such as Directory Services Restore Mode. You must supply a password that meets the password complexity rules of the domain and the password cannot be blank. If specified with a value, the value must be a secure string.

If this parameter is not specified, the cmdlet prompts you to enter and confirm a masked password. This is the preferred usage when running the cmdlet interactively. If additionally there are no other arguments specified with the cmdlet, you will be prompted to enter a masked password for this parameter but no confirmation of the password entered will be made (which is not recommended as it could allow a mistyped password to be configured). Another available advanced option is to use the ConvertTo-SecureString cmdlet and specify the password string inline as unmasked console input, which is also not a recommended security best practice in production deployments.

エイリアス

なし

必須?

false

位置は?

named

既定値

<mandatory>

パイプライン入力を許可する

false

ワイルドカード文字を許可する

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.

エイリアス

なし

必須?

true

位置は?

named

既定値

<mandatory>

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-SkipAutoConfigureDns

Skips automatic configuration of DNS client settings, forwarders, and root hints. This parameter is in effect only if the DNS Server service is already installed.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-SystemKey<SecureString>

Specifies the system key for the media from which you replicate the data. The default is none.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-SysvolPath<String>

Specifies the fully qualified, non-UNC path to a directory on a fixed disk of the local computer that will contain the Sysvol data, for example, C:\Windows\SYSVOL. The default is %SYSTEMROOT%\SYSVOL.

エイリアス

なし

必須?

false

位置は?

named

既定値

NULL

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-UseExistingAccount

Attaches a server to an existing RODC account. If specified, a member of the Domain Admins group or a delegated user can run this cmdlet.

エイリアス

なし

必須?

false

位置は?

named

既定値

FALSE

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

Runs the prerequisites (only) to determine if installing a domain controller is possible that includes a DNS server for the corp.contoso.com domain (using domain administrator credentials) and that will cause the user to be prompted to enter and confirm the Directory Services Restore Mode (DSRM) password.

PS C:\> Test-ADDSDomainControllerInstallation -InstallDns -Credential (Get-Credential CORP\Administrator) -DomainName "corp.contoso.com"

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

Runs the prerequisites (only) to determine if installing a domain controller along with the DNS server in the corp.contoso.com domain and that will cause the user to be prompted to enter and confirm the Directory Services Restore Mode (DSRM) password.

PS C:\> Test-ADDSDomainControllerInstallation -InstallDns -DomainName "corp.contoso.com "

-------------------------- EXAMPLE 3 --------------------------

Description

-----------

Runs the prerequisites (only) to determine if installing a domain controller along with a DNS server and that will cause the user to be prompted for Administrator credentials as well as whether the domain name is possible and if the user is prompted to enter and confirm the Directory Services Restore Mode (DSRM) password.

PS C:\> Test-ADDSDomainControllerInstallation -InstallDns -Credential (Get-Credential) -DomainName (Read-Host "Domain to promote into")