·
What can you do to promote a
server to DC if you're in a remote location with slow WAN link?
Best
solution in this scenario is to install DC from media, a new feature introduced
with windows 2003 server. You have to take the system state backup of current
Global Catalog server, burn it on the CD/DVD and send it to the destination
(remote location). On the remote server which needs to be promoted to be DC
restore files to Alternate Location and Run, type dcpromo /adv.
·
How do you view replication
properties for AD partitions and DCs?
By using replication monitor
Go to start > run > type repadmin
Go to start > run > type replmon
The Replmon graphical user interface (GUI) tool is
included when you install Windows Server 2003 Support Tools from the
product CD or from the Microsoft Download Center
·
What is the Global Catalog?
The global catalog
is a distributed data repository that contains a searchable, partial
representation of every object in every domain in a multidomain
Active Directory Domain Services (AD DS) forest. The global catalog
is stored on domain controllers that have been designated as global catalog
servers and is distributed through multimaster replication. Searches that are
directed to the global catalog are faster because they do not involve referrals
to different domain controllers.
A global catalog
is a domain controller that stores a copy of all Active Directory objects in a
forest. The global catalog stores a full copy of all objects in the directory
for its host domain and a partial copy of all objects for all other domains in
the forest, as shown in the following figure.
·
How do you view all the GCs in
the forest?
Global
Catalog in the NTDS Settings Properties dialog box in Active
Directory Sites and Services
DSQUERY server can be
used to locate global catalogs
To search the entire
forest
dsquery server -forest -isgc
To locate global catalogs
in your current (logon) domain
dsquery server –isgc
To locate global catalogs
in a specific domain
dsquery server -domain tech.cpandl.com -isgc
Here, you search for
global catalog servers in the tech.cpandl.com domain.
You can also search for
global catalog servers by site, but to do this, you must know the full site
name, and cannot use wildcards. For example, if you wanted to find all the
global catalog servers for Default-First-Site-Name, you would have to type
dsquery server –site Default-First-Site-Name .
The resulting output is a
list of DNs for global catalogs, such as
"CN=CORPSVR02,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=cpandl,DC=com"
·
Why not make all DCs in a large
forest as GCs?
The reason that all DCs
are not GCs to start is that in
large (or even Giant) forests the DCs would all have to hold
a reference to every object in the entire forest which could
be quite large and quite a replication burden
·
Talk about GCs and Universal
Groups.
Universal
Groups
Universal groups allow users (and groups) from
multiple domains to have membership in a single group that is available
throughout the Active Directory forest. This is useful in a forest with
multiple Active Directory domains to simplify resource access permissions. If
users or groups from different domains need access to resources that are
located in multiple domains, a universal group can be used to allow for that
access.
·
Describe the time synchronization
mechanism in AD.
Time protocols
determine how closely two computers’ clocks are synchronized. A time protocol
is responsible for determining the best available time information and
converging the clocks to ensure that a consistent time is maintained on
separate systems.
The Windows Time
service uses the Network Time Protocol (NTP) to help synchronize time across a
network. NTP is an Internet time protocol that includes the discipline
algorithms necessary for synchronizing clocks. NTP is a more accurate time
protocol than the Simple Network Time Protocol (SNTP) that is used in some
versions of Windows; however W32Time continues to support SNTP to enable
backward compatibility with computers running SNTP-based time services, such as
Windows 2000.
·
What is ADSIEDIT? What is NETDOM?
What is REPADMIN?
ADSIEdit is a Microsoft Management Console (MMC) snap-in that acts as
a low-level editor for Active Directory. It is a Graphical User Interface (GUI)
tool. Network administrators can use it for common administrative tasks such as
adding, deleting, and moving objects with a directory service. The attributes
for each object can be edited or deleted by using this tool. ADSIEdit uses the
ADSI application programming interfaces (APIs) to access Active Directory. The
following are the required files for using this tool:
· ADSIEDIT.DLL
· ADSIEDIT.MSC
Replmon is the first tool you should use when troubleshooting Active
Directory replication issues. As it is a graphical tool, replication issues are
easy to see and somewhat easier to diagnose than using its command line
counterparts
NETDOM is a command-line tool that allows management of Windows
domains and trust relationships. It is used for batch management of trusts,
joining computers to domains, verifying trusts, and secure channels
·
What is DCDIAG? When would you
use it?
This command-line
tool analyzes the state of one or all domain controllers in a forest and
reports any problems to assist in troubleshooting. DCDiag.exe consists of a
variety of tests that can be run individually or as part of a suite to verify
domain controller health.
·
What are sites? What are they
used for?
Sites in Active
Directory® represent the physical structure, or topology, of your network.
Active Directory uses topology information, stored as site and site link
objects in the directory, to build the most efficient replication topology. You
use Active Directory Sites and Services to define sites and site links. A site
is a set of well-connected subnets. Sites differ from domains; sites represent
the physical structure of your network, while domains represent the logical
structure of your organization.
·
What's the difference between a
site link's schedule and interval?
Schedule enables you to list
weekdays or hours when the site link is available for replication to happen in
the give interval. Interval is the re occurrence of the inter site replication
in given minutes. It ranges from 15 - 10,080 mins. The default interval is 180
mins.
·
What is the KCC?
The KCC is a
built-in process that runs on all domain controllers. It is a dynamic-link
library that modifies data in the local directory in response to systemwide
changes, which are made known to the KCC by changes to the data within Active
Directory. The KCC generates and maintains the replication topology for
replication within sites and between sites.
The KCC has two
major functions:
·
Configures replication connections (connection objects) between
domain controllers. Each connection object defines incoming replication from a
replication partner. Within a site, each KCC generates its own connections. For
replication between sites, a single KCC per site generates all connections
between sites.
·
Converts the connection objects that represent inbound replication
to the local domain controller into the replication agreements that are
actually used by the replication engine.
By default, the
KCC reviews and makes modifications to the Active Directory replication
topology every 15 minutes to ensure propagation of data, either directly
or transitively, by creating and deleting connection objects as needed. The KCC
recognizes changes that occur in the environment and ensures that domain
controllers are not orphaned in the replication topology.
·
What is the ISTG? Who has that
role by default?
Intersite Topology Generator (ISTG), which is
responsible for the connections among the sites. By default Windows 2003 Forest
level functionality has this role. By Default the first Server has this role.
If that server can no longer preform this role then the next server with the highest GUID then
takes over the role of ISTG
·
What is GPO?
Group Policy is
simply the easiest way to reach out and configure computer and user settings on
networks based on Active Directory Domain Services (AD DS). If your business is
not using Group Policy, you are missing a huge opportunity to reduce costs,
control configurations, keep users productive and happy, and harden security.
Think of Group Policy as “touch once, configure many.”
·
Describe the way GPO is applied
throughout the domain
Group Policy
settings are processed in the following order:
- Local Group
Policy object—Each computer has exactly one Group
Policy object that is stored locally. This processes for both computer and
user Group Policy processing.
- Site—Any GPOs that
have been linked to the site that the computer belongs to are processed
next. Processing is in the order that is specified by the administrator,
on the Linked Group
Policy Objects tab
for the site in Group Policy Management Console (GPMC). The GPO with the
lowest link order is processed last, and therefore
has the highest precedence.
- Domain—Processing of
multiple domain-linked GPOs is in the order specified by the
administrator, on the Linked Group
Policy Objects tab
for the domain in GPMC. The GPO with the lowest link order is processed last, and therefore
has the highest precedence.
- Organizational
units—GPOs that are linked to the organizational unit that is
highest in the Active Directory hierarchy are processed first, then GPOs
that are linked to its child organizational unit, and so on. Finally, the
GPOs that are linked to the organizational unit that contains the user or
computer are processed.
At the level of each organizational unit in the Active Directory
hierarchy, one, many, or no GPOs can be linked. If several GPOs are linked
to an organizational unit, their processing is in the order that is specified
by the administrator, on the Linked Group
Policy Objects tab
for the organizational unit in GPMC. The GPO with the lowest link order is processed last, and therefore
has the highest precedence.
·
What can you do to prevent
inheritance from above?
If multiple GPOs
attempt to set a setting to conflicting values, the GPO with the highest
precedence sets the setting. GPO processing is based on a last writer wins
model, and GPOs that are processed later have precedence over GPOs that are
processed sooner. Group Policy objects are processed according to the following
order:
- The local
Group Policy object (LPGO) is applied.
- GPOs linked
to sites.
- GPOs linked
to domains
- GPOs linked
to organizational units. In the case of nested organizational units, GPOs
associated with parent organizational units are processed prior to GPOs
associated with child organizational units.
How can you override blocking of
inheritance?
To enforce the
Group Policy settings in a specific GPO, you can specify the No Override option. If you specify this option,
policy settings in GPOs that are in lower-level Active Directory containers
cannot override the policy. For example, if you define a GPO at the domain
level, and you specify the No Override option, the policies that the GPO
contains apply to all organizational units in that domain. Lower-level
organizational units will not override the policy applied at the domain level.
To block
inheritance of Group Policy from parent Active Directory containers, you can
specify the Block inheritance option. For example, if you specify
the Block inheritance option for an organizational unit, it
prevents the application of policy at that level from higher-level Active
Directory containers such as a higher-level organizational unit or domain.
Be aware that the No Override option always takes precedence over
the Block inheritance option.
A local GPO cannot
specify the No Override or Block inheritance option.
·
Name some of the major changes in
GPO in Windows Server 2008.
The following
changes are available in Windows Server® 2008 R2 and in
Windows® 7 with Remote Server Administration Tools (RSAT):
What are ADM files? What replaced
them in Windows Server 2008?
An ADM
template is a file that is designed to be used within Group Policy to define a
Registry setting and its’ value. There are 5 default ADM templates that come
with Windows Server 2003 and XP, but these files can only handle so many
Registry settings. If you want to have more Registry settings available in your
GPO, then you have an option of creating a custom ADM template
Since Windows Server 2008/Vista/7 do not
use ADM templates, what would happen when you try to mix custom ADM templates
and ADMX/ADML files?
The ADMX/ADML files will generate the
default GPO settings that fall under Administrative Templates. The custom ADM
templates that reside in the ADMs folder under the GPOs sysvol location will
show up under the Classic Administrative Templates (ADM) folder, which is
located under the Administrative Templates nodes in the GPO editor
What are GPO Preferences?
Open the GPMC. To open the GPMC,
click Start,
click Administrative
Tools, and then click Group Policy
Management.
In the GPMC console tree, expand Group Policy Objects in the forest and domain containing
the GPO that you want to edit.
Right-click the GPO that you
want to edit, and then click Edit.
In the console tree, expand Computer Configuration or User Configuration,
expand Preferences,
and then expand or click items as needed. Click an item in the console tree to
view the associated settings in the details pane.