SlideShare a Scribd company logo
MCTS Guide to Configuring
 Microsoft Windows Server 2008
       Active Directory


Chapter 3: Introducing Active Directory
Objectives
• Describe the role of a directory service and the
  physical and logical Active Directory structure
• Install Active Directory
• Describe the main Active Directory objects
• Explain configuring and applying group policies




 MCTS Windows Server 2008 Active Directory           2
The Role of a Directory Service
• A network directory service stores information
  about a computer network and offers features for
  retrieving and managing that information.
• Generally considered to be an administrative tool,
  but users make use of directory services to find
  resources
• Directory services provide a centralized
  management tool, but due to complexity, requires
  careful planning prior to setup


MCTS Windows Server 2008 Active Directory              3
Windows Active Directory
• First used by Windows 2000 Server
• Offers the following features:
    –   Hierarchical organization
    –   Centralized but distributed database
    –   Scalability
    –   Security
    –   Flexibility
    –   Policy-based administration




MCTS Windows Server 2008 Active Directory      4
Overview of the Active Directory Structure

• Physical structure
    – Consists of sites and servers configured as domain controllers
• Logical structure
    – Makes it possible to pattern the directory service’s look and feel
      after the organization in which it runs




MCTS Windows Server 2008 Active Directory                              5
Active Directory’s Physical Structure
• An Active Directory site is simply a physical
  location in which domain controllers communicate
  and replicate information regularly
• Each domain controller contains a full replica of the
  objects that make up the domain and is responsible
  for the following functions:
    – Storing a copy of the domain data and replicating changes to
      that data to all other domain controllers throughout the domain
    – Providing data search and retrieval functions for users
      attempting to locate objects in the directory
    – Providing authentication and authorization services for users
      who log on to the domain and attempt to access network
      resources

MCTS Windows Server 2008 Active Directory                               6
Active Directory’s Logical Structure
•   Organizational Units (OUs)
•   Domains
•   Trees
•   Forests




MCTS Windows Server 2008 Active Directory   7
Active Directory’s Logical Structure (cont.)

• The Organizational Unit (OU) is an Active Directory
  container used to organize a network’s users and
  resources into logical administrative units
• An OU contains Active Directory objects, such as:
    –   User accounts
    –   Groups
    –   Computer accounts
    –   Printers
    –   Shared folders
    –   Applications
    –   Servers
    –   Domain controllers

MCTS Windows Server 2008 Active Directory           8
Active Directory’s Logical Structure (cont.)




MCTS Windows Server 2008 Active Directory       9
Active Directory’s Logical Structure (cont.)

• 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




MCTS Windows Server 2008 Active Directory           10
Active Directory’s Logical Structure (cont.)




MCTS Windows Server 2008 Active Directory   11
Active Directory’s Logical Structure (cont.)

• 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
• Child domains can also have child domains




MCTS Windows Server 2008 Active Directory         12
Active Directory’s Logical Structure (cont.)




MCTS Windows Server 2008 Active Directory   13
Active Directory’s Logical Structure (cont.)

• Forest: A collection of one or more Active Directory
  trees. A forest 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
• Main purpose is to provide a common Active
  Directory environment, in which all domains in all
  trees can communicate and share information,
  while simultaneously allowing independent
  operation and administration


MCTS Windows Server 2008 Active Directory            14
Active Directory’s Logical Structure (cont.)




MCTS Windows Server 2008 Active Directory   15
Installing Active Directory
• To install AD DS on a full Windows Server 2008
  installation, use Server Manager
• If DNS is not already present on the network, you
  must install the DNS Server Role.
• Once the Server Manager wizard for installing
  Active Directory finishes, you must run
  dcpromo.exe




MCTS Windows Server 2008 Active Directory             16
Installing Active Directory (cont.)
• Dcpromo.exe steps to install:
    – Step 1: Existing domain or new domain
    – Step 2: Fully qualified domain name (FQDN) for new forest root
      domain
    – Step 3: Choose forest functional level
• The functional level is critical to the feature set available to
  administrators after install, as well as the software
  requirements for any other DCs
    – If you want backwards compatibility with older domain controllers on
      the network, choose Windows 2000 functional level
    – If you choose Windows Server 2008 functional level, you can’t run
      Windows Server 2003 or Windows 2000 domain controllers (but they
      can run as member servers)


