次の方法で共有


DCPROMO 応答ファイルの構文

この記事では、dcpromo 応答ファイルがドメイン コントローラーでの Active Directory ドメイン サービス (AD DS) のインストールと削除に使用するパラメーターとオプションについて説明します。 この情報を使用して応答ファイルを作成し、ドメイン コントローラー上で AD DS の無人インストールを実行できます。 応答ファイルを使用して、無人モードで AD DS を削除することもできます。

DCPROMO の概要

Dcpromo.exe は、Active Directory ドメイン コントローラーを昇格および降格するために使用できるプログラムです。 管理者は、dcpromo 応答ファイルを使用して、次の無人タスクを実行できます。

  • ワークグループ サーバーとメンバー サーバーを Active Directory ドメイン コントローラーに昇格します。
  • Microsoft Windows NT 4.0 ドメイン コントローラを Active Directory ドメイン コントローラにアップグレードします。
  • ドメイン コントローラーを降格します。

Windows Server 2000 以降では、dcpromo 応答ファイルの構文がサポートされています。 ただし、Windows Server 2012 以降でも dcpromo 応答ファイル構文はサポートされていますが、dcpromo.exe は PowerShell コマンドレットに置き換えられました。 詳細については、「Azure Active Directory V2 PowerShell モジュール リファレンス」を参照してください

基本構文

dcpromo 応答ファイルは、Active Directory ドメイン サービス構成ウィザードの各ページに自動ユーザー入力を提供する ASCII テキスト ファイルです。

dcpromo無人モードで起動するには、[スタート] に移動し、「dcpromo」と入力して、管理者特権のコマンド プロンプト ウィンドウで次のコマンドを実行します。

dcpromo /answer:<answer.txt>

Note

このコマンド例の <answer.txt> は、降格または昇格に使用する応答ファイルのパスとファイル名のプレースホルダーです。

