Session 18 Windows 7 Professional DNS, Groups, and Active Directory(Part 3)

Size: px
Start display at page:

Download "Session 18 Windows 7 Professional DNS, Groups, and Active Directory(Part 3)"

Transcription

1 Session 18 Windows 7 Professional DNS, Groups, and Active Directory(Part 3) ITE153 Operating Systems 1

2 Session 17 Windows 7 Professional Operating in Microsoft Networks ITE153 Operating Systems 2

3 Overview Introduction to Active Directory Structure - Objects Levels Forest, Trees, Domains Organizational Units Physical Topology Replication Global Catalog Trust ITE153 Operating Systems 3

4 Active Directory a directory service created by Microsoft for Windows domain networks included in most Windows Server operating systems Server computers running Active Directory are called domain controllers ITE153 Operating Systems 4

5 Active Directory serves as a central location for network administration and security responsible for authenticating and authorizing all users and computers within a domain assigning and enforcing security policies for all computers in a network and installing or updating software on network computers ITE153 Operating Systems 5

6 Active Directory Uses Lightweight Directory Access Protocol (LDAP), Kerberos, and DNS First release: Windows 2000 Server edition Revised to extend functionality and improve administration in Windows Server 2003 Windows Server 2008 the domain controller role was renamed Active Directory Domain Services ITE153 Operating Systems 6

7 Active Directory Structure An Active Directory structure is a hierarchical arrangement of information about objects An object is any entity that can be manipulated by the commands of a programming language, such as a value, variable, function, or data structure An object has attributes (object elements) and behaviors (methods or subroutines) encapsulating an entity ITE153 Operating Systems 7

8 Active Directory Structure An Active Directory structure is a hierarchical arrangement of information about objects An object is any entity that can be manipulated by the commands of a programming language, such as a value, variable, function, or data structure An object has attributes (object elements) and behaviors (methods or subroutines) encapsulating an entity ITE153 Operating Systems 8

9 Active Directory Structure AD objects fall into two broad categories: resources (e.g., printers) security principals (user or computer accounts and groups). Security principals are assigned unique security identifiers (SIDs) A SID is a unique name (an alphanumeric character string) which is assigned by a Windows Domain controller during the log on process that is used to identify a subject ITE153 Operating Systems 9

10 Active Directory Structure The object represents a single entity whether a user, a computer, a printer, or a group and its attributes. Certain objects can contain other objects. An object is uniquely identified by its name and has a set of attributes the characteristics and information that the object represents defined by a schema, which also determines the kinds of objects that can be stored in the AD A Site object in an AD represents a geographic location that hosts networks ITE153 Operating Systems 10

11 Active Directory Structure - Levels The logical divisions in an Active Directory are: Forest Tree Domain The forest represents the security boundary within which users, computers, groups, and other objects are accessible ITE153 Operating Systems 11

12 Active Directory Structure - Levels Objects are grouped into domains. The objects for a single domain are stored in a single database (which can be replicated). Domains are identified by their DNS name structure, the namespace A tree is a collection of one or more domains and domain trees in a contiguous namespace, linked in a transitive trust hierarchy At the top of the structure is the forest. A forest is a collection of trees that share a common global catalog, directory schema, logical structure, and directory configuration ITE153 Operating Systems 12

13 Active Directory Structure - OUs The objects held within a domain can be grouped into Organizational Units (OUs) OUs can provide hierarchy to a domain, ease its administration, and can resemble the organization's structure in managerial or geographical terms. Microsoft recommends using OUs rather than domains for structure and to simplify the implementation of policies and administration. The OU is the recommended level at which to apply group policies, which are Active Directory objects formally named Group Policy Objects (GPOs ITE153 Operating Systems 13

14 Active Directory Structure - Physical Sites in Active Directory represent the physical structure, or topology, of your network AD uses topology information, stored as site and site link objects in the directory, to build the most efficient replication topology. A site is a set of well-connected subnets Sites and subnets are represented in AD by site and subnet objects, which you create through Active Directory Sites and Services. Each site object is associated with one or more subnet objects ITE153 Operating Systems 14

15 Active Directory Structure - Physical In AD, sites map the physical structure of your network, while domains map the logical or administrative structure of your organization You can deploy domain controllers for multiple domains within the same site You can also deploy domain controllers for the same domain in multiple sites ITE153 Operating Systems 15

16 Active Directory Structure - Physical Physically the Active Directory information is held on one or more peer domain controllers (DCs) Each DC has a copy of the Active Directory Servers joined to Active Directory that are not domain controllers are called Member Servers ITE153 Operating Systems 16

17 Active Directory Structure - Physical AD synchronizes changes using multi-master replication Multi-master replication is a method of database replication which allows data to be stored by a group of computers, and updated by any member of the group. ITE153 Operating Systems 17

18 Active Directory Structure - Physical The Active Directory database is organized in partitions or naming contexts, each holding specific object types and following a specific replication pattern: schema partition defines the objects (such as users) and attributes (such as telephone numbers) that can be created in the AD, and the rules for creating and manipulating them. configuration partition contains information on the physical structure and configuration of the forest (such as the site topology) domain partition holds all objects created in that domain and replicates only to Domain Controllers within its domain ITE153 Operating Systems 18