MCTS Windows Server 2008 Active Directory                                    17
Installing Active Directory (cont.)
• After step 3, you have three additional options for
  the DC:
• Install DNS Server
    – Recommended for the first domain controller in a new domain
• Global Catalog
    – Selected by default (and can not be disabled) if the server is to
      be the first DC in a forest
• Read-only Domain Controller (RODC)
    – Not selected by default, and disabled for the first DC in the
      domain


MCTS Windows Server 2008 Active Directory                             18
Installing Active Directory (cont.)
• The sysvol folder is a shared folder that stores the
  information from Active Directory that’s replicated
  to other domain controllers
• Directory Services Restore Mode is used to
  perform restore operations on Active Directory if it
  becomes corrupted or parts of it are deleted
  accidentally.




MCTS Windows Server 2008 Active Directory                19
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
MCTS Windows Server 2008 Active Directory              20
The Active Directory Schema (cont.)




MCTS Windows Server 2008 Active Directory   21
Active Directory Container Objects
• Organizational Units
• Folder Objects
• Domain objects




MCTS Windows Server 2008 Active Directory   22
Organizational Units
• Primary container object for organizing and
  managing resources in a domain
• OUs can organize multiple objects into one
  administrative group 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


MCTS Windows Server 2008 Active Directory            23
Folder Objects
• Four created by default:
    – Builtin; Houses default groups created by Windows
    – Computers; The default location for computer accounts created
      when a new computer or server becomes a domain member
    – ForeignSecurityPrincipals; Initially empty but later contains user
      accounts from other domains added as members of the local
      domain’s groups
    – Users; Stores two default users (Administrator and Guest) and
      several default groups
• New folder objects cannot be created
• Administrative control can be delegated (except on
  builtin folder)
MCTS Windows Server 2008 Active Directory                             24
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




MCTS Windows Server 2008 Active Directory             25
Active Directory Leaf Objects
• User Accounts
    – Three types: Local, domain, and built-in
• Groups
    – Consists of users with common permissions
• Computer Accounts
    – Represents a computer that is a domain controller or domain
      member
• Other Leaf Objects:
    – Contact
    – Printer
    – Shared folder

MCTS Windows Server 2008 Active Directory                           26
Locating Active Directory Objects
• Active Directory objects can be searched for using
  the Find Users, Contacts, and Groups dialog box
• Can search a single domain or an entire directory
  (all domains)
• Not all objects are available to all users




MCTS Windows Server 2008 Active Directory              27
Introducing Group Policies
• A Group Policy Object (GPO) is a list of settings
  that administrators use to configure user and
  computer operating environments remotely.
• Installing Active Directory creates two GPO’s by
  default:
    – Default Domain Policy
    – Default Domain Controllers Policy




MCTS Windows Server 2008 Active Directory             28
Introducing Group Policies (cont.)
• You can edit existing GPO’s (including defaults)
  and create and manage GPO’s by using the Group
  Policy Management MMC
• Two nodes for every GPO:
    – Computer Configuration; Used to set policies that apply to
      computers within the GPO’s scope
    – User Configuration; Used to set policies that apply to all users
      within the GPO’s scope




MCTS Windows Server 2008 Active Directory                                29
Introducing Group Policies (cont.)




MCTS Windows Server 2008 Active Directory   30
The Computer Configuration Node
• Software Settings
    – Enables Administrators to install and manage applications
      remotely
• Windows Settings
    – Contains Scripts extension, Security Settings node, and the
      Policy-based QoS node
• Administrative Templates
    – Contains the Control Panel, Network, Printers, System, and
      Windows Components folders.




MCTS Windows Server 2008 Active Directory                           31
Introducing Group Policies (cont.)




MCTS Windows Server 2008 Active Directory   32
Introducing Group Policies (cont.)




MCTS Windows Server 2008 Active Directory   33
Introducing Group Policies (cont.)




MCTS Windows Server 2008 Active Directory   34
The User Configuration Node
• Policies folder contains the same three folders as in the
  Computer Configuration node, but policies defined here
  affect domain users within the GPO’s scope, regardless of
  which computer the user logs on to.
• Software Settings
    – Can assign or publish application packages
• Windows Settings – Contains six items
    –   Remote Installation Services
    –   Scripts extension
    –   Security Settings node
    –   Folder Redirection node
    –   Policy based QoS node
    –   Internet Explorer Maintenance node