各 dcpromo 操作には、応答ファイルの [DCInstall] セクション内の特定のフィールドへの応答が必要です。 次の一覧では、各操作に必要なフィールドを示します。 オプションが指定されていない場合は、既定値が使用されます。 これらのフィールドの既定値については、「フィールド定義」を参照してください。

  • 新しいフォレストのインストールでは、次のオプションが適用されます。

    [DCINSTALL]
    InstallDNS=yes  
    NewDomain=forest  
    NewDomainDNSName=\<The fully qualified Domain Name System (DNS) name>  
    DomainNetBiosName=\<By default, the first label of the fully qualified DNS name>  
    SiteName=\<Default-First-Site-Name>  
    ReplicaOrNewDomain=domain  
    ForestLevel=\<The forest functional level number>  
    DomainLevel=\<The domain functional level number>  
    DatabasePath="\<The path of a folder on a local volume>"  
    LogPath="\<The path of a folder on a local volume>"  
    RebootOnCompletion=yes  
    SYSVOLPath="\<The path of a folder on a local volume>"  
    SafeModeAdminPassword=\<The password for an offline administrator account>  
    
  • 子ドメインのインストールには、次のオプションが適用されます。

    [DCINSTALL]  
    ParentDomainDNSName=\<Fully qualified DNS name of parent domain>  
    UserName=\<The administrative account in the parent domain>  
    UserDomain=\<The name of the domain of the user account>  
    Password=\<The password for the user account> Specify * to prompt the user for credentials during the installation.  
    NewDomain=child  
    
    ChildName=\<The single-label DNS name of the new domain>  
    SiteName=\<The name of the AD DS site in which this domain controller will reside> This site must be created in advance in the Dssites.msc snap-in.  
    DomainNetBiosName=\<The first label of the fully qualified DNS name>  
    ReplicaOrNewDomain=domain  
    DomainLevel=\<The domain functional level number> This value can't be less than the current value of the forest functional level.  
    
    DatabasePath="\<The path of a folder on a local volume>"  
    LogPath="\<The path of a folder on a local volume>"  
    SYSVOLPath="\<The path of a folder on a local volume>"  
    InstallDNS=yes  
    
    CreateDNSDelegation=yes  
    DNSDelegationUserName= \<The account that has permissions to create a DNS delegation> The account that is being used to install AD DS may differ from the account in the parent domain that has the permissions that are required to create a DNS delegation. In this case, specify the account that can create the DNS delegation for this parameter. Specify \* to prompt the user for credentials during the installation.  
    DNSDelegationPassword= \<The password for the account that is specified for DNSDelegationUserName> Specify * to prompt the user for a password during the installation.  
    SafeModeAdminPassword=\<The password for an offline administrator account>  
    RebootOnCompletion=yes 
    
  • 既存のフォレスト インストールの新しいツリーには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<An administrative account in the parent domain>  
    UserDomain=\<The name of the domain of the user account>  
    Password=\<The password for the adminstrative account> Specify \* to prompt the user for credentials during the installation.  
    NewDomain=tree  
    NewDomainDNSName=\<The fully qualified DNS name of the new domain>  
    SiteName=\<The name of the AD DS site in which this domain controller will reside> This site must be created in advance in the Dssites.msc snap-in.  
    DomainNetBiosName=\<The first label of the fully qualified DNS name>  
    ReplicaOrNewDomain=domain  
    DomainLevel=\<The domain functional level number>  
    DatabasePath="\<The path of a folder on a local volume>"  
    LogPath="\<The path of a folder on a local volume>"  
    SYSVOLPath="\<The path of a folder on a local volume>"  
    InstallDNS=yes  
    CreateDNSDelegation=yes  
    DNSDelegationUserName= \<The account that has permissions to create a DNS delegation> The account that is being used to install AD DS may differ from the account in the parent domain that has the permissions that are required to create a DNS delegation. In this case, specify the account that can create the DNS delegation for this parameter. Specify \* to prompt the user for credentials during the installation.  
    DNSDelegationPassword=\<The password for the account that is specified for DNSDelegationUserName> Specify * to prompt the user for a password during the installation.  
    SafeModeAdminPassword=\<The password for an offline administrator account>  
    RebootOnCompletion=yes  
    
  • 追加のドメイン コントローラーのインストールには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<The administrative account in the domain of the new domain controller>  
    UserDomain=\<The name of the domain of the new domain controller>  
    Password=\<The password for the UserName account>  
    SiteName=\<The name of the AD DS site in which this domain controller will reside> This site must be created in advance in the Dssites.msc snap-in.  
    ReplicaOrNewDomain=replica  
    ReplicaDomainDNSName=\<The fully qualified domain name (FQDN) of the domain in which you want to add an additional domain controller>  
    DatabasePath="\<The path of a folder on a local volume>"  
    LogPath="\<The path of a folder on a local volume>"  
    SYSVOLPath="\<The path of a folder on a local volume>"  
    InstallDNS=yes  
    ConfirmGC=yes  
    SafeModeAdminPassword=\<The password for an offline administrator account>  
    RebootOnCompletion=yes  
    
  • メディアからのインストール (IFM) 方法を使用する追加のドメイン コントローラーのインストールには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<The administrative account in the domain of the new domain controller>  
    Password=\<The password for the UserName account>  
    UserDomain=\<The name of the domain of the UserName account>  
    DatabasePath="\<The path of a folder on a local volume>"  
    LogPath="\<The path of a folder on a local volume>"  
    SYSVOLPath="\<The path of a folder on a local volume>"  
    SafeModeAdminPassword=\<The password of an offline administrator account>  
    
    CriticalReplicationOnly=no  
    SiteName=\<The name of the AD DS site in which this domain controller will reside>  
    This site must be created in advance in the Dssites.msc snap-in.  
    
    ReplicaOrNewDomain=replica  
    ReplicaDomainDNSName=\<The fully qualified domain name (FQDN) of the domain in which you want to add an additional domain controller>  
    ReplicationSourceDC=\<An existing domain controller in the domain>  
    
    ReplicationSourcePath=\<The local drive and the path of the backup>  
    
    RebootOnCompletion=yes 
    
  • 読み取り専用ドメイン コントローラー (RODC) のインストールには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<The administrative account in the domain of the new domain controller>  
    UserDomain=\<The name of the domain of the user account>  
    PasswordReplicationDenied=\<The names of the user, group, and computer accounts whose passwords are not to be replicated to this RODC>  
    PasswordReplicationAllowed =\<The names of the user, group, and computer accounts whose passwords can be replicated to this RODC>  
    DelegatedAdmin=\<The user or group account name that will install and administer the RODC>  
    SiteName=Default-First-Site-Name  
    CreateDNSDelegation=no  
    CriticalReplicationOnly=yes  
    
    Password=\<The password for the UserName account>  
    ReplicaOrNewDomain=ReadOnlyReplica  
    ReplicaDomainDNSName=\<The FQDN of the domain in which you want to add an additional domain controller>  
    DatabasePath= "\<The path of a folder on a local volume>"  
    LogPath="\<The path of a folder on a local volume>"  
    SYSVOLPath="\<The path of a folder on a local volume>"  
    InstallDNS=yes  
    ConfirmGC=yes  
    SafeModeAdminPassword=\<The password for an offline administrator account>  
    RebootOnCompletion=yes  
    
  • AD DS を削除するには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<An administrative account in the domain>  
    UserDomain=\<The domain name of the administrative account>  
    Password=\<The password for the UserName account>  
    AdministratorPassword=\<The local administrator password for the server>  
    RemoveApplicationPartitions=yes  
    RemoveDNSDelegation=yes  
    DNSDelegationUserName=\<The DNS server administrative account for the DNS zone that contains the DNS delegation>  
    DNSDelegationPassword=\<The password for the DNSDelegationUserName account>  
    RebootOnCompletion=yes  
    
  • ドメイン内の最後のドメイン コントローラーから AD DS を削除するには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<An administrative account in the parent domain>  
    UserDomain=\<The domain name of the UserName account>  
    Password=\<The password for the UserName account> Specify * to prompt the user for credentials during the installation.  
    IsLastDCInDomain=yes  
    AdministratorPassword=\<The local administrator password for the server>  
    RemoveApplicationPartitions=If you want to remove the partitions, specify "yes" (no quotation marks) for this entry. If you want to keep the partitions, this entry is optional.  
    RemoveDNSDelegation=yes  
    DNSDelegationUserName=\<The DNS server administrative account for the DNS zone that contains the DNS delegation>  
    DNSDelegationPassword=\<The password for the DNS server administrative account>  
    RebootOnCompletion=yes  
    
  • フォレスト内の最後のドメイン コントローラーを削除するには、次のオプションが適用されます。

    [DCINSTALL]  
    UserName=\<An administrative account in the parent domain>  
    UserDomain=\<The domain name of the UserName account>  
    Password=\<The password for the UserName account> Specify * to prompt the user for credentials during the installation.  
    IsLastDCInDomain=yes  
    AdministratorPassword=\<The local administrator password for the server>  
    RemoveApplicationPartitions=If you want to remove the partitions, specify "yes" (no quotation marks) for this entry. If you want to keep the partitions, this entry is optional.  
    RemoveDNSDelegation=yes  
    DNSDelegationUserName=\<The DNS server administrative account for the DNS zone that contains the DNS delegation>  
    DNSDelegationPassword=\<The password for the DNS server administrative account>  
    RebootOnCompletion=yes  
    

