Archive for April 30th, 2007

Windows Server Codename “Longhorn” – DHCPv4 Installation

In this post, I will show how to configure the DHCPv4 role on a Windows Server codename “Longhorn” server.

I have done this on the same server SRO-LH-01, which is already a domain controller for the sro-lh.local domain.

Basically, it comes down to adding a new role to the server:

lh-dhcp.png

I chose the “DHCP Server” role (notice that the left pane was dynamically updated to reflect the role(s) marked as to be installed):

lh-dhcp_1.png

A short introduction text on DHCP:

lh-dhcp_2.png

Then I had to chose the binding to use. The wizard shows the list of NICs having a static IP address. I chose the NIC of the server:

lh-dhcp_3.png

The next step is to provide the DNS domain and the IP addresses of the DNS server (this will be found back in the DHCP Server Options). As there is only one DNS server in my test environment, the alternate DNS server IP address is left empty:

lh-dhcp_4.png

No WINS is required:

lh-dhcp_5.png

The next step is to add or edit DHCP scopes:

lh-dhcp_6.png

I added the “MainScope” scope for my tests. It will use addresses in the 192.168.200.[100-199] range. Initially, I also chose a shorter lease duration:

lh-dhcp_7.png

This is how it looked after clicking OK:

lh-dhcp_8.png

As I was not interested in IPv6, I said no to the next question:

lh-dhcp_9.png

The last step in the configuration wizard is to authorize the DHCP server in Directory Services:

lh-dhcp_10.png

Ultimately, the wizard shows a summary of the configuration before actually installing it:

lh-dhcp_11.png

Progress status:

lh-dhcp_12.png

Well, that’s it… DHCP is installed and configured.

I made a test: I booted my XP VM SRO-XP-01. The test was successful, as the PC received an IP address from the “Longhorn” DHCP server.

I had a look at the DHCP console and SRO-LH-01 and could see the lease from SRO-XP-01:

lh-dhcp_14.png

So, all fine ;) .

Steve

Microsoft Diagnostics and Recovery Toolset

The Microsoft Diagnostics Recovery Toolset repairs any unbootable or lock-out desktop systems that have crashed. By manipulating components on the offline system, it helps you return the PC to service, recover lost data, and prevent future downtime.

This video explains how you can recover failed systems with minimal manual effort—and with much less time than is required when restoring PCs from backup or reinstalling operating systems.

Well, that’s ERD Commander 5.0!

Watch the video here.

Steve

Microsoft Advanced Group Policy Management

Microsoft Advanced Group Policy Management gives you greater control over Group Policy Objects through change management, versioning, and rollbacks.

In this video demonstration, see how you can more easily control the desktop and ensure less downtime from conflicting or improperly configured GPOs.

Personally, this is a major step forward, as it adds change control and workflow to the GP management. Something I would had loved to have in the past years.

Watch the video here.

Steve

Microsoft SoftGrid Application Virtualization

With Microsoft SoftGrid Application Virtualization, you can turn Windows applications into centrally managed, virtual services that are never installed, and can be instantly streamed to any desktop or laptop.

In this one-hour video, learn how SoftGrid’s virtualization technology can simplify desktop administration by automating processes for deploying, patching, updating, and terminating applications.

It is now easier—and requires fewer IT resources—to address complex critical business projects such as OS and application migrations, security refreshes, and disaster recovery plans.

Watch the video here.

Steve

Windows Server Codename “Longhorn” – Active Directory Installation (incl. DNS)

OK, so at this point my server SRO-LH-01 is configured as standalone server, with IP address 192.168.200.1.

We will now make this server a Domain Controller.

To do this, I will add the role “Active Directory Domain Services” and perform the promotion.

There are several ways to do this, I went through the Initial Configuration Wizard:

lh-ad.png

and clicked on “Add roles”:

lh-ad_1.png

Then, I selected the role in the list:

lh-ad_2.png

The wizard shows some introduction:

lh-ad_3.png

Just a confirmation:

lh-ad_4.png

Installation is going on:

lh-ad_5.png

Installation succeeded:

lh-ad_6.png

So, now the binaries for Active Directory Domain Services have been copied to the server and we are in a good position to start the promotion of SRO-LH-01 to Domain Controller. Good ol’ dcpromo.exe command is still there:

lh-ad_7.png

First, the tool will check for the presence of the ADDS binaries:

lh-ad_8.png

This is the first page of the dc promo wizard. It allows to go into advanced mode from the GUI (instead of having to start dcpromo with the /adv parameters):

lh-ad_9.png

My environment does not include DNS at this stage, so I asked the wizard to install DNS Server at the same time:

lh-ad_10.png

Of course, I want to create a new domain in a new forest:

lh-ad_11.png

My domain will be named sro-lh.local (I already have sro.local for another environment):

lh-ad_12.png

At this point, we can choose the forest functional level:

lh-ad_13.png

For my tests, I chose to go for the “Longhorn” forest functional level:

lh-ad_14.png

This is the first DC in the forest. Therefore, it must be GC and cannot be a Read-Only DC (I will cover the RODC feature in a further post):

lh-ad_15.png

We have now to specify the locations for the DB, Log Files and SYSVOL:

lh-ad_17.png

Next step is to specify the DSRM admin password:

lh-ad_18.png

As a last step, we can review the options and we can even export them to use as answer file for further (unattended) domain controller promotions: 

lh-ad_19.png

The installation/configuration is going on (note the possibility to have the server automatically rebooted at the end of the process):

lh-ad_20.png

lh-ad_21.png

The installation is finished:

lh-ad_22.png

And we have to reboot the server:

lh-ad_23.png

After the reboot, I logged on:

lh-ad_24.png

I had a look at the computer properties:

lh-ad_25.png

The AD Domains and Trusts MMC snap-in:

lh-ad_26.png

A look at ADUC:

lh-ad_27.png

A look at the DNS console:

lh-ad_28.png

So far, so good ;) .

The next post will be about the installation/configuration of DHCPv4. Stay tuned.

Steve