[sample]unattend file for dcpromo to rodc

; DCPROMO unattend file (automatically generated by dcpromo)
; Usage:
;   dcpromo.exe /unattend:C:\rodc_promo.txt
;
; You may need to fill in password fields prior to using the unattend file.
; If you leave the values for "Password" and/or "DNSDelegationPassword"
; as "*", then you will be asked for credentials at runtime.
;
[DCInstall]
; Read-Only Replica DC promotion
ReplicaOrNewDomain=ReadOnlyReplica
ReplicaDomainDNSName=example.jp
; RODC Password Replication Policy
PasswordReplicationDenied="BUILTIN\Administrators"
PasswordReplicationDenied="BUILTIN\Server Operators"
PasswordReplicationDenied="BUILTIN\Backup Operators"
PasswordReplicationDenied="BUILTIN\Account Operators"
PasswordReplicationDenied="EXAMPLE\Denied RODC Password Replication Group"
PasswordReplicationAllowed="EXAMPLE\Allowed RODC Password Replication Group"
DelegatedAdmin="EXAMPLE\Domain Admins"
SiteName=Default-First-Site-Name
InstallDNS=Yes
ConfirmGc=Yes
CreateDNSDelegation=No
UserDomain=example.jp
UserName=example.jp\administrator
Password="xxxxxxxx"
ReplicationSourceDC=SV2008-DC.example.jp
DatabasePath="C:\Windows\NTDS"
LogPath="C:\Windows\NTDS"
SYSVOLPath="C:\Windows\SYSVOL"
; Set SafeModeAdminPassword to the correct value prior to using the unattend file
SafeModeAdminPassword="xxxxxxxx"
; Run-time flags (optional)
; CriticalReplicationOnly=Yes
; RebootOnCompletion=Yes