19 Active Directory Structure - Physical Global catalog (GC) servers provide a global listing of all objects in the Forest Global Catalog servers replicate to themselves all objects from all domains and hence, provide a global listing of objects in the forest By default, AD DS searches are directed to global catalog servers The first domain controller in a forest is automatically created as a global catalog server. Thereafter, you can designate other DCs be global catalog servers ITE153 Operating Systems 19

20 Active Directory Structure - Physical A domain controller designated as a global catalog server stores the objects from all domains in the forest. A global catalog server stores its own full, writable domain replica (all objects and all attributes) plus a partial, read-only replica of every other domain in the forest The global catalog is built and updated automatically by the AD DS replication system. Makes it possible for clients to search AD DS without having to be referred from server to server until a domain controller that has the domain directory partition storing the requested object is found ITE153 Operating Systems 20

21 Active Directory - Replication Active Directory replication is 'pull' rather than 'push', meaning that replicas pull changes from the server where the change was effected The Knowledge Consistency Checker (KCC) creates a replication topology of site links using the defined sites to manage traffic. Intrasite replication is frequent and automatic as a result of change notification, which triggers peers to begin a pull replication cycle ITE153 Operating Systems 21

22 Active Directory - Trust To allow users in one domain to access resources in another, Active Directory uses trusts Trusts inside a forest are automatically created when domains are created. The forest sets the default boundaries of trust, and implicit, transitive trust is automatic for all domains within a forest Based on Kerberos Version 5 ITE153 Operating Systems 22

23 Active Directory - Trust One-way trust - one domain allows access to users on another domain, but the other domain does not allow access to users on the first domain. Two-way trust - two domains allow access to users on both domains. Trusting domain - the domain that allows access to users from a trusted domain. Trusted domain - the domain that is trusted; whose users have access to the trusting domain. Transitive trust - a trust that can extend beyond two domains to other trusted domains in the ITE153 Operating Systems 23

24 Active Directory - Trust Intransitive trust - a one way trust that does not extend beyond two domains. Explicit trust - a trust that an admin creates. Not transitive; is one way only Cross-link trust - an explicit trust between domains in different trees Shortcut - joins two domains in different trees, transitive, 1or 2-way Forest - applies to the entire forest. Transitive, 1or 2-way Realm - Can be transitive or nontransitive, 1or 2-way External - connect to other forests or non-ad domains. Nontransitive, 1or 2- way ITE153 Operating Systems 24

25 Review ITE153 Operating Systems 25

26 Lab A: Operating in a Domain ITE153 Operating Systems 26

27 Important URLS Active Directory - a very good overview from Wikipedia What is an object? - a very good tutorial on object and classes AD Server Roles - good description of different server roles Sites - good explanation of site and subnet objects in AD Replication SCenarios - nice overview of replication techniques, not just for ADs, but directories in general What is a Global Catalog - an update overview of that explains GCS in the context of Active Directory Domain Services (AD DS) How Domain and Forest Trusts Works - good nut & bolts description of how this works Active Directory Collection - from Microsoft's Technologies Collection, provides in-depth tech reference about the Windows Server 2003 AD Windows Server 2008 R2 Active Directory - good overview, free download, and a virtual lab ITE153 Operating Systems 27

28 Homework Review the Slides Review Lesson 17 In The Text ITE153 Operating Systems 28

Forests, trees, and domains

Forests, trees, and domains Active Directory is a directory service used to store information about the network resources across a. An Active Directory (AD) structure is a hierarchical framework of objects. The objects fall into

More information

Active Directory. By: Kishor Datar 10/25/2007

Active Directory. By: Kishor Datar 10/25/2007 Active Directory By: Kishor Datar 10/25/2007 What is a directory service? Directory Collection of related objects Files, Printers, Fax servers etc. Directory Service Information needed to use and manage

More information

Introduction to Active Directory Services

Introduction to Active Directory Services Introduction to Active Directory Services Tom Brett A DIRECTORY SERVICE A directory service allow businesses to define manage, access and secure network resources including files, printers, people and

More information

Lesson Plans LabSim for Microsoft s Implementing a Server 2003 Active Directory Infrastructure

Lesson Plans LabSim for Microsoft s Implementing a Server 2003 Active Directory Infrastructure Lesson Plans LabSim for Microsoft s Implementing a Server 2003 Active Directory Infrastructure (Exam 70-294) Table of Contents Course Overview... 2 Section 1.1: Introduction to Active Directory... 3 Section

More information

WINDOWS 2000 Training Division, NIC

WINDOWS 2000 Training Division, NIC WINDOWS 2000 Active TE Directory Services WINDOWS 2000 Training Division, NIC Active Directory Stores information about objects on the network and makes this information easy for administrators and users

More information

Introduction to Auditing Active Directory

