Install Active Directory service on Server Core
Install AD DS on server core -----
Prerequisites -----
> Configured "Date & Time " and one Static IP. Check the following document to set date / Time and IPv4 seatings in Server Core.
URL :- http://sappyit.blogspot.in/2015/01/configure-date-time-and-basic-network.html
> Loging to Server Core with Administrator user.
> Make sure Wiondows 2012 DVD / .iso mounted in DVD drive.
Installation Steps -----
> Type the command in Command Prompt window net user administrator * to set new password for administrator user.
Type a password to confirm: < Type the new password >
Retype the password to confirm: < Retype the new password and confirm>
> Type the command hostname to check the exiting hostname of the server.
> Type the command netdom renamecomputer %computername% /newname:mumbai Press Enter
Do you want to proceed <Y or N>? Press y to continue.
Note :- In the following screen I have given new hostname is mumbai
> Type command shutdown /R to reboot the Server. Once the server will reboot the new hostname will apply to the server.
> Once Server is rebooted press Ctrl+Alt+Delete to loging Administrator user.
> Type the command in Command prompt window powershell and press Enter
> At the Powershell prompt type the command add-windowsfeature dns press Enter
This process will add DNS to the server.
Once DNS installed you will get the following screen
> Now Type the command in Powershell prompt add-windowsfeature ad-domain-services to add domain service.
> Type the command in Powershell prompt import-module addsdeployment
> Type the command in Powershell prompt install-addsforest to add new forest.
> In the DomainName: < Give the new domain name > in the following screen I have given india.com as my new domain. and press Enter.
In the Next screen apply SafeModeAdministratorPassword. I have keep the same loging administrator password for safe mode administrator password.
Type password again to confirm password option.
> Type y to continue to configure target server as a domain controller.
> Install New Forest and Configure Domain controller process will start now.
> Once Active directory will install, Server will reboot automatically.
> Loging to the serve with domainname/Administrator user.
EOF
Prerequisites -----
> Configured "Date & Time " and one Static IP. Check the following document to set date / Time and IPv4 seatings in Server Core.
URL :- http://sappyit.blogspot.in/2015/01/configure-date-time-and-basic-network.html
> Loging to Server Core with Administrator user.
> Make sure Wiondows 2012 DVD / .iso mounted in DVD drive.
Installation Steps -----
> Type the command in Command Prompt window net user administrator * to set new password for administrator user.
Type a password to confirm: < Type the new password >
Retype the password to confirm: < Retype the new password and confirm>
> Type the command hostname to check the exiting hostname of the server.
> Type the command netdom renamecomputer %computername% /newname:mumbai Press Enter
Do you want to proceed <Y or N>? Press y to continue.
Note :- In the following screen I have given new hostname is mumbai
> Type command shutdown /R to reboot the Server. Once the server will reboot the new hostname will apply to the server.
> Once Server is rebooted press Ctrl+Alt+Delete to loging Administrator user.
> Type the command in Command prompt window powershell and press Enter
> At the Powershell prompt type the command add-windowsfeature dns press Enter
This process will add DNS to the server.
Once DNS installed you will get the following screen
> Now Type the command in Powershell prompt add-windowsfeature ad-domain-services to add domain service.
> Type the command in Powershell prompt import-module addsdeployment
> Type the command in Powershell prompt install-addsforest to add new forest.
> In the DomainName: < Give the new domain name > in the following screen I have given india.com as my new domain. and press Enter.
In the Next screen apply SafeModeAdministratorPassword. I have keep the same loging administrator password for safe mode administrator password.
Type password again to confirm password option.
> Type y to continue to configure target server as a domain controller.
> Install New Forest and Configure Domain controller process will start now.
> Once Active directory will install, Server will reboot automatically.
> Loging to the serve with domainname/Administrator user.
EOF
Comments
Post a Comment