Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
November 3, 2004
A. To create a DC from a backup during the Dcpromo process, add these two entries to the answer file:
ReplicateFromMedia=YesReplicationSourcePath=<media_source_path>
Your answer file entries should look something like this:
[Unattended]UnattendMode=FullUnattended[DCInstall]AllowAnonymousAccess=NoAutoConfigDNS=NoDatabasePath=<Db_Path>LogPath=<Log_Path>SysVolPath=<SysVol_Path>Password=<User_Pwd>UserDomain=<Net_Bios_Domain_Name>UserName=<User_Name>ReplicaDomainDNSName=<DNS_Domain_Name>CriticalReplicationOnly=NoReplicaOrNewDomain=ReplicaSafeModeAdminPassword=<safe_mode_pwd>RebootOnSuccess=YesReplicateFromMedia=YesReplicationSourcePath=<media_source_path>ConfirmGC = Yes
You May Also Like