SlideShare ist ein Scribd-Unternehmen logo
1 von 40
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

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter14 Windows Server 2003 Security Features
Chapter14      Windows  Server 2003  Security  FeaturesChapter14      Windows  Server 2003  Security  Features
Chapter14 Windows Server 2003 Security FeaturesRaja Waseem Akhtar
 
Chapter02 Managing Hardware Devices
Chapter02      Managing  Hardware  DevicesChapter02      Managing  Hardware  Devices
Chapter02 Managing Hardware DevicesRaja 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 AtidanDavid J Rosenthal
 
Windows 2008 basics
Windows 2008 basicsWindows 2008 basics
Windows 2008 basicsanilinvns
 
active-directory-domain-services
active-directory-domain-servicesactive-directory-domain-services
active-directory-domain-services202066
 
Chapter10 Server Administration
Chapter10     Server  AdministrationChapter10     Server  Administration
Chapter10 Server AdministrationRaja 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-410omardabbas
 
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 structureJohn Carlo Catacutan
 
Administer Active Directory
Administer Active DirectoryAdminister Active Directory
Administer Active DirectoryHameda Hurmat
 
Server 2008 r2 ppt
Server 2008 r2 pptServer 2008 r2 ppt
Server 2008 r2 pptRaj Solanki
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02gameaxt
 
Windows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory GuideWindows Server 2008 Active Directory Guide
Windows Server 2008 Active Directory Guidewebhostingguy
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartITimothy Chen
 
Introduction_of_ADDS
Introduction_of_ADDSIntroduction_of_ADDS
Introduction_of_ADDSHarsh Sethi
 

Was ist angesagt? (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
 

Ähnlich wie 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.pdfKhadijaTahir29
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxJavedAjmal1
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and securityDhani Ahmad
 
02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptx02-Active Directory Domain Services.pptx
02-Active Directory Domain Services.pptxAdiWidyanto2
 
Active-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxActive-Directory-Domain-Services.pptx
Active-Directory-Domain-Services.pptxMeriemBalhaddad
 
Database Administration, Management & Security.pptx
Database Administration, Management & Security.pptxDatabase Administration, Management & Security.pptx
Database Administration, Management & Security.pptxSaqibKhan60365
 
09 - Active Directory.ppt
09 - Active Directory.ppt09 - Active Directory.ppt
09 - Active Directory.pptssuserf7cd2b
 
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 serverBilalMehmood44
 
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 networkingRaja Waseem Akhtar
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptxsyedasadraza13
 
Introduction to System and network administrations
Introduction to System and network administrationsIntroduction to System and network administrations
Introduction to System and network administrationsgirmayou1
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9APSU
 
Net essentials6e ch9
Net essentials6e ch9Net essentials6e ch9
Net essentials6e ch9APSU
 
Business intelligence and data warehouses
Business intelligence and data warehousesBusiness intelligence and data warehouses
Business intelligence and data warehousesDhani 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 & AnswersVignesh kumar
 
Directory Services Nma Unit-1
Directory Services Nma Unit-1Directory Services Nma Unit-1
Directory Services Nma Unit-1GPAPassedStudents
 

Ähnlich wie 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 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
 
Directory Services Nma Unit-1
Directory Services Nma Unit-1Directory Services Nma Unit-1
Directory Services Nma Unit-1
 

Kürzlich hochgeladen

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Kürzlich hochgeladen (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

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