Introduction to Auditing Active Directory Introduction to Auditing Active Directory Prepared and presented by: Tanya Baccam CPA, CITP, CISSP, CISA, CISM, GPPA, GCIH, GSEC, OCP DBA Baccam Consulting LLC tanya@securityaudits.org Objectives Understand

More information

9. Which is the command used to remove active directory from a domain controller? Answer: Dcpromo /forceremoval

9. Which is the command used to remove active directory from a domain controller? Answer: Dcpromo /forceremoval 1. What is Active Directory schema? Answer: The schema is the Active Directory component that defines all the objects and attributes that the directory service uses to store data. 2. What is global catalog

More information

Module 1: Introduction to Active Directory Infrastructure

Module 1: Introduction to Active Directory Infrastructure Module 1: Introduction to Active Directory Infrastructure Contents Overview 1 Lesson: The Architecture of Active Directory 2 Lesson: How Active Directory Works 10 Lesson: Examining Active Directory 19

More information

Active Directory Restructuring Recommendations

Active Directory Restructuring Recommendations Active Directory Restructuring Recommendations Version 2.0 - Final September 7, 2004 Authored By: Jenn Goth Microsoft Services jgoth@microsoft.com Contributors: Brian Redmond Microsoft Services briar@microsoft.com

More information

Configuring Sites and Understanding AD replication. Dante Villarroel Saavedra

Configuring Sites and Understanding AD replication. Dante Villarroel Saavedra Configuring Sites and Understanding AD replication Dante Villarroel Saavedra Agenda Introduction Understanding Sites Sites planning Active Directory Partitions Global Catalog Active Directory Replication

More information

Microsoft 6436 - Design Windows Server 2008 Active Directory

Microsoft 6436 - Design Windows Server 2008 Active Directory 1800 ULEARN (853 276) www.ddls.com.au Microsoft 6436 - Design Windows Server 2008 Active Directory Length 5 days Price $4169.00 (inc GST) Overview During this five-day course, students will learn how to

More information

Understanding. Active Directory Replication

Understanding. Active Directory Replication PH010-Simmons14 2/17/00 6:56 AM Page 171 F O U R T E E N Understanding Active Directory Replication In previous chapters, you have been introduced to Active Directory replication. Replication is the process

More information

Windows Server 2003 Active Directory: Perspective

Windows Server 2003 Active Directory: Perspective Mary I. Hubley, MaryAnn Richardson Technology Overview 25 September 2003 Windows Server 2003 Active Directory: Perspective Summary The Windows Server 2003 Active Directory lies at the core of the Windows

More information

Module 1: Introduction to Active Directory

Module 1: Introduction to Active Directory Module 1: Introduction to Active Directory Overview uintroduction to Active Directory uactive Directory Logical Structure urole of DNS in Active Directory uactive Directory Physical Structure umethods

More information

COURSE OUTLINE MOC 20413: DESIGNING AND IMPLEMENTING A SERVER INFRASTRUCTURE

COURSE OUTLINE MOC 20413: DESIGNING AND IMPLEMENTING A SERVER INFRASTRUCTURE COURSE OUTLINE MOC 20413: DESIGNING AND IMPLEMENTING A SERVER INFRASTRUCTURE MODULE 1: PLANNING SERVER UPGRADE AND MIGRATION This module explains how to plan a server upgrade and migration strategy. Considerations

More information

Designing Windows Server 2008 Active Directory Infrastructure and Services Course 6436B; 5 Days, Instructor-led

Designing Windows Server 2008 Active Directory Infrastructure and Services Course 6436B; 5 Days, Instructor-led Designing Windows Server 2008 Active Directory Infrastructure and Services Course 6436B; 5 Days, Instructor-led Course Description During this five-day course, students will learn how to design an Active

More information

Designing a Windows Server 2008 Active Directory Infrastructure and Services

Designing a Windows Server 2008 Active Directory Infrastructure and Services Course Code: M6436 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Designing a Windows Server 2008 Active Directory Infrastructure and Services Overview During this five-day course, delegates

More information

IT ACADEMY LESSON PLAN. Microsoft Windows Server Active Directory

IT ACADEMY LESSON PLAN. Microsoft Windows Server Active Directory 2008 IT ACADEMY LESSON PLAN Microsoft Windows Server Active Directory Microsoft Windows Server 2008 Active Directory: Lesson Plans Introduction Preparing to teach a course on Microsoft Windows Server 2008

More information

2003 O/S. when installed (gets installed as a stand alone server) to promoting to D.C. We have to install A.D.

2003 O/S. when installed (gets installed as a stand alone server) to promoting to D.C. We have to install A.D. ACTIVE DIRECTORY AD: Is a centralized database where it contains the information about the objects like users, groups, computers, printers etc. AD is a centralized hierarchical Directory Database. AD is

More information

Windows Server 2008 Active Directory Resource Kit

Windows Server 2008 Active Directory Resource Kit Windows Server 2008 Active Directory Resource Kit Stan Reimer, Conan Kezema, Mike Mulcare, and Byron Wright with the Microsoft Active Directory Team To learn more about this book, visit Microsoft Learning

More information

