Skip to main content

Windows Server 2012 Setup

Windows Server 2012 introduces a plethora of new features with a key emphasis on Cloud integration being the buzz word in the industry over the last 24 months.  Windows continues to grow and mature as an operating system with the latest iteration being more secure, reliable and robust and more importantly making it easily interoperable with other systems.
This post will focus on Installing a Windows 2012 Server and then promoting it as the first domain controller in a new Forest.  Even though the logical steps haven’t really changed dramatically since the introduction of Windows 2008, the interface has! especially with the new metro look.  So let’s begin our journey with Windows Server 2012 as this will be the first of many articles on configuring different components that Windows Server 2012 has to offer.
Installing Windows Server 2012
The first step is to boot up from the CD or ISO image and select your language settings.
image thumb Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Select your Language and input options and then click on Next.
image thumb1 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Install Now
Select the operating system you want to install.  I have selected Windows Server 2012 Release Candidate Server with a GUI.  The other option is server core which was first introduced in Windows 2008 and is a minimal install with no GUI but provides remote management through Windows PowerShell and other tools.
image thumb2 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
Accept the License terms
image thumb3 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
image thumb4 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
We are performing a new installation of Windows Server, so click on Custom.
image thumb5 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Partition your drives and then click Next.
The Installation of Windows then proceeds.
image thumb6 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
The installation will eventually re-start your Windows Server where it will go through the final stages of preparing the environment for first time use.
image thumb7 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
You will eventually be prompted to enter a password for the built-in Administrator account.
image thumb8 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Finish
You will now be presented with the new Windows Login Screen, which is a fair change to what we have been accustomed to with previous releases of Windows Server.
image thumb9 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Hit Ctrl – ALT – Delete to sign in, and enter your password.
You will be presented with the new Server Manager Screen which really simplifies the administration and configuration of your new server.  Our main goal for this article is to configure Active Directory and its related services such as DNS.
image thumb10 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
First thing I want to do is change the computer name.  Windows goes ahead and provides a default unique name in the form of WIN-<random characters>
To do so, from the Server Manager > Dashboard screen, click on Local Server and then click on the computer name hyperlink.
image thumb11 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
This will take you to the all familiar System Properties
image thumb12 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Change, enter a more desirable Computer Name and then click OK.
You will then be prompted to restart your computer to apply the changes.  Click Ok and then Click on restart now.
After your computer has restarted, we will be presented with the Server Manager Screen.  Now we are ready to configure this server as an Active Directory Controller.
Adding the Active Directory Domain Services Role
From the Dashboard click on “Add roles and features”.  You will be presented with the “Before you begin screen.  Click Next.  In the “Installation Type” screen click on “Role-base or feature-based installation”.
image thumb13 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
You will be presented with the following screen asking you to select a destination server.  This is a new feature of Windows 2012 where you have the ability to deploy roles and features to remote servers and even offline virtual hard disks.
In our case, we are selecting the current server from the server pool.
image thumb14 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
We are now back in familiar territory (if you have worked with Windows 2008 Server) and we will select the “Active Directory Domain Services” and DNS Server if it hasn’t already been provisioned.
image thumb15 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
You will then be prompted to add features that are required for Active Directory Domain Services.
image thumb16 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click on Add Features
Click Next
If you want to add additional features, you can do so from the next screen, otherwise click Next
image thumb17 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
You will now be presented with the Active Directory Domain Services (AD DS) screen outlining some information about AD DS and its requirements.  You will notice that DNS is a MUST and has always been the case.
image thumb18 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click next
You now provided with a summary of installation selections
image thumb19 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
The installation will now begin
image thumb20 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Upon completion you will be presented with an installation succeeded message.

image thumb21 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Close.
Back in Server Manager, you will notice that AD DS has been added to the left navigation tree.  Click on it and then click on More on the right navigation pane where it states that Configuration is required for Active Directory Domain Services.
image thumb22 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
You will now be presented with the All Servers Task Details, in which you will click on Promote this server to a domain controller under Action.
The Deployment Configuration screen appears and we will select “Add a new forest” as this is the first domain controller.

