Window Technical Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 11 June 2013

Install Active Directory on Windows Server 2008 Core Step by Step Guide

Posted on 02:44 by Unknown
Windows 2008 core its great creation of Microsoft. It's basically a light version of windows 2008 and comes without all the GUI stuff. There are tools that you can install in core installation and get the GUI. In here I'm going to demonstrate how to setup domain control using Command prompt.
Requirement :
Minimum: 1 GHz (x86 processor) or 1.4 GHz (x64 processor)
Minimum: 512 MB RAM
Minimum (32-bit systems): 20 GB or greater
Minimum (64-bit systems): 32 GB or greater
  • First option is to assign a dedicated ip to the server.
At command prompt type
netsh interface ipv4 show interfaces

This will show all the network interfaces that available in the server. Please keep note on idx number of the interface that you need to assign the ip in our case its 10
netsh interface ipv4 set address name="10" source=static address=10.0.0.15 mask=255.255.255.0 gateway=10.0.0.1
in here I wanted to apply ip address 10.0.0.15 to the interface. Here you can see after the command the server got the new ip address

Next step was to assign DNS server ip 10.0.0.15
netsh interface ipv4 add dnsserver name="10" address=10.0.0.15 index=1

  • Now its ready for the DC install. Now we need to create unattend answer file for the domain install
notepad unattend.txt
then you need to type the file with the requirement
[DCINSTALL]
UserName=administrator
NewDomain=forest
NewDomainDNSName=rebeladmin.com
Password=Pa$$w0rd
SiteName=Default-First-Site-Name
ReplicaOrNewDomain=domain
DatabasePath="%systemroot%'NTDS"
LogPath="%systemroot%'NTDS"
SYSVOLPath="%systemroot%'SYSVOL"
InstallDNS=yes
ConfirmGC=yes
SafeModeAdminPassword=Pa$$w0rd
RebootOnCompletion=yes
In here this will install domain rebeladmin.com with DNS

Now we ready for the install. You can execute it from
dcpromo /answer:c:\unattend.txt

it will take some time to install and after install it will automatically restart. After restart its done. Now you have DC with Server 2008 core.
If you have nay question feel free to ask me on psrjadhav@gmail.com
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Adding Host (A) DNS Records in Windows Server 2008 R2
    About DNS Records Since DNS server plays an important role when it comes to keeping the network up and accessible, it becomes important for...
  • How to configure ftp server in windows
      FTP Server using IIS 7.0 and Windows Server 2008 Open Server Manager, go to Roles and click “Add Roles” In the Add Role Wizard, select Web...
  • install Active Directory in Windows Server 2003
    Click Start -> Run... Type "dcpromo" and click "OK" You will see the first window of the wizard.  As it suggests, I ...
  • Configuring Windows Server 2008 Remote Desktop Administration
    Windows Server 2008 is, as the name suggests, a server operating system. In the real world this means that systems running Windows Server ...
  • SMTP Server Configure on Windows Server 2008 R2
    Installing the SMTP feature 1 . Click Start > Run and then enter servermanager.msc in the Open dialogue box then click OK to load Se...
  • configure Active Directory in Windows Server 2008 R2 Part-2
    Configure Active Directory At the Server Management screen you should now see that you have 1 role installed.  The Active Directory D...
  • Transferring FSMO Roles in Windows Server 2008
    Introduction This is a must to read article for any system administrator who administers Microsoft Windows Servers. One of any...
  • VPN connection Configuring on server 2008 R2 using RRAS and configuring clients
    A virtual private network (VPN) is a network that uses a public telecommunication infrastructure, such as the Internet, to provide remote of...
  • How To Activate Exchange Server 2010
    1) Open Exchange Server Management Console Click on Start > All Programs > Microsoft Exchange ...
  • Installing and configuration Distributed File System
    The Distributed File System (DFS) technologies offer wide area network (WAN)-friendly replication as well as simplified, highly available ...

Blog Archive

  • ▼  2013 (91)
    • ►  December (2)
    • ►  November (10)
    • ►  October (5)
    • ►  September (15)
    • ►  August (26)
    • ►  July (1)
    • ▼  June (5)
      • List of Server Role services in Windows Server 200...
      • Install Active Directory on Windows Server 2008 Co...
      • Network address translation
      • Remote Desktop Services in Windows Server 2008 R2:...
      • Windows Deployment Services for Windows Server 200...
    • ►  May (14)
    • ►  April (5)
    • ►  March (1)
    • ►  February (1)
    • ►  January (6)
Powered by Blogger.

About Me

Unknown
View my complete profile