LearnKey's Windows Server 2003 Active Directory Infrastructure with Dale Brice-Nash

LearnKey's Windows Server 2003 Active Directory Infrastructure with Dale Brice-Nash LearnKey's Windows Server 2003 Active Directory Infrastructure with Dale Brice-Nash Syllabus Course Description 5 Sessions - 15 Hours of Interactive Training The Windows Server 2003 Active Directory Infrastructure

More information

Module 7: Implementing Sites to Manage Active Directory Replication

Module 7: Implementing Sites to Manage Active Directory Replication Module 7: Implementing Sites to Manage Active Directory Replication Contents Overview 1 Lesson: Introduction to Active Directory Replication 2 Lesson: Creating and Configuring Sites 14 Lesson: Managing

More information

Understanding Active Directory. Heng Sovannarith heng_sovannarith@yahoo.com

Understanding Active Directory. Heng Sovannarith heng_sovannarith@yahoo.com Understanding Active Directory Heng Sovannarith heng_sovannarith@yahoo.com Active Directory Active Directory is a directory service and hierarchical data store that holds information about objects on your

More information

Active Directory. Learning Objective. Active Directory

Active Directory. Learning Objective. Active Directory (November 19, 2015) Abdou Illia, Fall 2015 1 Learning Objective Use concepts Namespace DNS Global Catalog Schema Class Tree Forest Organizational Units 2 AD = A Central Database on a Domain Controller

More information

Windows Server 2003 Active Directory MST 887. Course Outline

Windows Server 2003 Active Directory MST 887. Course Outline Content and/or textbook subject to change without notice. Pennsylvania College of Technology Workforce Development & Continuing Education Windows Server 2003 Active Directory MST 887 Course Outline Course

More information

Course: Fundamentals of Microsoft Server 2008 Active Directory

Course: Fundamentals of Microsoft Server 2008 Active Directory Page 1 of 5 Course: Fundamentals of Microsoft Server 2008 Active Directory Course 6424A Duration: 3 (days) Introduction Elements of this syllabus are subject to change. This three-day instructor-led course

More information

70-640 R4: Configuring Windows Server 2008 Active Directory

70-640 R4: Configuring Windows Server 2008 Active Directory 70-640 R4: Configuring Windows Server 2008 Active Directory Course Introduction Course Introduction Chapter 01 - Installing the Active Directory Role Lesson: What is IDA? What is Active Directory Identity

More information

Managing an Active Directory Infrastructure

Managing an Active Directory Infrastructure 3 CHAPTER 3 Managing an Active Directory Infrastructure Objectives This chapter covers the following Microsoft-specified objectives for the Planning and Implementing an Active Directory Infrastructure

More information

Managing an Active Directory Infrastructure O BJECTIVES

Managing an Active Directory Infrastructure O BJECTIVES O BJECTIVES This chapter covers the following Microsoft-specified objectives for the Planning and Implementing an Active Directory Infrastructure and Managing and Maintaining an Active Directory Infrastructure

More information

Windows Server 2012 / Windows 8 Audit Fundamentals

Windows Server 2012 / Windows 8 Audit Fundamentals Windows Server 2012 / Windows 8 Audit Fundamentals Jacksonville ISACA Chapter May 17, Speaker Introduction: Timothy P. McAliley 13+ years in IT Currently work for Microsoft Premier Field Engineer SQL Server,

More information

Designing a Windows Server 2008 Active Directory Infrastructure and Services

Designing a Windows Server 2008 Active Directory Infrastructure and Services Designing a Windows Server 2008 Active Directory Infrastructure and Services Course No. 6436 5 Days Instructor-led, Hands-on Introduction At the end of this five-day course, students will learn how to

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Course Number: 6425C Course Length: 5 Days Course Overview This five-day course provides in-depth training on implementing,

More information

Designing the Active Directory

Designing the Active Directory CHAPTER 3 Designing the Active Directory IN THIS CHAPTER Introducing Active Directory 79 Designing the Solution: Using the Active Directory Blueprint 87 Putting the Blueprint into Action 89 Forest/Tree/Domain

More information

Creating the Conceptual Design by Gathering and Analyzing Business and Technical Requirements

Creating the Conceptual Design by Gathering and Analyzing Business and Technical Requirements Creating the Conceptual Design by Gathering and Analyzing Business and Technical Requirements Analyze the impact of Active Directory on the existing technical environment. Analyze hardware and software

More information

MOC 6436A: Designing Active Directory Infrastructure and Services in Windows Server 2008

MOC 6436A: Designing Active Directory Infrastructure and Services in Windows Server 2008 MOC 6436A: Designing Active Directory Infrastructure and Services in Windows Server 2008 Course Number: 6436A Course Length: 5 Days Course Overview At the end of this five-day course, students will learn

More information

Planning Domain Controller Capacity

Planning Domain Controller Capacity C H A P T E R 4 Planning Domain Controller Capacity Planning domain controller capacity helps you determine the appropriate number of domain controllers to place in each domain that is represented in a

More information

Outline. Definition. Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP. Names, Identifiers and Addresses

