SlideShare a Scribd company logo
© Cengage Learning 2015
Active Directory’s Logical Structure
• Domain - The core structural unit of an Active
Directory
– Contains OUs and represents administrative,
security, and policy boundaries
• Small to medium companies usually have one
domain; larger companies may have several
domains to separate geographical regions or
administrative responsibilities
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
1
© Cengage Learning 2015
Active Directory’s Logical Structure
• A tree is a grouping of domains that share a
common naming structure
– Can consist of a parent domain and possibly one or
more child domains
• Forest - A collection of one or more Active
Directory trees that provide a common Active
Directory environment
– All domains in all trees can communicate and share
information
– Can consist of a single tree with a single domain, or it
can contain several trees, each with a hierarchy of
parent and child domains
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
2
© Cengage Learning 2015
MCSA Guide to Installing and Configuring
Windows Server 2012/R2, Exam 70-410
3
Figure 6-4 An Active Directory forest
© Cengage Learning 2015
Installing Active Directory
• The Windows Active Directory service is commonly
referred to as Active Directory Domain Services
(AD DS)
• To install AD DS, use Server Manager
• If DNS is not already present on the network, you
must install the DNS Server Role.
• After role is installed, you must configure Active
Directory
– Click the notifications flag in Server Manager and
click “Promote this server to a DC”
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
4
© Cengage Learning 2015
Installing Active Directory
• In the Deployment Configuration window, select
from these options:
– Add a domain controller to an existing domain
– Add a new domain to an existing forest
– Add a new forest (choose this if it is the first DC in
the network)
• Next, you’re prompted for the fully qualified
domain name (FQDN) for the new forest root
– An FQDN is a domain name that includes all parts of
the name
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
5
© Cengage Learning 2015
Installing Active Directory
• In the Domain Controller Options window you will:
– Choose the forest and domain functional levels
– Select domain controller capabilities
• Domain Name System (DNS) server
• Global Catalog (GC)
• Read only domain controller (RODC)
– Enter a password for Directory Services Restore
Mode (DSRM)
• A boot mode used to perform restore operations on
Active Directory if it becomes corrupted or parts of it
are deleted accidentally
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
6
© Cengage Learning 2015
MCSA Guide to Installing and Configuring
Windows Server 2012/R2, Exam 70-410
7
Figure 6-6 Choosing the forest and domain functional levels
© Cengage Learning 2015
Installing Active Directory
• In the DNS options window, you must:
– Create the DNS delegation, which allows Windows
to create the necessary records on the DNS server
for the new domain
• In the Path window, you:
– Specify the location of the Active Directory database,
log files, and SYSVOL folder
• Next, review your selections in the Review Options
window
• Windows then does a prerequisite check before
starting the Active Directory installation
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
8
© Cengage Learning 2015
MCSA Guide to Installing and Configuring
Windows Server 2012/R2, Exam 70-410
9
Figure 6-8 The Prerequisites Check window
© Cengage Learning 2015
Installing Additional Domain
Controllers in a Domain
• Microsoft recommends at least two DCs in every
domain
– For fault tolerance and load balancing
• Installing additional DC in an existing domain is not
unlike installing the first DC
– Biggest difference is that you select “Add a domain
controller to an existing domain” instead of “Add a
new forest”
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
10
© Cengage Learning 2015
Installing Additional Domain
Controllers in a Domain
• When a new DC is added, you need to know the
answers to the following questions:
– Should you install DNS?
– Should the DC be a global catalog (GC) server?
– Should this be a read only domain controller
(RODC)?
– In which site should the DC be located?
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
11
© Cengage Learning 2015
Installing a New Domain in an Existing
Forest
• Two variations to adding a domain to an existing
forest:
– Add a child domain - you’re adding a domain that
shares at least the top-level and second-level
domain name structure as an existing domain in the
forest
– Add a new tree - you’re adding a new domain with a
separate naming structure from any existing
domains in the forest
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
12
© Cengage Learning 2015
MCSA Guide to Installing and Configuring
Windows Server 2012/R2, Exam 70-410
13
Figure 6-9 Adding a new child domain in an existing forest
© Cengage Learning 2015
What’s Inside Active Directory
• Explore Active Directory using the Active Directory
Administrative Center (ADAC) or Active Directory
Users and Computers MMC
• Use ADAC to perform the following AD tasks:
– Create and manage users, group, and computer
accounts
– Manage OUs
– Connect to other domain controllers in the same or a
different domain
– Change the domain’s functional level and enable the
AD Recycle Bin
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
14
© Cengage Learning 2015
MCSA Guide to Installing and Configuring
Windows Server 2012/R2, Exam 70-410
15
Figure 6-15 The Active Directory Users and Computers MMC
© Cengage Learning 2015
The Active Directory Schema
• An object is a grouping of information that
describes a network resource
• The schema defines the type, organization, and
structure of data stored in the AD database
• Schema classes define the types of objects that
can be stored in Active Directory
• Schema attributes define what type of information
is stored in each object
• The information stored in each attribute is called
the attribute value
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
16
© Cengage Learning 2015
MCSA Guide to Installing and Configuring
Windows Server 2012/R2, Exam 70-410
17
Figure 6-16 Schema classes, schema attributes, and Active Directory objects
© Cengage Learning 2015
Active Directory Container Objects
• A container object contains other objects
– Used to organize and manage users and resources
on the network
– Can also act as administrative and security
boundaries
• Three container objects are found in AD:
– Organizational Units
– Folder Objects
– Domain objects
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
18
© Cengage Learning 2015
Organizational Units
• An OU is a primary container object for organizing
and managing resources in a domain
• OUs can organize multiple objects into logical
administrative groups that can be configured with
specific policies relevant to that group
• Authority of an OU can be delegated
• Nesting OUs can build a hierarchical Active
Directory structure that mimics the corporate
structure for easier object management
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
19
© Cengage Learning 2015
Folder Objects
• Five are created by default:
– Builtin - houses default groups created by Windows
– Computers - default location for computer accounts
created when a new computer or server becomes a
domain member
– Foreign Security Principals - contains user accounts
from other domains added as members of the local
domain’s groups
– Managed Service Accounts - created specifically for
services to access domain resources
– Users - Stores two default users (Administrator and
Guest) and several default groups
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
20
© Cengage Learning 2015
Domain Objects
• Core logical structure in AD, contains OU and
folder container objects, as well as leaf objects
• Larger companies may use multiple domains to
separate administration, define security
boundaries, and define policy boundaries
• Each domain object has a default GPO linked to it
that can affect all objects in the domain
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
21
© Cengage Learning 2015
Active Directory Leaf Objects
• A leaf object doesn’t contain other objects and
usually represents one of the following:
– Security account
– Network resource
– GPO
• Security account objects include users, groups,
and computers
• Network resource objects include servers, domain
controllers, file shares, printers, etc.
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
22
© Cengage Learning 2015
User Accounts
• User account object contains information such as
group memberships, account restrictions, profile
path, and dial-in permissions
• Authentication confirms a user’s identity
– The account is then assigned permissions and rights
• Local user account - authorized to access
resources only on that computer
• Domain user account - provides a single logon for
users to access all resources in the domain
• Windows creates two built-in user accounts
– Administrator and Guest
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
23
© Cengage Learning 2015
Groups
• A group object represents a collection of users with
common permissions or rights
• Permissions - define which resources users can
access and what level of access they have
• Right - specifies what types of actions a user can
perform on a computer or network
• Groups are used to assign members permissions
and rights
– More efficient than assigning permissions and rights
to each user separately
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
24
© Cengage Learning 2015
Computer Accounts
• A computer account object represents a computer
that’s a domain controller or domain member
– Used to identify, authenticate, and manage
computers in the domain
• Computer accounts are created automatically when
AD is installed on a server
• The computer account object’s name must match
the name of the computer that the account
represents
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
25
© Cengage Learning 2015
Other Leaf Objects
• Other leaf objects commonly created in AD:
– Contact - a person associated with the company but
not a network user
– Printer - represents a shared printer in the domain
– Shared folder - represents a shared folder on a
computer in the network
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
26
© Cengage Learning 2015
Locating Active Directory Objects
• Active Directory objects can be searched for using
the Find Users, Contacts, and Groups dialog box
• You can search a single domain or an entire
directory (all domains)
• Not all objects are available to all users
– Depends on the object’s security settings and its
container
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
27
© Cengage Learning 2015
Working with Forests, Trees, and
Domains
• Smaller organizations most likely focus on OUs
and their child objects
• Larger organizations might require an AD structure
composed of several domains, multiple trees, and
even a few forests
• The first domain controller creates more than just a
new domain, it also creates a new tree and the root
of a new forest
– May eventually become necessary to add domains
to the tree, create new trees or forests, and add sites
to the AD structure
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
28
© Cengage Learning 2015
Active Directory Replication
• Replication is the process of maintaining a consistent
database of information when the database is
distributed among several locations
• Intrasite replication - replication between domain
controllers in the same site
• Intersite replication- occurs between two or more sites
• Multimaster replication - used by AD for replacing AD
objects
• Knowledge Consistency Checker (KCC) runs on all
DCs to determine the replication topology
– Defines the domain controller path that AD changes flow
through and ensures no more than three hops exist
between any two DCs
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
29
© Cengage Learning 2015
Directory Partitions
• Directory partition - each section of an Active Directory
database
• There are five directory partition types in the AD database:
– Domain directory partition - contains all objects in a domain,
including users, groups, computers, OUs, and so forth
– Schema directory partition - contains information needed to
define AD objects and object attributes
– Global catalog partition - holds the global catalog, which is a
partial replica of all objects in the forest
– Application directory partition - used by applications and
services to hold information that benefits from
– Configuration partition - holds configuration information that can
affect the entire forest
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
30
© Cengage Learning 2015
Operations Master Roles
• Several operations in a forest require having a
single domain controller, called the operations
master, with sole responsibility for the function
• The first domain controller in the forest generally
takes on the role of the operations master
• If necessary, responsibility for these roles can be
transferred to another domain controller
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
31
© Cengage Learning 2015
Operations Master Roles
• 5 operations master roles referred to as Flexible
Single Master Operation (FSMO) roles:
– Schema Master
– Infrastructure master
– Domain Naming master
– RID master
– PDC Emulator master
• When removing DCs from a forest, be careful that
these roles are not removed from the network
accidentally
MCSA Guide to Installing and Configuring Windows Server
2012/R2, Exam 70-410
32