• Administrative templates
MCTS Windows Server 2008 Active Directory                     35
How Group Policies Are Applied
• GPO’s can be applied in four places:
    –   Local Computer
    –   Site
    –   Domain
    –   Organizational Unit
• Policies are applied in the above order
    – Policies that are not defined or configured are not applied at all
    – Last policy to be defined takes precedence; If a policy is
      defined at the domain level and OU level, then the OU level’s
      setting is the one applied



MCTS Windows Server 2008 Active Directory                              36
Chapter Summary
• A directory service is a database that stores
  network resource information and can be used to
  manage users, computers, and resources
  throughout the network.
• Active Directory is a hierarchical, distributed
  database that’s scalable, secure, and flexible.
  Active Directory’s physical structure is composed of
  sites and domain controllers, and the logical
  structure is composed of organizational units,
  domains, trees, and forests.

MCTS Windows Server 2008 Active Directory           37
Chapter Summary (cont.)
• Server manager installs the Active Directory
  Domain Services role. Once Server Manager is
  finished, dcpromo.exe is used to finish installation.
• The data in Active Directory is organized as
  objects. Available objects and their structure are
  defined by the Active Directory schema, which is
  composed of schema classes and schema
  attributes. The data in a schema attribute is called
  an attribute value


MCTS Windows Server 2008 Active Directory                 38
Chapter Summary (cont.)
• Two types of objects in AD: Container objects and
  leaf objects
• Leaf objects generally represent security accounts,
  network resources, and GPOs
• Active Directory objects can be located easily with
  search functions in Active Directory Users and
  Computers and Windows Explorer
• GPOs are lists of settings that enable
  administrators to configure user and computer
  operating environments remotely

MCTS Windows Server 2008 Active Directory           39
Chapter Summary (cont.)
• Policies defined in the Computer Configuration
  node affect all computers in the Active Directory
  container to which the GPO is linked. Policies
  defined in the User Configuration node affect all
  users in the Active Directory container to which the
  GPO is linked.




MCTS Windows Server 2008 Active Directory            40

More Related Content

What's hot

Chapter14 Windows Server 2003 Security Features
Chapter14      Windows  Server 2003  Security  FeaturesChapter14      Windows  Server 2003  Security  Features
Chapter14 Windows Server 2003 Security Features
Raja Waseem Akhtar
 
Chapter02 Managing Hardware Devices
Chapter02      Managing  Hardware  DevicesChapter02      Managing  Hardware  Devices
Chapter02 Managing Hardware Devices
Raja Waseem Akhtar
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
David J Rosenthal
 
Windows 2008 basics
Windows 2008 basicsWindows 2008 basics
Windows 2008 basics
anilinvns
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services
202066
 
WINDOWS SERVER 2008
WINDOWS SERVER 2008WINDOWS SERVER 2008
WINDOWS SERVER 2008
Tawose Olamide Timothy
 
Chapter10 Server Administration
Chapter10     Server  AdministrationChapter10     Server  Administration
Chapter10 Server Administration
Raja Waseem Akhtar
 
MCSA Installing & Configuring Windows Server 2012 70-410
MCSA Installing & Configuring Windows Server 2012 70-410MCSA Installing & Configuring Windows Server 2012 70-410
MCSA Installing & Configuring Windows Server 2012 70-410
omardabbas
 
Final domain control policy
Final domain control policy  Final domain control policy
Final domain control policy
BhagyashriJadhav16
 
Material modulo01 asf6501(6419-a_01)
Material   modulo01 asf6501(6419-a_01)Material   modulo01 asf6501(6419-a_01)
Material modulo01 asf6501(6419-a_01)
JSantanderQ
 
Material modulo02 asf6501(6425-b_01)
Material   modulo02 asf6501(6425-b_01)Material   modulo02 asf6501(6425-b_01)
Material modulo02 asf6501(6425-b_01)
JSantanderQ
 
Designing the active directory logical structure
Designing the active directory logical structureDesigning the active directory logical structure
Designing the active directory logical structure
John Carlo Catacutan
 
MCITP
MCITPMCITP
MCITP
Naqib Khan
 
Administer Active Directory
Administer Active DirectoryAdminister Active Directory
Administer Active Directory
Hameda Hurmat
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 ppt
Raj Solanki
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02
gameaxt
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guide
webhostingguy
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
Timothy Chen
 
