Demotion of Last DC in Domain
; DCPROMO unattend file (automatically generated by dcpromo)
; Usage:
; dcpromo.exe /unattend:c:\demotion-replica-dc.txt
;
; You may need to fill in password fields prior to using the unattend file.
;
[DCInstall]
; Demotion
RetainDcMetadata=No
; Set AdministratorPassword to the correct value prior to using the unattend file
AdministratorPassword=
Demotion of Replica
; DCPROMO unattend file (automatically generated by dcpromo)
; Usage:
; dcpromo.exe /unattend:c:\demotion-replica-dc.txt
;
; You may need to fill in password fields prior to using the unattend file.
;
[DCInstall]
; Demotion
RetainDcMetadata=No
; Set AdministratorPassword to the correct value prior to using the unattend file
AdministratorPassword=
First DC in New Tree Domain
; DCPROMO unattend file (automatically generated by dcpromo)
; Usage:
; dcpromo.exe /unattend:c:\1st-DC-in-Tree-Domain.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]
; New tree promotion
ReplicaOrNewDomain=Domain
NewDomain=Tree
NewDomainDNSName=Fabrikam.com
Dom..
First DC in Child Domain
DCPROMO unattend file (automatically generated by dcpromo)
; Usage:
; dcpromo.exe /unattend:c:\1st-DC-in-Child-Domain.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]
; New child domain promotion
ReplicaOrNewDomain=Domain
NewDomain=Child
ParentDomainDNSName=contoso.c..