Outline. Definition. Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP. Names, Identifiers and Addresses Outline Definition Names, Identifiers and Addresses Name spaces Name resolution Example: The Domain Name System Example: X.500, LDAP CS550: Advanced Operating Systems 2 A name in a distributed system is

More information

MCTS Guide to Microsoft Windows 7. Chapter 13 Enterprise Computing

MCTS Guide to Microsoft Windows 7. Chapter 13 Enterprise Computing MCTS Guide to Microsoft Windows 7 Chapter 13 Enterprise Computing Objectives Understand Active Directory Use Group Policy to control Windows 7 Control device installation with Group Policy settings Plan

More information

Configuring Windows Server 2008 Active Directory

Configuring Windows Server 2008 Active Directory Configuring Windows Server 2008 Active Directory Course Number: 70-640 Certification Exam This course is preparation for the Microsoft Technical Specialist (TS) exam, Exam 70-640: TS: Windows Server 2008

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure Course 20413C: Designing and Implementing a Server Infrastructure Course Details Course Outline Module 1: Planning Server Upgrade and Migration This module explains how to plan a server upgrade and migration

More information

Designing the Active Directory Structure

Designing the Active Directory Structure 253 CHAPTER 9 Designing the Active Directory Structure Microsoft Windows 2000 Server includes a directory service called Active Directory. The Active Directory concepts, architectural elements, and features

More information

With Windows Server 2003 Active Directory

With Windows Server 2003 Active Directory Understanding Active Directory Domains and Trusts With Windows Server 2003 Active Directory Domains and Trusts structure, you can control the information flow, access to resources, security, and the type

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Course 10969B: Active Directory Services with Windows Server Page 1 of 8 Active Directory Services with Windows Server Course 10969B: 4 days; Instructor-Led Introduction Get Hands on instruction and practice

More information

Designing a Windows Server 2008 Active Directory Infrastructure and Services

Designing a Windows Server 2008 Active Directory Infrastructure and Services Designing a Windows Server 2008 Active Directory Infrastructure and Services Course M6436B 5 Day(s) 30:00 Hours Introduction During this five-day course, students will learn how to design an Active Directory

More information

Windows.NET Beta 3 Active Directory New Features

Windows.NET Beta 3 Active Directory New Features Windows.NET Beta 3 Active Directory New Features Wolfgang Werner Compaq Decus Bonn 2002 Agenda Install Replica from Media Domain Controller Rename Domain Rename Universal Group Membership Caching Linked

More information

Network System Management. Creating an Active Directory Domain

Network System Management. Creating an Active Directory Domain Network System Management Creating an Active Directory Domain Objectives Identify the procedures involved in the promotion of a stand-alone Windows Server to an active directory services (ADS) domain controller

More information

Directory, Configuring

Directory, Configuring MCTS 70-640 Cert Guide: Windows Server 2008 Active Directory, Configuring Don Poulton Pearson 800 East 96th Street Indianapolis, Indiana 46240 USA iv MCTS 70-640 Cert Guide: Windows Server 2008 Active

More information

Chapter 3: Building Your Active Directory Structure Objectives

Chapter 3: Building Your Active Directory Structure Objectives Chapter 3: Building Your Active Directory Structure Page 1 of 46 Chapter 3: Building Your Active Directory Structure Objectives Now that you have had an introduction to the concepts of Active Directory

More information

Outline SSC6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory

Outline SSC6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Outline SSC6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory About this Course This two day instructor led course is an extract from the official five day 6425 course from Microsoft.

More information

Designing a Windows Server 2008 Active Directory Infrastructure and Services

Designing a Windows Server 2008 Active Directory Infrastructure and Services Designing a Windows Server 2008 Active Directory Infrastructure and Services About this Course At the end of this five-day course, students will learn how to design an Active Directory Infrastructure in

More information

Designing and Implementing a Server Infrastructure MOC 20413

Designing and Implementing a Server Infrastructure MOC 20413 Designing and Implementing a Server Infrastructure MOC 20413 Course Outline Module 1: Planning a Server Upgrade and Migration This module explains how to plan a server upgrade and migration strategy. Upgrade

More information

The Windows Server 2003 Environment. Introduction. Computer Roles. Introduction to Administering Accounts and Resources. Lab 2

The Windows Server 2003 Environment. Introduction. Computer Roles. Introduction to Administering Accounts and Resources. Lab 2 Islamic University of Gaza College of Engineering Computer Department Computer Networks Lab Introduction to Administering Accounts and Resources Prepared By: Eng.Ola M. Abd El-Latif Mar. /2010 0 :D Objectives

More information

Designing a Windows Server 2008 Active Directory Infrastructure and Services

Designing a Windows Server 2008 Active Directory Infrastructure and Services Designing a Windows Server 2008 Active Directory Infrastructure and Services MOC6436 About this Course At the end of this five-day course, students will learn how to design an Active Directory Infrastructure

More information

Build Your Knowledge!