Asish verma
Asish vermaAsish verma
Asish verma
Asish Verma
 
Introduction_of_ADDS
Introduction_of_ADDSIntroduction_of_ADDS
Introduction_of_ADDS
Harsh Sethi
 

What's hot (20)

Chapter14 Windows Server 2003 Security Features
Chapter14      Windows  Server 2003  Security  FeaturesChapter14      Windows  Server 2003  Security  Features
Chapter14 Windows Server 2003 Security Features
 
Chapter02 Managing Hardware Devices
Chapter02      Managing  Hardware  DevicesChapter02      Managing  Hardware  Devices
Chapter02 Managing Hardware Devices
 
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by AtidanMicrosoft Windows Server 2012 R2 Overview - Presented by Atidan
Microsoft Windows Server 2012 R2 Overview - Presented by Atidan
 
Windows 2008 basics
Windows 2008 basicsWindows 2008 basics
Windows 2008 basics
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services
 
WINDOWS SERVER 2008
WINDOWS SERVER 2008WINDOWS SERVER 2008
WINDOWS SERVER 2008
 
Chapter10 Server Administration
Chapter10     Server  AdministrationChapter10     Server  Administration
Chapter10 Server Administration
 
MCSA Installing & Configuring Windows Server 2012 70-410
MCSA Installing & Configuring Windows Server 2012 70-410MCSA Installing & Configuring Windows Server 2012 70-410
MCSA Installing & Configuring Windows Server 2012 70-410
 
Final domain control policy
Final domain control policy  Final domain control policy
Final domain control policy
 
Material modulo01 asf6501(6419-a_01)
Material   modulo01 asf6501(6419-a_01)Material   modulo01 asf6501(6419-a_01)
Material modulo01 asf6501(6419-a_01)
 
Material modulo02 asf6501(6425-b_01)
Material   modulo02 asf6501(6425-b_01)Material   modulo02 asf6501(6425-b_01)
Material modulo02 asf6501(6425-b_01)
 
Designing the active directory logical structure
Designing the active directory logical structureDesigning the active directory logical structure
Designing the active directory logical structure
 
MCITP
MCITPMCITP
MCITP
 
Administer Active Directory
Administer Active DirectoryAdminister Active Directory
Administer Active Directory
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 ppt
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guide
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
 
Asish verma
Asish vermaAsish verma
Asish verma
 
Introduction_of_ADDS
Introduction_of_ADDSIntroduction_of_ADDS
Introduction_of_ADDS
 

Similar to Mcts chapter 3

Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)
Ankit Kumar
 
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdfchapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
KhadijaTahir29
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptx
JavedAjmal1
 
Active directoryfinal
Active directoryfinalActive directoryfinal
Active directoryfinal
Rafał Kucharski
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and security
Dhani Ahmad
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx
AdiWidyanto2
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptx
MeriemBalhaddad
 
Database Administration, Management & Security.pptx
Database Administration, Management & Security.pptxDatabase Administration, Management & Security.pptx
Database Administration, Management & Security.pptx
SaqibKhan60365
 
09 - Active Directory.ppt
09 - Active Directory.ppt09 - Active Directory.ppt
09 - Active Directory.ppt
ssuserf7cd2b
 
ADDS (Active directory Domain Service) in side server
ADDS (Active directory Domain Service) in side serverADDS (Active directory Domain Service) in side server
ADDS (Active directory Domain Service) in side server
BilalMehmood44
 
Chapter08 -- network operating systems and windows server 2003-based networking
Chapter08  -- network operating systems and windows server 2003-based networkingChapter08  -- network operating systems and windows server 2003-based networking
Chapter08 -- network operating systems and windows server 2003-based networking
Raja Waseem Akhtar
 
active dir of windows server 2000 series
active dir of windows server 2000 seriesactive dir of windows server 2000 series
active dir of windows server 2000 series
Shama Gondal
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptx
syedasadraza13
 
Introduction to System and network administrations
Introduction to System and network administrationsIntroduction to System and network administrations
Introduction to System and network administrations
girmayou1
 
Oracle administration classes in mumbai
Oracle administration classes in mumbaiOracle administration classes in mumbai
Oracle administration classes in mumbai
Vibrant Technologies & Computers
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9
APSU
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9
APSU
 
Active Directory
Active DirectoryActive Directory
Active Directory
Jessica Henderson
 
