Windows
Server 2003 Active Directory - Advanced
This section assumes that a working knowledge of Active Directory. If
you are not familiar with Forest, Trees and OU's then check out the Active Directory - Intro
- if you are up to speed on the basics then read on.
My twin goals are to give you configuration tips and provide background
information before you deploy Active Directory. My greatest wish is that you will be
able to make informed decisions for yourself.
Topics
The Forest is the highest level in Active Directory. Logically, a
forest is a collection of domains all joined by parent child trusts. Another
way is to think of a forest as a group of trees branching from a root domain.
From a technical standpoint, all objects in the forest share the same schema
definitions.
What is new in Server 2003 is that you can have trusts between different
forests, this was not possible in Windows 2000. Microsoft are making it
easy for companies who merge or take over smaller organizations.
The domain remains the basic unit of Active Directory. From a technical point of view, domains are the security boundary
of Active Directory. From a practical point of view this means that that security policies
set in at the domain cannot be changed at the OU level.
Users do not need to know which tree, forest or even OU that they belong to,
but they should know which domain to select at logon. The modern way for a
user to
logon is to enter their User Principle Name (UPN) in the domain logon box.
The UPN name looks like an email address; for
example guyt@CP.com.
Domain controller need to replicate directory information with all other domain controllers in
their own domain. If this replications is slow or chokes a slow link, then
first try separate sites, if that solution does not work then consider separate
domains in each geographic location.
When planning your Active Directory, divide and rule is a good maxim.
Learn from the mistakes of NT 4.0 where there were too many domains. With
Active Directory keep to a few domains, but create lots of OU's which you then
delegate. The trick is to keep overall control, harness the benefits of
belonging to a domain, while allowing local administrators to create users, and
reset passwords.
With installations, 7 minutes of planning will save an hour for rework. The
secret of troubleshooting Active Directory installs is mastering DNS. I
find NSLookup invaluable, also Ipconfig's new switches /registerdns and /flushdns
are handy.
Procedure for creating
a Domain Controller
The key to success is preparation. Decide your DNS and enter the name in the Computer Name Tab in the System
Icon (Windows Key
+ Pause). Whilst
this section deals with the nuts and bolts of an installation, take care to
design your Active Directory forest, for example, account naming strategy, top
level OUs, group policies.
Now you are ready to run DCPROMO.
DCPROMO decisions
To call for the Active Directory Installation Wizard, Start, Run DCPROMO and
answer these questions:
- New Domain - or Replica (another DC in the same domain)
- Domain Tree in existing forest - or New Domain Tree
- Domain in New Forest
Active Directory Training. As an MCT trainer, I can thoroughly recommend
TrainSignal because they provide practical hands on
training. In particular, I like the way that TrainSignal cover all learning methods, instructor lead, video and of course text material. You can either take one module, for example Active Directory or go for
a combination of modules.
See more about Active Directory training
The physical structure of Active Directory is much like sites in Exchange.
Firstly sites are completely independent of the Domain and Tree logical structure. Secondly sites are defined by the subnet that the servers are on. Thirdly you
need to create and configure a site connector to join and synchronise Active Directory between different sites.
Windows 2003 uses a change notification system to keep all the domain
controllers synchronised. When you have more than one domain controller
there will be a delay of 15 seconds in changes reaching the other partners at the
same site. (Reduced from 5 minutes in Windows 2000)
The reasons for creating a second site would include, slow network links and
the desire to control directory replication. The site connectors allow you
to control the intervals between replication, the default is 3 hours. Do
remember to create subnet objects and to associate them with the appropriate
sites. While Windows 2003 clients automatically work out which subnet they
are in, you have to manually assign the server the correct IP and use the Active Directory Sites and Subnets snap-in to configure the server object.
Note that you can install the tools below and run from an XP machine.
What you need is Adminpak.msi from the Server CD. If your adminpak does
not work on your client machine, check Microsoft's web site. There are a
number of permutations of W2K3, W2K, XP, and W2K Professional, fortunately
Microsoft have a tool for each combination. If all else fails, then Remote
Desktop into the server from the client.
Three basic Active Directory Tools
- Active Directory Users and Computers - Create and manage accounts
- Active Directory Sites and Services - Create Sites and Subnets
- Active Directory Domains and Trusts - Rare job creating trusts.
Three advanced utilities
- Active Directory Replication Monitor - Support tools from the CD
- ADSI - Support tools from the CD
- Schema Snap-in. Run regsvr32 schmmgmt.dll, the Active Directory Schema snap-in will now available in the MMC or Administrative
programs
Check list for further investigation
- Active Directory Sites and Services. (Administrative Tools)
- Global Catalog servers
- Locations especially with printers
- Active Directory Connections
- Kerberos Security
- Switching from Raise Forest Functions Level (Formerly Mixed and Native Mode
See Also
|