Scheduling Tasks on a Windows Server

Saturday, July 3rd, 2010 203 views

In a previous post, I explained an easy method for scheduling tasks on a Linux server using cron jobs. On a Windows server, there is a similar process that allows you to schedule programs to run at specified times. Task automation is a very important part of running a dedicated server because it minimizes the [...]

Determining FSMO Role Holders

Friday, October 9th, 2009 2,379 views

Windows 2000/2003 Active Directory domains utilize a Single Operation Master method called FSMO (Flexible Single Master Operation), as described in Understanding FSMO Roles in Active Directory. The five FSMO roles are: Schema master – Forest-wide and one per forest. Domain naming master – Forest-wide and one per forest. RID master – Domain-specific and one for [...]

Planning FSMO Roles in Active Directory

Friday, October 9th, 2009 3,127 views

Windows 2000/2003 Active Directory domains utilize a Single Operation Master method called FSMO (Flexible Single Master Operation), as described in Understanding FSMO Roles in Active Directory. In most cases an administrator can keep the FSMO role holders (all 5 of them) in the same spot (or actually, on the same DC) as has been configured [...]

Understanding FSMO Roles in Active Directory

Friday, October 9th, 2009 1,149 views

Windows 2000/2003 Multi-Master Model A multi-master enabled database, such as the Active Directory, provides the flexibility of allowing changes to occur at any DC in the enterprise, but it also introduces the possibility of conflicts that can potentially lead to problems once the data is replicated to the rest of the enterprise. One way Windows [...]

How to transfer some or all of the FSMO Roles from one DC to another?

Friday, October 9th, 2009 1,267 views

Have you seen the Microsoft Active Directory 70-640 Training video by Train Signal? I highly recommend this course, as you will learn much more than you will from any book. It includes new iPod/MP3 versions of the course (when you are on the go) and Transcender practice tests to help you prepare for certification. The [...]

Domain Naming Master Domain Controller role

Monday, May 11th, 2009 237 views

Welcome to the 15th installment of Learn Active Directory Design and Administration in 15 Minutes a Week, a weekly series aimed at current IT professionals preparing to write the new Windows Active Directory Design and Administration exams (70-219 and 70-217 respectively), as well as newcomers to the field who are trying to get a solid [...]

Five operation master roles in Window server 2003

Monday, May 11th, 2009 968 views

I) Forest-Wide Operations Master Roles Every Active Directory forest must have the following roles: ¦ Schema master ¦ Domain naming master These roles must be unique in the forest. This means that throughout the entire forest, there can be only one schema master and one domain naming master. 1) Schema Master Role The domain controller [...]