Monday 1 December 2014

Domain Creation in Windows 2012 Server.

Domain Creation in Windows 2012 Server.
Needs to Add DNS Features , you can have a look the screenshots with Step by Step
Startup the server


Click Next and Install
After completing you can find, DNS Services and ADS Services


Add new a domain


Give Next and proceed

View Script
#
# Windows PowerShell script for AD DS Deployment
#


Import-Module ADDSDeployment
Install-ADDSForest `
-CreateDnsDelegation:$false `
-DatabasePath "C:\Windows\NTDS" `
-DomainMode "Win2012" `
-DomainName "dbacentre.com" `
-DomainNetbiosName "DBACENTRE" `
-ForestMode "Win2012" `
-InstallDns:$true `
-LogPath "C:\Windows\NTDS" `
-NoRebootOnCompletion:$false `
-SysvolPath "C:\Windows\SYSVOL" `
-Force:$true



Install , we find some warnings no issues you ignore



Once Completed, rebooted





Login and enjoy 

No comments:

Post a Comment

Popular Posts