Active Directory
Active Directory
System Administration
What is AD?
Why AD?
AD components
M. Rebwar Raees
M. Rebwar Raees 1
2/19/2019
Before directory services, If you needed a file, you needed to know the
name of the file, the name of the server on which it is stored and its
folder path. Now this works well on small network, but as the network
grows it becomes challenging.
Directory service is the means by which users and administrators can
locate resources regardless of where those resources are located.
Also earlier typical user could have more than one user account or
password, and as the network grows and the number of username and
password also increases, like one for File Server, one for email server,
etc.
M. Rebwar Raees
M. Rebwar Raees 2
2/19/2019
M. Rebwar Raees
M. Rebwar Raees 3
2/19/2019
M. Rebwar Raees
What is ADDS ?
AD DS stores directory data and manages communication between users and
domains, including user logon processes, authentication, and directory searches.
What is ADDS Server Role?
AD DS provides a distributed database that stores and manages information about
network resources and application-specific data from directory-enabled
applications.
Administrators can use AD DS to organize elements of a network, such as users,
computers, and other devices, into a hierarchical containment structure.
A database file – NTDS.dit
An Active Directory domain controller (DC) is a server that is running AD DS.
Active Directory is a multimaster database, information is automatically replicated between
multiple domain controllers.
M. Rebwar Raees
M. Rebwar Raees 4
2/19/2019
M. Rebwar Raees
M. Rebwar Raees 5
2/19/2019
• Read-Only Domain Controller (RODC): Contains a • Forests: Collections of domains that share a common
read-only copy of AD DS database. AD DS.
• Sites: Collections of users, groups, computers as • Organizational units (OUs): Organizes the elements
defined by their physical locations. Useful in planning found at a give site or domain for the purposes of
administrative tasks such as replication of the AD DS. securing them more selectively.
M. Rebwar Raees
DC:is a server with the AD DS server role installed that has specifically been
promoted to a domain controller
Allow administrative access to manage user accounts and network resources
Replicate updates to other domain controllers in the domain and forest
Provide authentication and authorization services
Host a copy of the AD DS directory store
Global catalog servers are domain controllers that also store a copy of the global
catalog
The Global Catalog GC:
Required for users to log on to a domain
Improves efficiency of object searches by avoiding unnecessary referrals to domain controllers
Contains a copy of all AD DS objects in a forest that includes only some of the attributes for each
object in the forest
M. Rebwar Raees
M. Rebwar Raees 6
2/19/2019
M. Rebwar Raees
M. Rebwar Raees 7
2/19/2019
M. Rebwar Raees
M. Rebwar Raees 8
2/19/2019
M. Rebwar Raees
M. Rebwar Raees 9
2/19/2019
Forest: contains one or more trees and one or more namespaces, Unlike
a tree, a forest can contain several disjointed namespaces.
All Domains in a Forest share:
Schema Forest contoso.msft
Configuration Tree
Global Catalog
nwtraders.msft sales.
contoso.msft
Tree
marketing. sales.
nwtraders.msft nwtraders.msft M. Rebwar Raees
Apply policies.
M. Rebwar Raees
M. Rebwar Raees 10
2/19/2019
M. Rebwar Raees
M. Rebwar Raees 11