background preloader

Windows Server

Facebook Twitter

IT: How to Install and Manage Active Directory on Server 2008 R2 Core. Installing Active Directory on Server Core is not a task that can be achieved using the Optional Component Setup tool–instead we actually have to use DCPROMO from the command line.

IT: How to Install and Manage Active Directory on Server 2008 R2 Core

Here’s how to do it. Note: this is part of our ongoing series teaching IT administration basics, and might not apply to everybody. Before we install Active Directory there are a few things that need to be done first–we need to set static IP information for the network adapter as well as change the name of our server. This all needs to be done from the command line, so lets take a look at how to go about doing these tasks. Setting a Static IP Address Active Directory requires that the Server has a static IP assigned, so we need to get a list of the network adapters attached to this server. Netsh interface ipv4 show interface Now that you can see the names of all the network cards in your machine, you can change the settings for a specific card. Where the following values should be substituted: shutdown /r /t 0.

How To Install Windows Server 2008 R2. Windows Server 2008 R2 is the latest version of Microsoft’s Windows Server operating system.

How To Install Windows Server 2008 R2

Microsoft tries their best to make each task as simple as possible, and Server 2008 R2 is a shining example of that goal in action. We’re going to take you through a basic install and show you just how easy it is. A Basic Install After booting up from your install disk, you will arrive at a language and preferences screen. Once you have chosen those options, you get to the Operating System Selection page. We get to read the standard End User License Agreement. Since we’re doing a base install and not an upgrade, so we choose the Custom (advanced) option. We’ve got a blank 24 GB disk, so we’re just going to install it there. Windows will take a little while with your install, and reboot a few times. Once the install is finished, we’re prompted to change our password before logging in.

The Initial Configuration Tasks window pops up as soon as you logon. Next we want to choose Configure Networking. IT: How to Set Up DHCP in Windows Server 2008 R2. Continuing our series on learning IT basics, today we’re going to show you how to setup DHCP on Windows Server 2008 instead of using it on a router.

IT: How to Set Up DHCP in Windows Server 2008 R2

Note: this is part of our ongoing series teaching IT administration basics, and might not apply to everybody. This guide assumes that you have Server 2008 up and running on a machine–if you don’t, you should check out our guide on how to install it. You should also have set a static IP address on the server before continuing. To get started, fire up the Server Manager, right click on roles, and then select add roles. You will be prompted with the normal “Before You Begin” screen, and after clicking Next you’ll be able to choose DHCP Server.

Next you’ll want to select the network connection to bind the DHCP protocol to. Put in the IP address of your DNS Server, which in this case is the same machine–but be careful not to put the loopback address (127.0.0.1) as this will be the address your clients will go to for name resolution. Windows Server 2008 R2 Standard. Capabilities Server virtualization Take advantage of the cost savings of virtualization, and maximize server hardware investments by consolidating your servers as virtual machines on a single physical host.

Windows Server 2008 R2 Standard

Hyper-V runs multiple operating systems including Windows, Linux, and others, in parallel, on a single server. Windows Server 2012 R2 extends Hyper-V’s capabilities with additional features and industry-leading scalability for host processors and memory. Learn More Storage Whatever your storage platform, the data it holds is the bedrock of your business. Learn More Networking You can manage an entire network as a single server, so you get the reliability and scalability of multiple servers at a lower cost. Learn More Server management and automation Following a standards-based management approach, the Windows Management Framework provides a common platform for automation and integration to help you automate your routine tasks with tools like Windows PowerShell.

Learn More. IT: How to Install Active Directory On Windows Server 2008 R2. Active Directory is essential to any Microsoft network built on the client-server network model–it allows you to have a central sever called a Domain Controller (DC) that does authentication for your entire network.

IT: How to Install Active Directory On Windows Server 2008 R2

Instead of people logging on to the local machines they authenticate against your DC. Lets take a look at how to install Microsoft’s Active Directory. Installation Open Server Manager and click on roles, this will bring up the Roles Summary on the right hand side where you can click on the Add Roles link. This will bring up the Add Roles Wizard where you can click on next to see a list of available Roles. A brief introduction to Active Directory will be displayed as well as a few links to additional resources, you can just click next to skip past here and click install to start installing the binaries for Active Directory. When the installation is finished you will be shown a success message, just click close. Configuration.