Our Trustguide team desires to spread helpful knowledge as regards the DCPromo. Therefore, in this post, every ins and outs of the DCPromo will be clearly shown and analyzed in full detail. Stay tuned, and keep scrolling down!
What Is Basic Information About The DCPromo
The DCPromo is a tool that helps users install the utility and function of the Active Directory domain services. If you are one of the members using the Active Directory, you can control or demote it easily via this command:
dcpromo /unattend[:filename] /adv /uninstallBinaries /CreateDCAccount /UseExistingAccount:Attach [:{Promotion | CreateDcAccount | UseExistingAccount | Demotion}] /?:Promotion, /?:CreateDCAccount, /?:UseExistingAccount, and /?:Demotion
https://theitbros.com/wp-content/uploads/2019/05/word-image-36.png
Some Common DCPromo Commands That You Should Take Close Notice Of
Here is a list of scripts you may have to use during the process of DCPromo running. Let’s check this compilation out and see what interesting things are waiting for you ahead:
1, /unattend[:filename]: This command is quite outstanding, as it is commonly used by many professional and amateur technicians and coders. It is utilized to specify a path to the unattended objects in the Active Directory domain.
2, /adv: In the menu of options that users can execute to accomplish their process, they can cling to this command as a way of enabling some advanced options.
3, /uninstallinaries: This code may come into use in many situations requiring you to remove the binaries from the server of the currently mentioned Active Directory domain to another.
4, /CreateDCAccount: As its name may suggest, this code will give you the advantage of forming an RODC account, which stands for the “Read-only Domain Controller).
5, /UseExistingAccount:Attach: This command is also interesting and useful. After creating the RODC account, you can rely on this command to attach it to the server you want to manage and control.
6, /forceRemoval: This command is used to uninstall the Active Directory forest from the memory of your computer’s internal software. In other words, when you use this script, the AD will be removed from your computer. Still, information related to your account cannot be permanently deleted, as it only has experienced some changes.
7, [:{Promotion | CreateDcAccount | UseExistingAccount | Demotion}] /?:Promotion, /?:CreateDCAccount, /?:UseExistingAccount, and /?:Demotion: You are also advised to remember this command. It is functional by showing the hidden parameter or cmdlet applied to a particular task or procedure.
Important Notes For Newcomers
If you are a first-time user, you may need clarification on much technical knowledge required. But don’t panic, as this section will present the most effective and helpful tips for you, together with equipping you with a fundamental understanding of code. Let’s get started!
1, If you desire to form a new text with the tag file named: “unattended” like this one, try our following script:
[DCInstall]
ReplicaOrNewDomain=Domain
NewDomain=Forest
NewDomainDNSName=theitbros.com
ForestLevel=3
DomainNetbiosName= theitbros
DomainLevel=3
InstallDNS=Yes
ConfirmGc=Yes
CreateDNSDelegation=No
DatabasePath=”C:\Windows\NTDS”
LogPath=”C:\Windows\NTDS”
SYSVOLPath=”C:\Windows\SYSVOL”
SafeModeAdminPassword=Pa##w0rd11s
RebootOnCompletion=Yes
https://theitbros.com/wp-content/uploads/2019/05/word-image-37.png
2, If you want to apply a new model of the Active Directory domain, try this cmdlet:
Install-WindowsFeature AD-Domain-Services -IncludeManagementTools
Import-Module ADDSDeployment
Install-ADDSDomainController `
-NoGlobalCatalog:$false `
-CreateDnsDelegation:$false `
-CriticalReplicationOnly:$false `
-DatabasePath “C:\Windows\NTDS” `
-DomainName “theitbros.com” `
-InstallDns:$true `
-LogPath “C:\Windows\NTDS” `
-NoRebootOnCompletion:$false `
-SiteName “Default-First-Site-Name” `
-SysvolPath “C:\Windows\SYSVOL” `
-Force:$true
However, due to different versions and models of the computers, the result that the cmdlet mentioned earlier may bear different fruits. So it would be best if you remembered this.
3, In case you desire to activate the elevated snap-in with the current server, including the initial domain controller, try the below command: dcpromo.exe /unattend:C:\dcpromo_unattend.txt
Nevertheless, if the DCPromo command is labeled as the deprecated one, the message as follows is likely to pop us as a consequence:
https://theitbros.com/wp-content/uploads/2019/05/word-image-38.png
4, If you want to promote the use of Windows Server domain controller services, you can configure a new “Settings” section like the image below:
https://theitbros.com/wp-content/uploads/2019/05/word-image-39.png
The Bottom Line
Our Trustguide team feels that our efforts pay off when our beloved readers can follow our guide and reap the best outcome for themselves. Hope to receive positive comments about this DCPromo post from all of you guys. Have a nice day!
Leave a Reply