フィールド定義

このセクションでは、応答ファイルで使用できるフィールドとエントリについて説明します。

インストール操作のパラメーター

パラメーター 規定値 説明
AllowDomainReinstall Yes | No このエントリは、既存のドメインが再作成されたドメインであるかどうかを指定します。
AllowDomainControllerReinstall Yes | No このエントリは、サービスが同じ名前を使用するアクティブなドメイン コントローラー アカウントを検出した場合でも、このドメイン コントローラーのインストールを続行するかどうかを指定します。 既存のアカウントがアクティブでなくなったことを確認できる場合にのみ、[はい] を指定します。
ApplicationPartitionsToReplicate 既定値なし このエントリは、形式 "partition1 partition2" でレプリケートする必要があるアプリケーション パーティションを指定します。 *を指定すると、サービスはすべてのアプリケーション パーティションをレプリケートします。 スペース区切りまたはコンマ区切りの識別名を使用します。 文字列全体を引用符で囲みます。
ChildName 既定値なし これは、ParentDomainDNSName エントリに追加される下位ドメインの名前です。 親ドメインが A.COM で、下位ドメインが B の場合、ChildName に B.A.COM and B を入力します。
ConfirmGc Yes | No このエントリは、レプリカがグローバル カタログでもあるかどうかを指定します。 バックアップがグローバル カタログの場合は、[はい] を選択すると、レプリカがグローバル カタログになります。 [いいえ] を選択すると、レプリカはグローバル カタログになりません。 これらのエントリには引用符は必要ありません。
CreateDNSDelegation はい | いいえ、既定値なし このエントリは、この新しい DNS サーバーを参照する DNS 委任を作成するかどうかを示します。 このエントリは、AD DS 統合 DNS でのみ有効です。
CriticalReplicationOnly Yes | No このエントリは、インストール操作で再起動前に重要なレプリケーションのみを実行し、時間を節約するためにレプリケーションの重要でない部分をスキップするかどうかを指定します。 重要でないレプリケーションは、役割のインストールが完了し、コンピューターが再起動された後に実行されます。
DatabasePath %systemroot%\\NTDS このエントリは、ローカル コンピュータのハード ディスク上の完全修飾された非汎用名前付け規則 (UNC) ディレクトリのパスです。 このディレクトリは、AD DS データベース (NTDS.DIT) をホストします。 ディレクトリが存在する場合は、空である必要があります。 存在しない場合は、このエントリによって作成されます。 ディレクトリを保存するために選択した論理ドライブ上の空きディスク容量は 200 MB である必要があります。 丸め誤差またはドメイン内のすべてのオブジェクトに対応するには、空きディスク容量を大きくする必要がある場合があります。 最高のパフォーマンスを得るには、専用のハードディスク上にディレクトリを配置します。
DelegatedAdmin 既定値なし このエントリは、RODC をインストールおよび管理するユーザーまたはグループの名前を指定します。 値が指定されていない場合は、Domain Admins グループまたは Enterprise Admins グループのメンバーのみが RODC をインストールして管理できます。
DNSDelegationPassword <パスワード> | *、既定値なし このエントリは、DNS 委任を作成または削除するユーザー アカウントのパスワードを指定します。 ユーザーに資格情報の入力を求めるように * を指定します。
DNSDelegationUserName 既定値なし このエントリは、サービスが DNS 委任を作成または削除するときに使用するユーザー名を指定します。 値を指定しない場合、サービスは、DNS 委任の AD DS のインストールまたは削除に指定したアカウント資格情報を使用します。
DNSOnNetwork Yes | No このエントリは、DNS サービスがネットワーク上で利用できるかどうかを指定します。 サービスは、このコンピューターのネットワーク アダプターが名前解決に DNS サーバーの名前を使用するように構成されていない場合にのみ、このエントリを使用します。 名前解決のために DNS がこのコンピューターにインストールされていることを示すには、「いいえ」を指定します。 それ以外の場合は、最初に DNS サーバー名を使用するようにネットワーク アダプターを構成する必要があります。
DomainLevel 0 | 2 | 3 | 4 | 5 | 6 | 7 | 10、既定値なし このエントリはドメインの機能レベルを指定します。 このエントリは、既存のフォレストに新しいドメインが作成されるときにフォレストに存在するレベルに基づいています。 値の説明は次のとおりです。
- 0 = Windows 2000 Server ネイティブ モード
- 2 = Windows Server 2003
- 3 = Windows Server 2008
- 4 = Windows Server 2008 R2
- 5 = Windows Server 2012
- 6 = Windows Server 2012 R2
- 7 = Windows Server 2016
- 10 = Windows Server 2025
DomainNetbiosName 既定値なし このエントリは、AD DS 以前のクライアントがドメインにアクセスするために使用する NetBIOS 名です。 DomainNetbiosName はネットワーク上で一意である必要があります。
ForestLevel 0 | 2 | 3 | 4 | 5 | 6 | 7 | 10 このエントリは、新しい doメイン が新しいフォレストで作成されたときに、フォレストの機能レベルを次のように指定します。
- 0 = Windows 2000 Server ネイティブ モード
- 2 = Windows Server 2003
- 3 = Windows Server 2008
- 4 = Windows Server 20 08 R2
- 5 = Windows Server 2012
- 6 = Windows Server 2012 R2
- 7 = Windows Server 2016
- 10 = Windows Server 2025
既存のフォレストに新しいドメイン コントローラーをインストールする場合は、このエントリを使用しないでください。 ForestLevel エントリは、Windows Server 2003 で使用可能な SetForestVersion エントリを置き換えます。
InstallDNS はい | いいえ、既定値は操作 1 によって変わります。 このエントリは、Active Directory ドメイン サービス インストール ウィザードが DNS 動的更新プロトコルが使用できないことを検出した場合に、サービスが新しいドメインの DNS を構成するかどうかを指定します。 このエントリは、ウィザードが既存のドメインに対して不十分な数の DNS サーバーを検出した場合にも適用されます。
LogPath %systemroot%\\NTDS これは、AD DS ログ ファイルをホストするローカル コンピューター上のハード ディスク上の完全修飾された非 UNC ディレクトリのパスです。 ディレクトリが存在する場合は、空である必要があります。 存在しない場合は、サービスによって作成されます。
NewDomain ツリー | 子 | フォレスト ツリーは、新しいドメインが既存のフォレスト内の新しいツリーのルートであることを意味します。 子とは、新しいドメインが既存のドメインの子であることを意味します。 フォレストとは、新しいドメインがドメイン ツリーの新しいフォレスト内の最初のドメインであることを意味します。
NewDomainDNSName 既定値なし このエントリは、「既存のフォレスト内の新しいツリー」または「新しいフォレスト」のインストールで使用されます。 値は未使用の DNS ドメインです。
ParentDomainDNSName 既定値なし このエントリは、子ドメインのインストール用の既存の親 DNS ドメインの名前を指定します。
Password <パスワード> | *、既定値なし このエントリは、ドメイン コントローラーを構成するユーザー アカウントに対応するパスワードを指定します。 ユーザーに資格情報の入力を求めるように * を指定します。 保護のため、インストール後にパスワードは応答ファイルから削除されます。 ユーザーが応答ファイルを使用するたびに、パスワードを再定義する必要があります。
PasswordReplicationAllowed <> Security_Principal | NONE、既定値なし このエントリは、パスワードをこの RODC にレプリケートできるコンピューター アカウントとユーザー アカウントの名前を指定します。 値を空のままにする場合は、NONE を指定します。 既定では、この RODC にはユーザー資格情報はキャッシュされません。 複数のセキュリティ プリンシパルを指定するには、エントリを複数回追加します。
PasswordReplicationDenied <セキュリティ プリンシパル> | NONE このエントリは、パスワードを RODC にレプリケートしないユーザー、グループ、およびコンピューター アカウントの名前を指定します。 ユーザーまたはコンピューターの資格情報のレプリケーションを拒否しない場合は、NONE を指定します。 複数のセキュリティ プリンシパルを指定するには、エントリを複数回追加します。
RebootOnCompletion Yes | No このエントリは、操作が成功したかどうかに関係なく、AD DS のインストールまたは削除後にコンピューターを再起動するかどうかを指定します。
RebootOnSuccess はい | いいえ | NoAndNoPromptEither このエントリは、AD DS が正常にインストールまたは削除された後にコンピューターを再起動する必要があるかどうかを指定します。 AD DS ロールの変更を完了するには、常に再起動が必要です。
ReplicaDomainDNSName 既定値なし このエントリは、追加のドメイン コントローラーを構成するドメインの FQDN を指定します。
ReplicaOrNewDomain レプリカ | ReadOnlyReplica | ドメイン このエントリは、新規インストールの場合にのみ使用されます。 ドメインは、サーバーを新しいドメインの最初のドメイン コントローラーに変換します。 ReadOnlyReplica は、サーバーを RODC に変換します。 レプリカはサーバーを追加のドメイン コントローラーに変換します。
ReplicationSourceDC 既定値なし このエントリは、新しいドメイン コントローラーを作成するために AD DS データをレプリケートするパートナー ドメイン コントローラーの FQDN を指定します。
ReplicationSourcePath 既定値なし このエントリは、新しいドメイン コントローラーの作成に使用するインストール ファイルの場所を指定します。
SafeModeAdminPassword <パスワード> | NONE、既定値なし このエントリは、ディレクトリ サービス復元モードに使用されるオフライン管理者アカウントのパスワードを提供します。 空のパスワードは指定できません。
SiteName Default-First-Site-Name このエントリは、新しいフォレストをインストールするときにサイト名を指定します。 新しいフォレストの場合、既定値は Default-First-Site-Name です。 他のすべてのシナリオでは、サービスは現在のサイトとフォレストのサブネット構成を使用してサイトを選択します。
SkipAutoConfigDNS 既定値なし このエントリは、クライアント設定、フォワーダー、およびルート ヒントの自動構成をスキップしたいエキスパート ユーザーを対象としています。 このエントリは、DNS サーバー サービスがサーバーにすでにインストールされている場合にのみ有効です。 この場合、サービスが DNS の自動構成をスキップしたことを確認する通知を受け取ります。 それ以外の場合、サービスはこのエントリを無視します。 このスイッチを指定する場合は、AD DS をインストールする前にゾーンが正しく作成および構成されていることを確認してください。そうしないと、ドメイン コントローラーが意図したとおりに動作しません。 このエントリは、親 DNS ゾーンでの DNS 委任の自動作成をスキップしません。 DNS 委任の作成を制御するには、DNSNDelegation エントリを使用します。
Syskey <system_key> | NONE このエントリは、データの複製元となるメディアのシステム キーを指定します。
SYSVOLPath %systemroot%\\SYSVOL このエントリは、ローカル コンピューターのハード ディスク上の完全修飾された非 UNC ディレクトリを指定します。 このディレクトリは、AD DS ログ ファイルをホストします。 ディレクトリがすでに存在する場合は、空である必要があります。 まだ存在しない場合は、サービスによって作成されます。 ディレクトリは、NTFS 5.0 ファイル システムを使用してフォーマットされたパーティション上に存在する必要があります。 最高のパフォーマンスを得るには、ディレクトリをオペレーティング システムとは異なる物理ハード ディスク上に配置してください。
TransferIMRoleIfNeeded Yes | No このエントリは、インフラストラクチャ マスターの役割をこのドメイン コントローラーに転送するかどうかを指定します。 このエントリは、ドメイン コントローラーが現在グローバル カタログ サーバーでホストされており、ドメイン コントローラーをグローバル カタログ サーバーにする予定がない場合に役立ちます。 インフラストラクチャ マスターの役割をこのドメイン コントローラーに転送するには、[はい] を指定します。 [はい] を指定する場合は、ConfirmGC=No エントリも指定してください。
UserDomain 既定値なし このエントリは、サーバーに AD DS をインストールするために使用する予定のユーザー アカウントのドメイン名を指定します。
UserName 既定値なし このエントリは、サーバーに AD DS をインストールするために使用されるユーザー アカウント名を指定します。 アカウントの資格情報を \<domain>\\<user_name> 形式で指定することをお勧めします。