Build Your Knowledge! About this Course This 5-day instructor-led course provides you with the skills and knowledge needed to plan, design, and deploy a physical and logical Windows Server 2012 Active Directory Domain Services

More information

Partie Serveur 2008. Lab : Implement Group Policy. Create, Edit and Link GPOs. Lab : Explore Group Policy Settings and Features

Partie Serveur 2008. Lab : Implement Group Policy. Create, Edit and Link GPOs. Lab : Explore Group Policy Settings and Features Partie Serveur 2008 Implement a Group Policy Infrastructure This module explains what Group Policy is, how it works, and how best to implement Group Policy in your organization. Understand Group Policy

More information

A Guide to Microsoft Active Directory (AD) Design

A Guide to Microsoft Active Directory (AD) Design UCRL-MA-148650 A Guide to Microsoft Active Directory (AD) Design John Dias May, 2002 U.S. Department of Energy Lawrence Livermore National Laboratory Approved for public release; further dissemination

More information

6436: Designing a Windows Server 2008 Active Directory Infrastructure and Services (5 Days)

6436: Designing a Windows Server 2008 Active Directory Infrastructure and Services (5 Days) www.peaklearningllc.com 6436: Designing a Windows Server 2008 Active Directory Infrastructure and Services (5 Days) Introduction At the end of this five-day course, students will learn how to design an

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Course Number: 6425B Course Length: 5 Days Course Overview This five-day course provides to teach Active Directory Technology

More information

Microsoft. Official Course. Introduction to Active Directory Domain Services. Module 2

Microsoft. Official Course. Introduction to Active Directory Domain Services. Module 2 Microsoft Official Course Module 2 Introduction to Active Directory Domain Services Module Overview Overview of AD DS Overview of Domain Controllers Installing a Domain Controller Lesson 1: Overview of

More information

CGIAR Active Directory Design Assessment DRAFT. 18 September 2007

CGIAR Active Directory Design Assessment DRAFT. 18 September 2007 CGIAR Active Directory Design Assessment DRAFT 18 September 2007 1170 Hamilton Court Menlo Park, California 94025 www.cgnet.com Table of Contents 1. Executive Summary...3 2. Introduction...4 3. Alternative

More information

s@lm@n Microsoft Exam 70-649 TS: Upgrading Your MCSE on Windows Server 2003 to Windows Server 2008, Technology Specialist Version: 24.

s@lm@n Microsoft Exam 70-649 TS: Upgrading Your MCSE on Windows Server 2003 to Windows Server 2008, Technology Specialist Version: 24. s@lm@n Microsoft Exam 70-649 TS: Upgrading Your MCSE on Windows Server 2003 to Windows Server 2008, Technology Specialist Version: 24.0 [ Total Questions: 303 ] Microsoft 70-649 : Practice Test Question

More information

Quality Center LDAP Guide

Quality Center LDAP Guide Information Services Quality Assurance Quality Center LDAP Guide Version 1.0 Lightweight Directory Access Protocol( LDAP) authentication facilitates single sign on by synchronizing Quality Center (QC)

More information

MOC 20413C: Designing and Implementing a Server Infrastructure

MOC 20413C: Designing and Implementing a Server Infrastructure MOC 20413C: Designing and Implementing a Server Infrastructure Course Overview This course provides students with the knowledge and skills to provide an enterprise solution that supports manual and automated

More information

Microsoft Virtual Labs. Active Directory New User Interface

Microsoft Virtual Labs. Active Directory New User Interface Microsoft Virtual Labs Active Directory New User Interface 2 Active Directory New User Interface Table of Contents Active Directory New User Interface... 3 Exercise 1 User Management and Saved Queries...4

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure Course Code: M20413 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Designing and Implementing a Server Infrastructure Overview Get hands-on instruction and practice planning, designing and deploying

More information

Module 11. Configuring and Managing Distributed File System. Contents:

Module 11. Configuring and Managing Distributed File System. Contents: Configuring and Managing Distributed File System 11-1 Module 11 Configuring and Managing Distributed File System Contents: Lesson 1: DFS Overview 11-3 Lesson 2: Configuring DFS Namespaces 11-15 Lesson

More information

COURSE 20413C: DESIGNING AND IMPLEMENTING A SERVER INFRASTRUCTURE

COURSE 20413C: DESIGNING AND IMPLEMENTING A SERVER INFRASTRUCTURE ABOUT THIS COURSE This 5 day course covers the knowledge and skills needed to provide an enterprise solution that supports manual and automated server installations in a physical and virtual environment

More information

Mastering Mergers and Acquisitions: Controlling Impacts on Active Directory and Exchange Infrastructures

Mastering Mergers and Acquisitions: Controlling Impacts on Active Directory and Exchange Infrastructures Mastering Mergers and Acquisitions: Controlling Impacts on Active Directory and Exchange Infrastructures Use the right combination of tools and processes to protect your core network services during these

More information

Windows Server 2012 Directory Partition Containers- A Walk Through