More Related Content

PDF
Oracle Enterprise Manager 12c: updates and upgrades.
DOCX
Windows Server Infrastructure Upgrade and Redesign at ELearning.docx
DOCX
Windows Server Infrastructure Upgrade and Redesign at ELearning. .docx
PPTX
Host Management active directory and domain services in windows server.pptx
PPTX
Chapter Two.pptx
PDF
Material modulo04 asf6501(6425-a_01)
DOCX
Windows Server Infrastructure Upgrade and Redesign at ELearning
PPTX
Microsoft Offical Course 20410C_02
Oracle Enterprise Manager 12c: updates and upgrades.
Windows Server Infrastructure Upgrade and Redesign at ELearning.docx
Windows Server Infrastructure Upgrade and Redesign at ELearning. .docx
Host Management active directory and domain services in windows server.pptx
Chapter Two.pptx
Material modulo04 asf6501(6425-a_01)
Windows Server Infrastructure Upgrade and Redesign at ELearning
Microsoft Offical Course 20410C_02

Similar to active dir of windows server 2000 series (20)

PDF
Mcsa certification 410
PPTX
Module 2- introduction to Active Directory Domain Servics.pptx
PPTX
MCSA (Window Server 2012) Training Gurgaon
DOCX
Windows Server Infrastructure Upgrade and Redesign at EchoSoft. .docx
PDF
E brochure it254_actived2012
PDF
10 tips for successful 12.2 upgrade
PPTX
Cause 2013: A Flexible Approach to Creating an Enterprise Directory
PPTX
teste
PDF
Presentation cloud management
PPT
Mcts chapter 3
PPTX
What's New in System Center 2012
PPTX
BITIC-27 Proyecto 3 BITIC 3 2022 Andres Labera ADDS.pptx
PPTX
Installing and Configuring Windows Server® 2012
PPTX
WIndows Server 2012
PPTX
20410 b 00
PDF
Enabling a Data Mesh Architecture with Data Virtualization
DOC
6416 c updating your network infrastructure and active directory technology...
PPTX
VMworld 2013: Vapp6124 automating v mware cloud and virtualization deployment...
PPTX
Обзор и практическое применение Dell Change Auditor
PPTX
Обзор и практическое применение Dell Change Auditor
Mcsa certification 410
Module 2- introduction to Active Directory Domain Servics.pptx
MCSA (Window Server 2012) Training Gurgaon
Windows Server Infrastructure Upgrade and Redesign at EchoSoft. .docx
E brochure it254_actived2012
10 tips for successful 12.2 upgrade
Cause 2013: A Flexible Approach to Creating an Enterprise Directory
teste
Presentation cloud management
Mcts chapter 3
What's New in System Center 2012
BITIC-27 Proyecto 3 BITIC 3 2022 Andres Labera ADDS.pptx
Installing and Configuring Windows Server® 2012
WIndows Server 2012
20410 b 00
Enabling a Data Mesh Architecture with Data Virtualization
6416 c updating your network infrastructure and active directory technology...
VMworld 2013: Vapp6124 automating v mware cloud and virtualization deployment...
Обзор и практическое применение Dell Change Auditor
Обзор и практическое применение Dell Change Auditor
Ad

