; Windows Server 2003 Active Directory Branch Office Deployment Guide

; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
; ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
; THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
; PARTICULAR PURPOSE.

; Copyright (C) 2004 Microsoft Corporation.  All Rights Reserved.

; Sample dcpromo answerfile

; dcpromoanswer.txt is used to set values for parameters needed
; during domain controller installation.

; For the exact meaning of each of these settings,
; please see the DCInstall section in ref.chm
; in the Deploy.cab with the \SUPPORT\TOOLS
; directory on the Windows Server 2003 CD.


; During the Branch Office Deployment process, rundcpromo.wsf copies this
; file from the \\<StagingServer>\dcpromo share to the machine's %SYSTEMROOT%\system32
; directory.  This file is expected to be found with the path 
; \\<StagingServer>\dcpromo\dcpromoanswer.txt where StagingServer is set in
; ADSDeployment.xml.  Rundcpromo adds values indicating the credentials dcpromo should
; use.  rundcpromo.wsf executes an Install From Media (IFM) promotion.  It adds the 
; local path for the restored System State backup used for the IFM promotion.
; Rundcpromo executes dcpromo passing the local copy of this file.
; It expects dcpromo to complete within two hours.  dcpromo should not
; reboot the machine.


; Rundcpromo.wsf adds the values to its copy of this file:
; UserName, UserDomain, Password, ReplicationSourcePath
; These should not be specified in this file.

; Please modify the following values with details of your deployment:
; ReplicaDomainDNSName
; SafeModeAdminPassword
; SiteName
; ReplicationSourceDC

; The following values should not be modified:
; ReplicaOrNewDomain=Replica
; RebootOnSuccess=NoAndNoPromptEither


[DCInstall]

;User Modifiable Settings
ReplicaDomainDNSName=branches.corp.contoso.com
SafeModeAdminPassword=password
SiteName=Staging-Site
ReplicationSourceDC=StagingDC1.branches.corp.contoso.com

;Do Not Modify
ReplicaOrNewDomain=Replica
RebootOnSuccess=NoAndNoPromptEither