Windows Server 2012 Directory Partition Containers- A Walk Through Windows Server 2012 Directory Partition Containers- A Walk Through Introduction: Active Directory Users and Computers form a centralized management console to manage User objects, computer objects, Groups,

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure Page 1 of 7 Overview This 5-day instructor-led course provides you with the skills and knowledge needed to plan, design, and deploy a physical and logical Windows Server 2012 Active Directory Domain Services

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure WINDOWS 2012 COURSE OUTLINE Visit Our Website to Enroll Now Www.ITBigBang.Com/IT-Training Designing and Implementing a Server Infrastructure Course Title Designing and Implementing a Server Infrastructure

More information

Module 2: Implementing an Active Directory Forest and Domain Structure

Module 2: Implementing an Active Directory Forest and Domain Structure Contents Overview 1 Lesson: Creating a Forest and Domain Structure 2 Lesson: Examining Active Directory Integrated DNS 22 Lesson: Raising Forest and Domain Functional Levels 36 Lesson: Creating Trust Relationships

More information

FreeIPA 3.3 Trust features

FreeIPA 3.3 Trust features FreeIPA 3.3 features Sumit Bose, Alexander Bokovoy March 2014 FreeIPA and Active Directory FreeIPA and Active Directory both provide identity management solutions on top of the Kerberos infrastructure

More information

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology

Faculty Details. : Assistant Professor ( OG. ),Assistant Professor (OG) Course Details. : B. Tech. Batch : 2010-2014. : Information Technology COURSE FILE (COURSE PLAN) Year : 2012-13 Sem: ODD Faculty Details Name of the Faculty : Mullai.P & Yaashuwanth.C Designation : Assistant Professor ( OG. ),Assistant Professor (OG) Department : Information

More information

Designing and Implementing a Server Infrastructure 20413C; 5 days, Instructor-led

Designing and Implementing a Server Infrastructure 20413C; 5 days, Instructor-led Designing and Implementing a Server Infrastructure 20413C; 5 days, Instructor-led Course Description Get hands-on instruction and practice planning, designing and deploying a physical and logical Windows

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure MS20413 Length: 5 days Designing and Implementing a Server Infrastructure This 5-day instructor-led course provides you with the skills and knowledge needed to plan, design, and deploy a physical and logical

More information

Course 20413: Designing and Implementing a Server Infrastructure

Course 20413: Designing and Implementing a Server Infrastructure Course 20413: Designing and Implementing a Server Infrastructure Overview About this course Get hands-on instruction and practice planning, designing and deploying a physical and logical Windows Server

More information

Microsoft Windows 2000 Active Directory Service. Technology Overview

Microsoft Windows 2000 Active Directory Service. Technology Overview Microsoft Windows 2000 Active Directory Service Technology Overview Agenda z Active Directory Structure Logical Physical Replication Operations z DNS Integration/Interaction z Kerberos V5 Functionality

More information

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide

RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide RSA Authentication Manager 7.1 Microsoft Active Directory Integration Guide Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks

More information

Introduction. Versions Used Windows Server 2003

Introduction. Versions Used Windows Server 2003 Training Installing Active Directory Introduction As SonicWALL s products and firmware keeps getting more features that are based on integration with Active Directory, e.g., Active Directory Connector

More information

Exam Name : Windows Server 2008,Enterprise Administrator. Version : Demo. http://cert24.com/

Exam Name : Windows Server 2008,Enterprise Administrator. Version : Demo. http://cert24.com/ Exam Number : 070-647 Exam Name : Windows Server 2008,Enterprise Administrator Version : Demo http://cert24.com/ QUESTION 1 Your company has three offices. Each office is configured as an Active Directory

More information

Course Outline: 6436 _ Designing a Windows Server 2008 Active Directory Infrastructure and Services Learning Method: Instructor-led Classroom Learning

Course Outline: 6436 _ Designing a Windows Server 2008 Active Directory Infrastructure and Services Learning Method: Instructor-led Classroom Learning Course Outline: 6436 _ Designing a Active Directory Infrastructure and Services Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: At the end of this five-day course,

More information

Desingning and Implementing a Server Infrastructure

Desingning and Implementing a Server Infrastructure About this Course Desingning and Implementing a Server Get hands-on instruction and practice planning, designing and deploying a physical and logical Windows Server 2012 R2 enterprise infrastructure in

More information

LDAP Directory Integration with Cisco Unity Connection

LDAP Directory Integration with Cisco Unity Connection CHAPTER 6 LDAP Directory Integration with Cisco Unity Connection The Lightweight Directory Access Protocol (LDAP) provides applications like Cisco Unity Connection with a standard method for accessing

More information

Exam : 070-647. Title : PRO: Windows Server 2008,Enterprise Administrator. Ver : 04-08-09

Exam : 070-647. Title : PRO: Windows Server 2008,Enterprise Administrator. Ver : 04-08-09 Exam : 070-647 Title : PRO: Windows Server 2008,Enterprise Administrator Ver : 04-08-09 QUESTION 1 Your network consists of one Active Directory forest named contoso.com. The functional level of the contoso.com

More information

MCSE STUDY GUIDE Designing a Microsoft Windows 2000 Directory Services Infrastructure Exam 70-219 Edition 1