Recently uploaded (20)

PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
Indian roads congress 037 - 2012 Flexible pavement
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
PDF
SOIL: Factor, Horizon, Process, Classification, Degradation, Conservation
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PDF
Computing-Curriculum for Schools in Ghana
PDF
IGGE1 Understanding the Self1234567891011
PDF
RMMM.pdf make it easy to upload and study
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
Empowerment Technology for Senior High School Guide
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
advance database management system book.pdf
PPTX
Digestion and Absorption of Carbohydrates, Proteina and Fats
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Hazard Identification & Risk Assessment .pdf
Paper A Mock Exam 9_ Attempt review.pdf.
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Indian roads congress 037 - 2012 Flexible pavement
History, Philosophy and sociology of education (1).pptx
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Practical Manual AGRO-233 Principles and Practices of Natural Farming
SOIL: Factor, Horizon, Process, Classification, Degradation, Conservation
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Computing-Curriculum for Schools in Ghana
IGGE1 Understanding the Self1234567891011
RMMM.pdf make it easy to upload and study
UNIT III MENTAL HEALTH NURSING ASSESSMENT
Empowerment Technology for Senior High School Guide
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
advance database management system book.pdf
Digestion and Absorption of Carbohydrates, Proteina and Fats
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Final Presentation General Medicine 03-08-2024.pptx
Hazard Identification & Risk Assessment .pdf
Ad