Business intelligence and data warehouses
Business intelligence and data warehousesBusiness intelligence and data warehouses
Business intelligence and data warehouses
Dhani Ahmad
 
Top 10 Active Directory Interview Questions & Answers
Top 10 Active Directory Interview Questions & AnswersTop 10 Active Directory Interview Questions & Answers
Top 10 Active Directory Interview Questions & Answers
Vignesh kumar
 

Similar to Mcts chapter 3 (20)

Mcts chapter 1 (1)
Mcts chapter 1 (1)Mcts chapter 1 (1)
Mcts chapter 1 (1)
 
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdfchapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
chapter01-introductiontowindowsserver2003-090505014519-phpapp02.pdf
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptx
 
Active directoryfinal
Active directoryfinalActive directoryfinal
Active directoryfinal
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and security
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptx
 
Database Administration, Management & Security.pptx
Database Administration, Management & Security.pptxDatabase Administration, Management & Security.pptx
Database Administration, Management & Security.pptx
 
09 - Active Directory.ppt
09 - Active Directory.ppt09 - Active Directory.ppt
09 - Active Directory.ppt
 
ADDS (Active directory Domain Service) in side server
ADDS (Active directory Domain Service) in side serverADDS (Active directory Domain Service) in side server
ADDS (Active directory Domain Service) in side server
 
Chapter08 -- network operating systems and windows server 2003-based networking
Chapter08  -- network operating systems and windows server 2003-based networkingChapter08  -- network operating systems and windows server 2003-based networking
Chapter08 -- network operating systems and windows server 2003-based networking
 
active dir of windows server 2000 series
active dir of windows server 2000 seriesactive dir of windows server 2000 series
active dir of windows server 2000 series
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptx
 
Introduction to System and network administrations
Introduction to System and network administrationsIntroduction to System and network administrations
Introduction to System and network administrations
 
Oracle administration classes in mumbai
Oracle administration classes in mumbaiOracle administration classes in mumbai
Oracle administration classes in mumbai
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9
 
Active Directory
Active DirectoryActive Directory
Active Directory
 
Business intelligence and data warehouses
Business intelligence and data warehousesBusiness intelligence and data warehouses
Business intelligence and data warehouses
 
Top 10 Active Directory Interview Questions & Answers
Top 10 Active Directory Interview Questions & AnswersTop 10 Active Directory Interview Questions & Answers
Top 10 Active Directory Interview Questions & Answers
 

Recently uploaded

Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
GDSC PJATK
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
flufftailshop
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
LucaBarbaro3
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
saastr
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
alexjohnson7307
 

Recently uploaded (20)

Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!Finale of the Year: Apply for Next One!
Finale of the Year: Apply for Next One!
 
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdfNunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
Nunit vs XUnit vs MSTest Differences Between These Unit Testing Frameworks.pdf
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Trusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process MiningTrusted Execution Environment for Decentralized Process Mining
Trusted Execution Environment for Decentralized Process Mining
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
leewayhertz.com-AI in predictive maintenance Use cases technologies benefits ...
 