MCSE STUDY GUIDE Designing a Microsoft Windows 2000 Directory Services Infrastructure Exam 70-219 Edition 1 MCSE STUDY GUIDE Designing a Microsoft Windows 2000 Directory Services Infrastructure Exam 70-219 Edition 1 Congratulations!! You have purchased a Troy Technologies USA Study Guide. This study guide is

More information

Brochure More information from http://www.researchandmarkets.com/reports/1060409/

Brochure More information from http://www.researchandmarkets.com/reports/1060409/ Brochure More information from http://www.researchandmarkets.com/reports/1060409/ InsidersChoice to MCP/MCSE Exam 70-294 Windows Server 2003 Certification: Planning, Implementing, and Maintaining a Microsoft

More information

70-647 Q&A. DEMO Version

70-647 Q&A. DEMO Version PRO: Windows Server 2008, Enterprise Administrator Q&A DEMO Version Copyright (c) 2011 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose only, this free

More information

TestOut Course Outline for: Windows Server 2008 Active Directory

TestOut Course Outline for: Windows Server 2008 Active Directory TestOut Course Outline for: Windows Server 2008 Active Directory CONTENTS: Videos: 61 (5:06) Demonstrations: 72 (6:38) Simulations: 61 Fact Sheets: 105 Exams: 47 0.0 Active Directory Overview 0.1 Active

More information

Windows Server 2008 Active Directory Resource Kit

Windows Server 2008 Active Directory Resource Kit Windows Server 2008 Active Directory Resource Kit Stan Reimer, Mike Mulcare, Conan Kezema, Byron Wright w MS AD Team PREVIEW CONTENT This excerpt contains uncorrected manuscript from an upcoming Microsoft

More information

MCSA: Windows Server 2008

MCSA: Windows Server 2008 MCSA: Windows Server 2008 Course Description and Overview Overview SecureNinja's MCSA: Windows Server 2008 training and certification boot camp in Washington, DC will prepare Microsoft professionals to

More information

Course Outline: Course 20413-Designing and Implementing a Server Infrastructure

Course Outline: Course 20413-Designing and Implementing a Server Infrastructure Course Outline: Course 20413-Designing and Implementing a Server Infrastructure Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course

More information

This means that any user from the testing domain can now logon to Cognos 8 (and therefore Controller 8 etc.).

This means that any user from the testing domain can now logon to Cognos 8 (and therefore Controller 8 etc.). ChaseReferrals and multidomaintrees Graphical explanation of the difference Imagine your Active Directory network looked as follows: Then imagine that you have installed your Controller report server inside

More information

Best Practice Active Directory Design for Managing Windows Networks

Best Practice Active Directory Design for Managing Windows Networks Best Practice Active Directory Design for Managing Windows Networks A structured approach to Active Directory design makes enterprise-scale directory service deployment straightforward and easy to understand.

More information

Designing and Implementing a Server Infrastructure

Designing and Implementing a Server Infrastructure 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course 20413B: Designing and Implementing a Server Infrastructure

More information

Study Guide Preview Cert-83-640 MSCert Microsoft Cert-1Z0-050 DBCert Oracle Cert-220-601 CompCert CompTIA

Study Guide Preview Cert-83-640 MSCert Microsoft Cert-1Z0-050 DBCert Oracle Cert-220-601 CompCert CompTIA Study Guide Preview Cert-83-640 MSCert Microsoft Cert-1Z0-050 DBCert Oracle Cert-220-601 CompCert CompTIA Study Guide Preview Cert-83-640 MSCert Microsoft Cert-1Z0-050 DBCert Oracle Cert-220-601 CompCert

More information

VNLINFOTECH JOIN US & MAKE YOUR FUTURE BRIGHT. mcsa (70-413) Microsoft certified system administrator. (designing & implementing server infrasturcure)

VNLINFOTECH JOIN US & MAKE YOUR FUTURE BRIGHT. mcsa (70-413) Microsoft certified system administrator. (designing & implementing server infrasturcure) VNLINFOTECH JOIN US & MAKE YOUR FUTURE BRIGHT mcsa (70-413) Microsoft certified system administrator (designing & implementing server infrasturcure) www.vnlinfotech.com MODULE 1 : Considerations for Upgrades

More information

Red Hat Enterprise ipa

Red Hat Enterprise ipa Red Hat Enterprise ipa Introduction Red Hat Enterprise IPA enables your organization to comply with regulations, reduce risk, and become more efficient. Simply and centrally manage your Linux/Unix users

More information

Chapter 2 Active Directory Design... 30

Chapter 2 Active Directory Design... 30 ii Contents Books Chapter 2 Active Directory Design............................. 30 A Brief Overview of Key Active Directory Elements...................... 30 Forest Design....................................................

More information

Copyright 2013 http://itfreetraining.com

Copyright 2013 http://itfreetraining.com Lightweight Directory Services is a lightweight version of Active Directory Domain Services. This video provides an introduction to Lightweight Directory Services and what it can and cannot do. AD LDS

More information