active dir of windows server 2000 series

  • 1. © Cengage Learning 2015 Active Directory’s Logical Structure • Domain - The core structural unit of an Active Directory – Contains OUs and represents administrative, security, and policy boundaries • Small to medium companies usually have one domain; larger companies may have several domains to separate geographical regions or administrative responsibilities MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 1
  • 2. © Cengage Learning 2015 Active Directory’s Logical Structure • A tree is a grouping of domains that share a common naming structure – Can consist of a parent domain and possibly one or more child domains • Forest - A collection of one or more Active Directory trees that provide a common Active Directory environment – All domains in all trees can communicate and share information – Can consist of a single tree with a single domain, or it can contain several trees, each with a hierarchy of parent and child domains MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 2
  • 3. © Cengage Learning 2015 MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 3 Figure 6-4 An Active Directory forest
  • 4. © Cengage Learning 2015 Installing Active Directory • The Windows Active Directory service is commonly referred to as Active Directory Domain Services (AD DS) • To install AD DS, use Server Manager • If DNS is not already present on the network, you must install the DNS Server Role. • After role is installed, you must configure Active Directory – Click the notifications flag in Server Manager and click “Promote this server to a DC” MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 4
  • 5. © Cengage Learning 2015 Installing Active Directory • In the Deployment Configuration window, select from these options: – Add a domain controller to an existing domain – Add a new domain to an existing forest – Add a new forest (choose this if it is the first DC in the network) • Next, you’re prompted for the fully qualified domain name (FQDN) for the new forest root – An FQDN is a domain name that includes all parts of the name MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 5
  • 6. © Cengage Learning 2015 Installing Active Directory • In the Domain Controller Options window you will: – Choose the forest and domain functional levels – Select domain controller capabilities • Domain Name System (DNS) server • Global Catalog (GC) • Read only domain controller (RODC) – Enter a password for Directory Services Restore Mode (DSRM) • A boot mode used to perform restore operations on Active Directory if it becomes corrupted or parts of it are deleted accidentally MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 6
  • 7. © Cengage Learning 2015 MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 7 Figure 6-6 Choosing the forest and domain functional levels
  • 8. © Cengage Learning 2015 Installing Active Directory • In the DNS options window, you must: – Create the DNS delegation, which allows Windows to create the necessary records on the DNS server for the new domain • In the Path window, you: – Specify the location of the Active Directory database, log files, and SYSVOL folder • Next, review your selections in the Review Options window • Windows then does a prerequisite check before starting the Active Directory installation MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 8
  • 9. © Cengage Learning 2015 MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 9 Figure 6-8 The Prerequisites Check window
  • 10. © Cengage Learning 2015 Installing Additional Domain Controllers in a Domain • Microsoft recommends at least two DCs in every domain – For fault tolerance and load balancing • Installing additional DC in an existing domain is not unlike installing the first DC – Biggest difference is that you select “Add a domain controller to an existing domain” instead of “Add a new forest” MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 10
  • 11. © Cengage Learning 2015 Installing Additional Domain Controllers in a Domain • When a new DC is added, you need to know the answers to the following questions: – Should you install DNS? – Should the DC be a global catalog (GC) server? – Should this be a read only domain controller (RODC)? – In which site should the DC be located? MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 11
  • 12. © Cengage Learning 2015 Installing a New Domain in an Existing Forest • Two variations to adding a domain to an existing forest: – Add a child domain - you’re adding a domain that shares at least the top-level and second-level domain name structure as an existing domain in the forest – Add a new tree - you’re adding a new domain with a separate naming structure from any existing domains in the forest MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 12
  • 13. © Cengage Learning 2015 MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 13 Figure 6-9 Adding a new child domain in an existing forest
  • 14. © Cengage Learning 2015 What’s Inside Active Directory • Explore Active Directory using the Active Directory Administrative Center (ADAC) or Active Directory Users and Computers MMC • Use ADAC to perform the following AD tasks: – Create and manage users, group, and computer accounts – Manage OUs – Connect to other domain controllers in the same or a different domain – Change the domain’s functional level and enable the AD Recycle Bin MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 14
  • 15. © Cengage Learning 2015 MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 15 Figure 6-15 The Active Directory Users and Computers MMC
  • 16. © Cengage Learning 2015 The Active Directory Schema • An object is a grouping of information that describes a network resource • The schema defines the type, organization, and structure of data stored in the AD database • Schema classes define the types of objects that can be stored in Active Directory • Schema attributes define what type of information is stored in each object • The information stored in each attribute is called the attribute value MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 16
  • 17. © Cengage Learning 2015 MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 17 Figure 6-16 Schema classes, schema attributes, and Active Directory objects
  • 18. © Cengage Learning 2015 Active Directory Container Objects • A container object contains other objects – Used to organize and manage users and resources on the network – Can also act as administrative and security boundaries • Three container objects are found in AD: – Organizational Units – Folder Objects – Domain objects MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 18
  • 19. © Cengage Learning 2015 Organizational Units • An OU is a primary container object for organizing and managing resources in a domain • OUs can organize multiple objects into logical administrative groups that can be configured with specific policies relevant to that group • Authority of an OU can be delegated • Nesting OUs can build a hierarchical Active Directory structure that mimics the corporate structure for easier object management MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 19
  • 20. © Cengage Learning 2015 Folder Objects • Five are created by default: – Builtin - houses default groups created by Windows – Computers - default location for computer accounts created when a new computer or server becomes a domain member – Foreign Security Principals - contains user accounts from other domains added as members of the local domain’s groups – Managed Service Accounts - created specifically for services to access domain resources – Users - Stores two default users (Administrator and Guest) and several default groups MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 20
  • 21. © Cengage Learning 2015 Domain Objects • Core logical structure in AD, contains OU and folder container objects, as well as leaf objects • Larger companies may use multiple domains to separate administration, define security boundaries, and define policy boundaries • Each domain object has a default GPO linked to it that can affect all objects in the domain MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 21
  • 22. © Cengage Learning 2015 Active Directory Leaf Objects • A leaf object doesn’t contain other objects and usually represents one of the following: – Security account – Network resource – GPO • Security account objects include users, groups, and computers • Network resource objects include servers, domain controllers, file shares, printers, etc. MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 22
  • 23. © Cengage Learning 2015 User Accounts • User account object contains information such as group memberships, account restrictions, profile path, and dial-in permissions • Authentication confirms a user’s identity – The account is then assigned permissions and rights • Local user account - authorized to access resources only on that computer • Domain user account - provides a single logon for users to access all resources in the domain • Windows creates two built-in user accounts – Administrator and Guest MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 23
  • 24. © Cengage Learning 2015 Groups • A group object represents a collection of users with common permissions or rights • Permissions - define which resources users can access and what level of access they have • Right - specifies what types of actions a user can perform on a computer or network • Groups are used to assign members permissions and rights – More efficient than assigning permissions and rights to each user separately MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 24
  • 25. © Cengage Learning 2015 Computer Accounts • A computer account object represents a computer that’s a domain controller or domain member – Used to identify, authenticate, and manage computers in the domain • Computer accounts are created automatically when AD is installed on a server • The computer account object’s name must match the name of the computer that the account represents MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 25
  • 26. © Cengage Learning 2015 Other Leaf Objects • Other leaf objects commonly created in AD: – Contact - a person associated with the company but not a network user – Printer - represents a shared printer in the domain – Shared folder - represents a shared folder on a computer in the network MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 26
  • 27. © Cengage Learning 2015 Locating Active Directory Objects • Active Directory objects can be searched for using the Find Users, Contacts, and Groups dialog box • You can search a single domain or an entire directory (all domains) • Not all objects are available to all users – Depends on the object’s security settings and its container MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 27
  • 28. © Cengage Learning 2015 Working with Forests, Trees, and Domains • Smaller organizations most likely focus on OUs and their child objects • Larger organizations might require an AD structure composed of several domains, multiple trees, and even a few forests • The first domain controller creates more than just a new domain, it also creates a new tree and the root of a new forest – May eventually become necessary to add domains to the tree, create new trees or forests, and add sites to the AD structure MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 28
  • 29. © Cengage Learning 2015 Active Directory Replication • Replication is the process of maintaining a consistent database of information when the database is distributed among several locations • Intrasite replication - replication between domain controllers in the same site • Intersite replication- occurs between two or more sites • Multimaster replication - used by AD for replacing AD objects • Knowledge Consistency Checker (KCC) runs on all DCs to determine the replication topology – Defines the domain controller path that AD changes flow through and ensures no more than three hops exist between any two DCs MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 29
  • 30. © Cengage Learning 2015 Directory Partitions • Directory partition - each section of an Active Directory database • There are five directory partition types in the AD database: – Domain directory partition - contains all objects in a domain, including users, groups, computers, OUs, and so forth – Schema directory partition - contains information needed to define AD objects and object attributes – Global catalog partition - holds the global catalog, which is a partial replica of all objects in the forest – Application directory partition - used by applications and services to hold information that benefits from – Configuration partition - holds configuration information that can affect the entire forest MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 30
  • 31. © Cengage Learning 2015 Operations Master Roles • Several operations in a forest require having a single domain controller, called the operations master, with sole responsibility for the function • The first domain controller in the forest generally takes on the role of the operations master • If necessary, responsibility for these roles can be transferred to another domain controller MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 31
  • 32. © Cengage Learning 2015 Operations Master Roles • 5 operations master roles referred to as Flexible Single Master Operation (FSMO) roles: – Schema Master – Infrastructure master – Domain Naming master – RID master – PDC Emulator master • When removing DCs from a forest, be careful that these roles are not removed from the network accidentally MCSA Guide to Installing and Configuring Windows Server 2012/R2, Exam 70-410 32