Mcts chapter 3

  • 1. MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 3: Introducing Active Directory
  • 2. Objectives • Describe the role of a directory service and the physical and logical Active Directory structure • Install Active Directory • Describe the main Active Directory objects • Explain configuring and applying group policies MCTS Windows Server 2008 Active Directory 2
  • 3. The Role of a Directory Service • A network directory service stores information about a computer network and offers features for retrieving and managing that information. • Generally considered to be an administrative tool, but users make use of directory services to find resources • Directory services provide a centralized management tool, but due to complexity, requires careful planning prior to setup MCTS Windows Server 2008 Active Directory 3
  • 4. Windows Active Directory • First used by Windows 2000 Server • Offers the following features: – Hierarchical organization – Centralized but distributed database – Scalability – Security – Flexibility – Policy-based administration MCTS Windows Server 2008 Active Directory 4
  • 5. Overview of the Active Directory Structure • Physical structure – Consists of sites and servers configured as domain controllers • Logical structure – Makes it possible to pattern the directory service’s look and feel after the organization in which it runs MCTS Windows Server 2008 Active Directory 5
  • 6. Active Directory’s Physical Structure • An Active Directory site is simply a physical location in which domain controllers communicate and replicate information regularly • Each domain controller contains a full replica of the objects that make up the domain and is responsible for the following functions: – Storing a copy of the domain data and replicating changes to that data to all other domain controllers throughout the domain – Providing data search and retrieval functions for users attempting to locate objects in the directory – Providing authentication and authorization services for users who log on to the domain and attempt to access network resources MCTS Windows Server 2008 Active Directory 6
  • 7. Active Directory’s Logical Structure • Organizational Units (OUs) • Domains • Trees • Forests MCTS Windows Server 2008 Active Directory 7
  • 8. Active Directory’s Logical Structure (cont.) • The Organizational Unit (OU) is an Active Directory container used to organize a network’s users and resources into logical administrative units • An OU contains Active Directory objects, such as: – User accounts – Groups – Computer accounts – Printers – Shared folders – Applications – Servers – Domain controllers MCTS Windows Server 2008 Active Directory 8
  • 9. Active Directory’s Logical Structure (cont.) MCTS Windows Server 2008 Active Directory 9
  • 10. Active Directory’s Logical Structure (cont.) • 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 MCTS Windows Server 2008 Active Directory 10
  • 11. Active Directory’s Logical Structure (cont.) MCTS Windows Server 2008 Active Directory 11
  • 12. Active Directory’s Logical Structure (cont.) • 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 • Child domains can also have child domains MCTS Windows Server 2008 Active Directory 12
  • 13. Active Directory’s Logical Structure (cont.) MCTS Windows Server 2008 Active Directory 13
  • 14. Active Directory’s Logical Structure (cont.) • Forest: A collection of one or more Active Directory trees. A forest 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 • Main purpose is to provide a common Active Directory environment, in which all domains in all trees can communicate and share information, while simultaneously allowing independent operation and administration MCTS Windows Server 2008 Active Directory 14
  • 15. Active Directory’s Logical Structure (cont.) MCTS Windows Server 2008 Active Directory 15
  • 16. Installing Active Directory • To install AD DS on a full Windows Server 2008 installation, use Server Manager • If DNS is not already present on the network, you must install the DNS Server Role. • Once the Server Manager wizard for installing Active Directory finishes, you must run dcpromo.exe MCTS Windows Server 2008 Active Directory 16
  • 17. Installing Active Directory (cont.) • Dcpromo.exe steps to install: – Step 1: Existing domain or new domain – Step 2: Fully qualified domain name (FQDN) for new forest root domain – Step 3: Choose forest functional level • The functional level is critical to the feature set available to administrators after install, as well as the software requirements for any other DCs – If you want backwards compatibility with older domain controllers on the network, choose Windows 2000 functional level – If you choose Windows Server 2008 functional level, you can’t run Windows Server 2003 or Windows 2000 domain controllers (but they can run as member servers) MCTS Windows Server 2008 Active Directory 17
  • 18. Installing Active Directory (cont.) • After step 3, you have three additional options for the DC: • Install DNS Server – Recommended for the first domain controller in a new domain • Global Catalog – Selected by default (and can not be disabled) if the server is to be the first DC in a forest • Read-only Domain Controller (RODC) – Not selected by default, and disabled for the first DC in the domain MCTS Windows Server 2008 Active Directory 18
  • 19. Installing Active Directory (cont.) • The sysvol folder is a shared folder that stores the information from Active Directory that’s replicated to other domain controllers • Directory Services Restore Mode is used to perform restore operations on Active Directory if it becomes corrupted or parts of it are deleted accidentally. MCTS Windows Server 2008 Active Directory 19
  • 20. 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 MCTS Windows Server 2008 Active Directory 20
  • 21. The Active Directory Schema (cont.) MCTS Windows Server 2008 Active Directory 21
  • 22. Active Directory Container Objects • Organizational Units • Folder Objects • Domain objects MCTS Windows Server 2008 Active Directory 22
  • 23. Organizational Units • Primary container object for organizing and managing resources in a domain • OUs can organize multiple objects into one administrative group 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 MCTS Windows Server 2008 Active Directory 23
  • 24. Folder Objects • Four created by default: – Builtin; Houses default groups created by Windows – Computers; The default location for computer accounts created when a new computer or server becomes a domain member – ForeignSecurityPrincipals; Initially empty but later contains user accounts from other domains added as members of the local domain’s groups – Users; Stores two default users (Administrator and Guest) and several default groups • New folder objects cannot be created • Administrative control can be delegated (except on builtin folder) MCTS Windows Server 2008 Active Directory 24
  • 25. 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 MCTS Windows Server 2008 Active Directory 25
  • 26. Active Directory Leaf Objects • User Accounts – Three types: Local, domain, and built-in • Groups – Consists of users with common permissions • Computer Accounts – Represents a computer that is a domain controller or domain member • Other Leaf Objects: – Contact – Printer – Shared folder MCTS Windows Server 2008 Active Directory 26
  • 27. Locating Active Directory Objects • Active Directory objects can be searched for using the Find Users, Contacts, and Groups dialog box • Can search a single domain or an entire directory (all domains) • Not all objects are available to all users MCTS Windows Server 2008 Active Directory 27
  • 28. Introducing Group Policies • A Group Policy Object (GPO) is a list of settings that administrators use to configure user and computer operating environments remotely. • Installing Active Directory creates two GPO’s by default: – Default Domain Policy – Default Domain Controllers Policy MCTS Windows Server 2008 Active Directory 28
  • 29. Introducing Group Policies (cont.) • You can edit existing GPO’s (including defaults) and create and manage GPO’s by using the Group Policy Management MMC • Two nodes for every GPO: – Computer Configuration; Used to set policies that apply to computers within the GPO’s scope – User Configuration; Used to set policies that apply to all users within the GPO’s scope MCTS Windows Server 2008 Active Directory 29
  • 30. Introducing Group Policies (cont.) MCTS Windows Server 2008 Active Directory 30
  • 31. The Computer Configuration Node • Software Settings – Enables Administrators to install and manage applications remotely • Windows Settings – Contains Scripts extension, Security Settings node, and the Policy-based QoS node • Administrative Templates – Contains the Control Panel, Network, Printers, System, and Windows Components folders. MCTS Windows Server 2008 Active Directory 31
  • 32. Introducing Group Policies (cont.) MCTS Windows Server 2008 Active Directory 32
  • 33. Introducing Group Policies (cont.) MCTS Windows Server 2008 Active Directory 33
  • 34. Introducing Group Policies (cont.) MCTS Windows Server 2008 Active Directory 34
  • 35. The User Configuration Node • Policies folder contains the same three folders as in the Computer Configuration node, but policies defined here affect domain users within the GPO’s scope, regardless of which computer the user logs on to. • Software Settings – Can assign or publish application packages • Windows Settings – Contains six items – Remote Installation Services – Scripts extension – Security Settings node – Folder Redirection node – Policy based QoS node – Internet Explorer Maintenance node • Administrative templates MCTS Windows Server 2008 Active Directory 35
  • 36. How Group Policies Are Applied • GPO’s can be applied in four places: – Local Computer – Site – Domain – Organizational Unit • Policies are applied in the above order – Policies that are not defined or configured are not applied at all – Last policy to be defined takes precedence; If a policy is defined at the domain level and OU level, then the OU level’s setting is the one applied MCTS Windows Server 2008 Active Directory 36
  • 37. Chapter Summary • A directory service is a database that stores network resource information and can be used to manage users, computers, and resources throughout the network. • Active Directory is a hierarchical, distributed database that’s scalable, secure, and flexible. Active Directory’s physical structure is composed of sites and domain controllers, and the logical structure is composed of organizational units, domains, trees, and forests. MCTS Windows Server 2008 Active Directory 37
  • 38. Chapter Summary (cont.) • Server manager installs the Active Directory Domain Services role. Once Server Manager is finished, dcpromo.exe is used to finish installation. • The data in Active Directory is organized as objects. Available objects and their structure are defined by the Active Directory schema, which is composed of schema classes and schema attributes. The data in a schema attribute is called an attribute value MCTS Windows Server 2008 Active Directory 38
  • 39. Chapter Summary (cont.) • Two types of objects in AD: Container objects and leaf objects • Leaf objects generally represent security accounts, network resources, and GPOs • Active Directory objects can be located easily with search functions in Active Directory Users and Computers and Windows Explorer • GPOs are lists of settings that enable administrators to configure user and computer operating environments remotely MCTS Windows Server 2008 Active Directory 39
  • 40. Chapter Summary (cont.) • Policies defined in the Computer Configuration node affect all computers in the Active Directory container to which the GPO is linked. Policies defined in the User Configuration node affect all users in the Active Directory container to which the GPO is linked. MCTS Windows Server 2008 Active Directory 40