Note

1 新しいフォレストの場合、DNS サーバー ロールが既定でインストールされます。 新しいツリー、新しい子ドメイン、またはレプリカの場合、既存の DNS インフラストラクチャが Active Directory ドメイン サービス インストール ウィザードによって検出されると、既定で DNS サーバーがインストールされます。 ウィザードで既存の DNS インフラストラクチャが検出されない場合、既定では DNS サーバーはインストールされません。

削除操作のパラメーター

パラメーター 規定値 説明
AdministratorPassword 既定値なし このエントリは、ドメイン コントローラーから AD DS を削除するときに、ローカル管理者のパスワードを指定するために使用されます。
DemoteFSMO Yes | No このエントリは、ドメイン コントローラーが操作マスターの役割を保持している場合でも、強制削除が発生するかどうかを示します。
DNSDelegationPassword <パスワード> | *、既定値なし このエントリは、DNS 委任の作成または削除に使用する予定のユーザー アカウントのパスワードを指定します。 ユーザーに資格情報の入力を求めるように * を指定します。
DNSDelegationUserName 既定値なし このエントリは、DNS 委任を作成または削除するときに使用する予定のユーザー名を指定します。 値を指定しない場合、サービスは、AD DS のインストールまたは DNS 委任の AD DS 削除に指定したアカウント資格情報を使用します。
IgnoreIsLastDcInDomainMismatch Yes | No このエントリは、IsLastDCInDomain=Yes エントリを指定した場合、または Active Directory ドメイン サービス インストール ウィザードがドメイン内に別のアクティブなドメイン コントローラーがあることを検出した場合に、ドメイン コントローラーから AD DS の削除を続行するかどうかを指定します。 このエントリは、IsLastDCInDomain=No エントリを指定し、ウィザードがドメイン内の他のドメイン コントローラに接続できないシナリオにも適用されます。
IgnoreIsLastDNSServerForZone Yes | No このエントリは、ドメイン コントローラーがホストする 1 つ以上の AD DS 統合 DNS ゾーンの最後の DNS サーバーであっても、AD DS の削除を続行するかどうかを指定します。
IsLastDCInDomain Yes | No このエントリは、AD DS を削除するドメイン コントローラーがドメイン内の最後のドメイン コントローラーであるかどうかを指定します。
Password <パスワード> | *、既定値なし このエントリは、ドメイン コントローラーの構成に使用する予定のユーザー アカウントに対応するパスワードを指定します。 ユーザーに資格情報の入力を求めるように * を指定します。 保護のため、サービスは AD DS のインストール後に応答ファイルからパスワードを削除します。 誰かが応答ファイルを使用するたびに、パスワードを再定義する必要があります。
RebootOnCompletion Yes | No このエントリは、操作が成功したかどうかに関係なく、AD DS のインストールまたは削除後にコンピューターを再起動するかどうかを指定します。
RebootOnSuccess はい | いいえ | NoAndNoPromptEither AD DS のインストールまたは削除が正常に完了した後にユーザーがコンピューターを再起動する必要があるかどうかを決定します。 AD DS ロールの変更を完了するには、常に再起動が必要です。
RemoveApplicationPartitions Yes | No このエントリは、ドメイン コントローラーから AD DS を削除するときにアプリケーション パーティションを削除するかどうかを指定します。 [はい] を指定すると、ドメイン コントローラー上のアプリケーション パーティションが削除されます。 [いいえ] を指定しても、ドメイン コントローラー上のアプリケーション パーティションは削除されません。 ドメイン コントローラーがアプリケーション ディレクトリ パーティションの最後のレプリカをホストしている場合は、これらのパーティションを削除する必要があるかどうかを手動で確認する必要があります。
RemoveDNSDelegation Yes | No このエントリは、この DNS サーバーを指す DNS 委任を親 DNS ゾーンから削除するかどうかを指定します。
RetainDCMetadata Yes | No このエントリは、委任された管理者が RODC から AD DS を削除できるように、AD DS の削除後にドメイン コントローラーのメタデータをドメインに保持するかどうかを指定します。
UserDomain 既定値なし このエントリは、AD DS のインストールに使用する予定のユーザー アカウントのドメイン名を指定します。
UserName 既定値なし このエントリは、サーバーに AD DS をインストールするために使用する予定のユーザー アカウント名を指定します。 アカウントの資格情報を \<domain>\\<user_name> 形式で指定することをお勧めします。

無人インストールのリターン コード

Windows Server 2008 ベースのドメイン コントローラの無人インストールが完了すると、Active Directory ドメイン サービス インストール ウィザードは成功コードまたは失敗コードを返します。 無人インストールリターンコードの詳細については、「無人インストールのリターンコード」を参照してください。