Licence
Creative Commons License

This work by Stephane KATTOOR is licensed under a Creative Commons Attribution 3.0 Unported License.
Feeling like tipping ?
If you find this blog useful, you might consider sending a few bitcoins to support it : 1BTtsC3beGJ6ysd8DhrXjdo6jVw5WD9mvY
RSS
 
RSS Feed
Follow me !
Tech@Sakana on Facebook
Search this site

Newsletter

Get latest posts by email (No spam, only posts):

Enter your email address:

Delivered by FeedBurner

Categories
Monthly archives
August 2006
M T W T F S S
« Jul   Sep »
 123456
78910111213
14151617181920
21222324252627
28293031  
Month: August 2006
Active Directory : PDC Emulator FSMO role - August 19, 2006 by Stephane Kattoor

In an Active Directory Domain, there is a special Domain Controller which holds the FSMO Role “PDC Emulator”.

As its name suggests, it is there to ease migration from NT 4 domains to Active Directory 2000 and up domains by letting this PDC Emulator DC behave like a NT4 Primary Domain Controller. This allows to keep running NT4 BDC (Backup Domain Controllers) and NT4 Clients while you migrate core DCs to Windows 2000 and up.

However, if you think the PDC Emulator is useless if you have no NT4 component in your infrastructure… you’re wrong !

It serves many other different purposes :

  • When you use GPMC to modify a GPO (Global Policy Object), GPMC will by default perform the modification on the DC holding the PDC Emulator role. This prevents two administrators making conflicting modifications on the same GPO
  • The PDC Emulator is responsible of keeping the time synchronized on all the DCs
  • When a password is changed on a DC, this is immediately replicated to the DC holding the PDC Emulator role, and then according to the normal replication scheduling, on the other DCs. When a user fails to authenticate on a DC, this DC will immediately check with the PDC Emulator to know if this failure is due to a password change not yet replicated if it is the case, and the authentication matches the new one, then the authentication succeeds. This reduces the latency for a password change to take effect.

To make it short, even in a full Windows 2000 and up Domain, the PDC Emulator role is one of the most important ones …

Fun with google maps - August 9, 2006 by Stephane Kattoor

I’ve written 2 sample applications to demonstrate how easy it is to use the API v2 of Google Maps.

I was honnestly surprised to see how easy it actually is… Have a look at the source of the pages and see for yourself ;-)

read this entry »

Who am I ?
Ads