Editor's Notes

  • #2: Active Directory’s Logical Structure Domain - The core structural unit of an Active Directory Contains OUs and represents administrative, security, and policy boundaries Small to medium companies usually have one domain; larger companies may have several domains to separate geographical regions or administrative responsibilities
  • #3: Active Directory’s Logical Structure A tree is a grouping of domains that share a common naming structure Can consist of a parent domain and possibly one or more child domains Forest - A collection of one or more Active Directory trees that provide a common Active Directory environment All domains in all trees can communicate and share information Can consist of a single tree with a single domain, or it can contain several trees, each with a hierarchy of parent and child domains
  • #4: Figure 6-4 An Active Directory forest
  • #5: Installing Active Directory The Windows Active Directory service is commonly referred to as Active Directory Domain Services (AD DS) To install AD DS, use Server Manager If DNS is not already present on the network, you must install the DNS Server Role. After role is installed, you must configure Active Directory Click the notifications flag in Server Manager and click “Promote this server to a DC”
  • #6: Installing Active Directory In the Deployment Configuration window, select from these options: Add a domain controller to an existing domain Add a new domain to an existing forest Add a new forest (choose this if it is the first DC in the network) Next, you’re prompted for the fully qualified domain name (FQDN) for the new forest root An FQDN is a domain name that includes all parts of the name
  • #7: Installing Active Directory In the Domain Controller Options window you will: Choose the forest and domain functional levels Select domain controller capabilities Domain Name System (DNS) server Global Catalog (GC) Read only domain controller (RODC) Enter a password for Directory Services Restore Mode (DSRM) A boot mode used to perform restore operations on Active Directory if it becomes corrupted or parts of it are deleted accidentally
  • #8: Figure 6-6 Choosing the forest and domain functional levels
  • #9: Installing Active Directory In the DNS options window, you must: Create the DNS delegation, which allows Windows to create the necessary records on the DNS server for the new domain In the Path window, you: Specify the location of the Active Directory database, log files, and SYSVOL folder Next, review your selections in the Review Options window Windows then does a prerequisite check before starting the Active Directory installation
  • #10: Figure 6-8 The Prerequisites Check window
  • #11: Installing Additional Domain Controllers in a Domain Microsoft recommends at least two DCs in every domain For fault tolerance and load balancing Installing additional DC in an existing domain is not unlike installing the first DC Biggest difference is that you select “Add a domain controller to an existing domain” instead of “Add a new forest”
  • #12: Installing Additional Domain Controllers in a Domain When a new DC is added, you need to know the answers to the following questions: Should you install DNS? Should the DC be a global catalog (GC) server? Should this be a read only domain controller (RODC)? In which site should the DC be located?
  • #13: Installing a New Domain in an Existing Forest Two variations to adding a domain to an existing forest: Add a child domain - you’re adding a domain that shares at least the top-level and second-level domain name structure as an existing domain in the forest Add a new tree - you’re adding a new domain with a separate naming structure from any existing domains in the forest
  • #14: Figure 6-9 Adding a new child domain in an existing forest
  • #15: What’s Inside Active Directory Explore Active Directory using the Active Directory Administrative Center (ADAC) or Active Directory Users and Computers MMC Use ADAC to perform the following AD tasks: Create and manage users, group, and computer accounts Manage OUs Connect to other domain controllers in the same or a different domain Change the domain’s functional level and enable the AD Recycle Bin
  • #16: Figure 6-15 The Active Directory Users and Computers MMC
  • #17: The Active Directory Schema An object is a grouping of information that describes a network resource The schema defines the type, organization, and structure of data stored in the AD database Schema classes define the types of objects that can be stored in Active Directory Schema attributes define what type of information is stored in each object The information stored in each attribute is called the attribute value
  • #18: Figure 6-16 Schema classes, schema attributes, and Active Directory objects
  • #19: Active Directory Container Objects A container object contains other objects Used to organize and manage users and resources on the network Can also act as administrative and security boundaries Three container objects are found in AD: Organizational Units Folder Objects Domain objects
  • #20: Organizational Units An OU is a primary container object for organizing and managing resources in a domain OUs can organize multiple objects into logical administrative groups that can be configured with specific policies relevant to that group Authority of an OU can be delegated Nesting OUs can build a hierarchical Active Directory structure that mimics the corporate structure for easier object management
  • #21: Folder Objects Five are created by default: Builtin - houses default groups created by Windows Computers - default location for computer accounts created when a new computer or server becomes a domain member Foreign Security Principals - contains user accounts from other domains added as members of the local domain’s groups Managed Service Accounts - created specifically for services to access domain resources Users - Stores two default users (Administrator and Guest) and several default groups
  • #22: Domain Objects Core logical structure in AD, contains OU and folder container objects, as well as leaf objects Larger companies may use multiple domains to separate administration, define security boundaries, and define policy boundaries Each domain object has a default GPO linked to it that can affect all objects in the domain
  • #23: Active Directory Leaf Objects A leaf object doesn’t contain other objects and usually represents one of the following: Security account Network resource GPO Security account objects include users, groups, and computers Network resource objects include servers, domain controllers, file shares, printers, etc.
  • #24: User Accounts User account object contains information such as group memberships, account restrictions, profile path, and dial-in permissions Authentication confirms a user’s identity The account is then assigned permissions and rights Local user account - authorized to access resources only on that computer Domain user account - provides a single logon for users to access all resources in the domain Windows creates two built-in user accounts Administrator and Guest
  • #25: Groups A group object represents a collection of users with common permissions or rights Permissions - define which resources users can access and what level of access they have Right - specifies what types of actions a user can perform on a computer or network Groups are used to assign members permissions and rights More efficient than assigning permissions and rights to each user separately
  • #26: Computer Accounts A computer account object represents a computer that’s a domain controller or domain member Used to identify, authenticate, and manage computers in the domain Computer accounts are created automatically when AD is installed on a server The computer account object’s name must match the name of the computer that the account represents
  • #27: Other Leaf Objects Other leaf objects commonly created in AD: Contact - a person associated with the company but not a network user Printer - represents a shared printer in the domain Shared folder - represents a shared folder on a computer in the network
  • #28: Locating Active Directory Objects Active Directory objects can be searched for using the Find Users, Contacts, and Groups dialog box You can search a single domain or an entire directory (all domains) Not all objects are available to all users Depends on the object’s security settings and its container
  • #29: Working with Forests, Trees, and Domains Smaller organizations most likely focus on OUs and their child objects Larger organizations might require an AD structure composed of several domains, multiple trees, and even a few forests The first domain controller creates more than just a new domain, it also creates a new tree and the root of a new forest May eventually become necessary to add domains to the tree, create new trees or forests, and add sites to the AD structure
  • #30: Active Directory Replication Replication is the process of maintaining a consistent database of information when the database is distributed among several locations Intrasite replication - replication between domain controllers in the same site Intersite replication- occurs between two or more sites Multimaster replication - used by AD for replacing AD objects Knowledge Consistency Checker (KCC) runs on all DCs to determine the replication topology Defines the domain controller path that AD changes flow through and ensures no more than three hops exist between any two DCs
  • #31: Directory Partitions Directory partition - each section of an Active Directory database There are five directory partition types in the AD database: Domain directory partition - contains all objects in a domain, including users, groups, computers, OUs, and so forth Schema directory partition - contains information needed to define AD objects and object attributes Global catalog partition - holds the global catalog, which is a partial replica of all objects in the forest Application directory partition - used by applications and services to hold information that benefits from Configuration partition - holds configuration information that can affect the entire forest
  • #32: Operations Master Roles Several operations in a forest require having a single domain controller, called the operations master, with sole responsibility for the function The first domain controller in the forest generally takes on the role of the operations master If necessary, responsibility for these roles can be transferred to another domain controller
  • #33: Operations Master Roles 5 operations master roles referred to as Flexible Single Master Operation (FSMO) roles: Schema Master Infrastructure master Domain Naming master RID master PDC Emulator master When removing DCs from a forest, be careful that these roles are not removed from the network accidentally