image thumb23 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Enter your Root domain name and then click Next.
The following screen will then appear in which you will enter and select your Domain Controller Options.
image thumb24 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
You will then get the below warning in which you can ignore for now.
image thumb25 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
The NetBIOS domain name will then be inputted automatically.  In the event of a conflict, it will suggest an alternative by appending the original name with a 0.
image thumb26 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
Confirm or change the locations of your database folder, log folder and SYSVOL folder.
image thumb27 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Next
Review your selections and then Click Next.
If all of the prerequisites checks have passed successfully, you will be able to click on Install to proceed.
image thumb28 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click Install
The installation will now proceed and you will see the progress being displayed.
image thumb29 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
The computer will most likely restart on its own to complete the installation so don’t be alarmed if it does.  You will receive a brief warning advising so.
Upon restart, you should be able to login using your domain credentials for the user administrator.
So let’s add our first user!  We can do so via the new Active Directory Administrative Center or via the well known Active Directory Users and Computers.  For something different, lets try the former.
Once Server Manager has launched, click on Tools > Active Directory Administrative Center
You will be greeted with the below Welcome screen.
image thumb30 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click on your domain on the left navigation pane, in my instance it is corp (local).
image thumb31 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Let’s begin by creating our first Organizational Unit that will house our corporate users (I am not a fan of using the default Users).  On the right navigation pane under Taks > <domain name> click on New and then select “Organizational Unit”.
Enter the mandatory details.
image thumb32 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Click OK
This will immediately create the Organizational Unit in the designated location.  Double click on your newly created Organizational Unit and on the left navigation pane, select New User.  The below screen appears in which you will fill in the necessary details.
image thumb33 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
Make sure you scroll down to the bottom and fill in all the necessary sections such as Groups, Profile Settings and Organization settings.
Once completed, Click OK.
Your newly created user will now be listed in the middle navigation pane.
image thumb34 Configuring Active Directory (AD DS) in Windows Server 2012 windows 2012 windows
As you can see it is relatively straight forward configuring your first domain controller in a new forest using Windows Server 2012, in particular if you have had experience with Windows Server 2008.

Comments

Popular posts from this blog

Create a Restore Point for Windows 7 or Vista’s System Restore

If you are thinking of installing an application but aren’t quite sure what it’s going to do to your computer, I would absolutely recommend creating a restore point before you install that application, and here are the steps to do so. Note that most application installs automatically create a restore point, but you can do this if you are really worried. Open up the Start Menu and right-click on “Computer”, and then select “Properties”. This will take you into the System area of Control Panel. Click on the “System Protection” link on the left hand side. Now select the “System Protection” tab to get to the System Restore section. Click the “Create” button to create a new restore point. You’ll be prompted for a name, and you might want to give it a useful name that you’ll be able to easily identify later. Click the Create button, and then the system will create the restore point. When it’s all finished, you’ll get a message saying it’s completed successf...

How to Clean Up Your Messy Windows Context Menu

One of the most irritating things about Windows is the context menu clutter that you have to deal with once you install a bunch of applications. It seems like every application is fighting for a piece of your context menu, and it’s not like you even use half of them. Today we’ll explain where these menu items are hiding in your registry, how to disable them the geeky way, and an easier cleanup method for non-geeks as well. Either way, your context menu won’t look like this one anymore… Cleaning the Context Menu by Hacking the Registry If you want to clean things up the truly geeky way, you can open up regedit.exe through the start menu search or run box, and then browse down to one of the following keys… sadly the context menu items are not stored in a single location. Most of the menu items that used for all files and folders can be found by looking at one of these keys: HKEY_CLASSES_ROOT\*\shell HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers HKEY_CLASSES_...

Tiny 11 - A Lightweight Windows 11 that can run on 2GB RAM and requires less harddisk space.

  In terms of Windows 11, its   system requirements   are high since this system requires at least 4GB RAM, 64GB storage space, enabled TPM & Secure Boot, a high CPU (1 GHz or faster with 2 or more cores on a compatible 64-bit processor), etc. compared to any old Windows operating systems. If you have an old or lower-end PC, Windows 11 is not a good option to install since many issues like random crashes, blue screen errors, etc. could appear on the unsupported hardware. Overview of Tiny11 If you want to run Windows 11 on your old computer with low RAM and disk space, Tiny11 appears in public. It is a project from NTDev and Tiny11 is a Windows 11 tiny edition. This edition is based on Windows 11 Pro 22H2 and includes everything you need for a comfortable computing experience since this tool doesn’t have the bloat and clutter of a standard Windows installation. Tiny11 Requirements In terms of Tiny11 requirements, a scant 8GB of storage and just 2GB of RAM are requ...