Microsoft has created a new website dedicated to Virtualisation. Now we can see that Microsoft has a clear strategy in that technology area.
It is really nice to have all information at one place, including whitepapers and the like…
/Steve
Steve Rosa’s blog on IT – Bringing technology and management together!
Microsoft has created a new website dedicated to Virtualisation. Now we can see that Microsoft has a clear strategy in that technology area.
It is really nice to have all information at one place, including whitepapers and the like…
/Steve
The Knownledge Base article 940163 makes the following documents available:
Here is where to download the document kit.
/Steve
After a couple years NetPro – the organizer of the Directory Experts Conference – has decided to bring the Directory Experts Conference back to Europe. It will be September 24th to 26th in Brussels, Belgium.
Click on the banner for more info:
See also the press-announcement.
I had a look at their agenda and it looks awesome!
Steve
The Windows Virtualization Team blog has a very good post on the subject: Virtual Server or Virtual PC?.
It’s really worth reading it. Indeed, though both are compatible, there are some points requiring attention.
Steve
These two posters, originally published in the July 2007 issue of TechNet Magazine, provide a strong visual tool to aide in the understanding of various features and components of Windows Server 2008.
One poster focuses exclusively on powerful new Active Directory technologies, while the other provides a technical look at a variety of new features available in Windows Server 2008 (such as Server Core, Network Access Protection, and more).
Get both posters here.
Thanks to Keith Combs for posting this.
Steve
As per today’s press release, Microsoft announced that “Windows Server®2008, Visual Studio® 2008 and Microsoft SQL Server™ 2008 will launch together at an event in Los Angeles on Feb. 27, 2008, kicking off hundreds of launch events around the world”.
Steve
OK, so now, we have our first Read-Only Domain Controller (RODC) installed: SRO-LH-03.
Let us see what we can do with it
.
First, some information that I rate important:
Then, let’s connect to SRO-LH-03 (our RODC) and have a look at the ADUC (Active Directory Users and Computers) MMC snap-in. The Active Directory database is read-only. Well, first surprise, even when logged on locally, the snap-in points to SRO-LH-01, which is a writeable domcin controller:
As I really want to open the AD from SRO-LH-03, I forced the snap-in to connect to SRO-LH-03. Very nice, the tool is showing that the server is a RODC (have a look in the DC Type column):
I selected SRO-LH-03 and got the following message popping up, which is fine:
Now the ADUC snap-in shows up and points to SRO-LH-03. If we expand the Domain Controllers container, we can see the three current domain controllers. Again SRO-LH-03 is marked as Read-Only:
To prove that the AD database on SRO-LH-03 is well read-only, I am not event able to create a new user account as the option is not even present. This is the situation when pointing to SRO-LH-03 (RODC):
and when pointing to SRO-LH-01 (writeable DC):
OK, so that was to verify the read-only state of the Active Directory database on SRO-LH-03.
Now, if we look at the properties of the SRO-LH-03 computer object in AD, there is a completely new tab, Password Replication Policy, and an enhanced one, Managed By:
First, the Managed By tab. This is where we can specify which (normally) non-administrative user or group can perform the actual on-site installation of the RODC (see my previous post for some information on the staged installation of the RODC):
Let’s put my regular (= non-admin) account as manager of the SRO-LH-03 RODC:
The tab Password Replication Policy is brand new. It enables the administrators to




Now you could ask yourself “What’s behind all these functionalities?”. Well, it is all about SECURITY. Remember that I said that RODC are perfectly suitable for branch deployment. The idea is that the RODC contains a full copy of the Active Directory database but in read only mode. Any write operation will be redirected to a writeable domain controller. So if the security of the server in the branch is compromised, it will not jeopardize the whole corporate AD.
Now even if the RODC would be hacked somehow, and if defined so (remember that by default, there is no password caching at all – you have to explicitly turn it on and specify for which accounts), it would only contain the password of the accounts of this site and not the passwords of all the accounts and certainly not the password of the administrative accounts, as these are excluded from password-caching. Should the RODC be tampered with, then you could easily retrieve the list of users for which the password was cached on this particular system (see above) and simply reset the password.
Having dealt with a largely-distributed domain controller base in the past, I am really excited by this RODC feature as it could have solved a lot of my nightmares.
Steve
In this post, we will see how to install a replica read-only domain controller to an existing Active Directory domain.
You will see that from an installation perpective, the process does not differ much from a standard domain controller installation.
The name of the domain is still SRO-LH.local.
I have installed a new server, SRO-LH-03 and run the command dcpromo.exe.
The first thing the process does is to check whether the ADDS binaries are installed on the server:
As this is is a brand new system, neither the ADDS role not the binaries are installed. So, this is taken care of:
Welcome screen of the ADDS Installation Wizard:
Yes, we want to add a new domain controller to an existing domain:
We have to specify the name of the domain in which we want to install the additional domain controller:
At this moment in time, I am logged on as a local administrator of the server and have therefore no right to perform the ADDS installation. For this reason, I specify some alternate credentials, i.e. the domain’s administrator credentials, by clicking on the Set… button:
Confirmation:
Then, we need to confirm the domain for this additional domain controller:
We also need to define in which Active Directory site the new domain controller will be put:
On this page, we explicitly specify that we want to make the server a RODC:
As per Microsoft Technet article, you can perform an installation of an RODC in which the installation is completed in two stages by different individuals.
During this first stage, the wizard records all data about the RODC that will be stored in the distributed Active Directory database, such as its domain controller account name and the site in which it will be placed. This stage must be performed by a member of the Domain Admins group. The administrator who creates the RODC account can also specify at that time which users or groups can complete the next stage of the installation.
The next stage of the installation can be performed in the branch office by any user or group who was delegated the right to complete the installation when the account was created. This stage does not require any membership in built-in groups, such as the Domain Admins group. If the user who creates the RODC account does not specify any delegate to complete the installation (and administer the RODC), only a member of the Domain Admins or Enterprise Admins groups can complete the installation.
During the second stage, the wizard installs AD DS on the server that will become the RODC and attaches the server to the domain account that was previously created for it. This stage typically occurs in the branch office where the RODC is deployed. During this stage, all AD DS data that resides locally, such as the database, log files, and so on, is created on the RODC itself.
At this point of the installation process, we can specify any group or user who will later be able to install and manage the RODC. As we are not in such deployment scenario, we leave the field empty:
The next step is about specifying the folders for the AD database, the log files and the SYStem VOLume:
Then, we specify the Directory Services Restore Mode (DSRM) password for the Domain Controller:
The wizard offers to review all the options selected and even provides a way to export the settings to an answer file for future re-use:
Finally, the actual installation and replication process starts. You also have the possibility to decide whether you want the server to reboot automatically at the end:
This concludes the installation of the RODC in itself.
Steve
As you might know, I am also an Apple-freak.
I have been reading a lot of reviews about Apple’s iPhone. But the one I liked the most for its completeness is to be found on Engadget.
Steve
Michael has a very nice post on the RODC role available in Windows Server 2008. The post provides usefull information on the features of RODC.
Steve