MCSA Guide to Administering Microsoft Windows Server 2012/R2, Exam Chapter 10 Managing Group Policies

Size: px
Start display at page:

Download "MCSA Guide to Administering Microsoft Windows Server 2012/R2, Exam Chapter 10 Managing Group Policies"

Transcription

1 MCSA Guide to Administering Microsoft Windows Server 2012/R2, Exam Chapter 10 Managing Group Policies

2 Objectives Configure group policy scope, precedence, and inheritance Configure group policy client processing Configure the Group Policy Results and Group Policy Modeling tools Manage GPOs 2012/R2, Exam

3 Configuring Group Policy Processing An administrator should have a solid understanding of how GPOs are processed, how settings are inherited, and the exceptions to normal processing and inheritance This section discusses the following: GPO scope and precedence GPO inheritance GPO filtering Loopback processing 3

4 GPO Scope and Precedence GPO scope - defines which objects are affected by settings in a GPO GPOs are applied in this order: local computer, site, domain, and OU Policies that aren t defined or configured are not applied at all and the last policy applied is the one that takes precedence A GPO linked to a domain affects all computers and users in the domain, but settings in a GPO linked to an OU override the settings in a GPO linked to the domain if there are conflicts 4

5 GPO Scope and Precedence When OUs are nested, the GPO linked to the OU nested the deepest takes precedence over all other GPOs If two GPOs are applied to an object, and a certain setting is configured on one GPO but not the other, the configured setting is applied 5

6 Understanding Site-Linked GPOs GPOs linked to a site object affect all users and computers physically located at the site Can be used to set up different policies for mobile users In a singular site and domain environment, it is better to use domain GPOs Site GPOs can be confusing for users if policy changes are drastic enough between sites 6

7 Understanding Domain-Linked GPOs GPOs at the domain level should contain settings that apply to all objects in the domain Account policies can be defined only at the domain level Active Directory folders, such as Computers and Users, are not OUs and can t have a GPO linked to them Best practices suggest setting account policies and a few critical security policies at the domain level 7

8 Understanding OU-Linked GPOs Fine-tuning of group policies should be done at the OU level OU-linked policies are applied last They take precedence over site and domain policies Users and computers with similar policy requirements should be located in the same OU Since OUs can be nested, so can GPOs GPOs applied to nested OUs should be used for exceptions to policies set at a higher level 8

9 Group Policy Inheritance GPO inheritance is enabled by default To see where policies are inherited from, select a container in the left pane of GPMC and click the group policy inheritance tab in the right pane There are several ways to affect GPO inheritance: Blocking inheritance GPO enforcement 9

10 Blocking Inheritance Blocking inheritance prevents GPOs linked to parent containers from affecting child containers To block GPO inheritance, in GPMC, right click the child domain or OU and click Block Inheritance If blocking is enabled, the OU or domain object is displayed with a blue exclamation point Inheritance blocking should be used sparingly Frequent blocking implies a possible flawed OU design 10

11 GPO Enforcement GPO enforcement forces inheritance of settings on all child objects in the GPO s scope, even if a GPO with conflicting settings is linked to a container at a deeper level A GPO that s enforced has the strongest precedence of all GPOs in its scope If multiple GPOs are enforced, the GPO at the highest level is enforced in a conflict Example: If a GPO linked to an OU and a GPO linked to a domain are both set to be enforced, the GPO linked to the domain has stronger precedence 11

12 GPO Filtering GPO filtering - a method to alter the normal scope of a GPO and exclude certain objects from being affected by its settings Two types of GPO filtering: Security filtering Windows Management Instrumentation (WMI) filtering Security filtering uses permissions to restrict objects from accessing a GPO Use the Security Filtering dialog box in the GPMC to add or remove security principals from the GPO access list 12

13 GPO Filtering Figure 10-1 Viewing security filtering settings 13

14 GPO Filtering Another way to use security filtering is to edit the GPO s DACL directly In the GPMC, click the GPO in the Group Policy Objects folder, and click the Delegation tab in the right pane to see a complete list of access control entries (ACEs) for the GPO You can add security principals to the DACL or click the Advanced button to open the Advanced Security Settings dialog box You can assign Deny permissions as well as Allow permission 14

15 GPO Filtering Figure 10-2 The Delegation tab for a GPO 15

16 WMI Filtering WMI filtering uses queries to select a group of computers based on certain attributes, and then applies or doesn t apply policies based on the query s results You need to have a solid understanding of the WMI query language before creating WMI filters Example of using a WMI filter to select only computers running Windows 8 Enterprise: Select * from Win32_OperatingSystem where Caption = Microsoft Windows 8 Enterprise 16

17 WMI Filtering The next example uses Version and ProductType (differentiates between client and server OSs): Select * from Win32_OperatingSystem where Version like 6.2% and ProductType = 1 A client OS has a ProductType of 1 and a server OS has a ProductType of 3 You create WMI filters in the WMI Filters node of the GPMC Only one WMI filter can be selected per GPO, but you can use the same WMI filter in multiple GPOs 17

18 Loopback Policy Processing Loopback policy processing - a Group Policy setting that applies user settings based on the GPO whose scope the logon computer falls into Example: You have an OU named ConfRoomComputers containing all computer accounts of computer in conference rooms You want standardized desktops so the computers will have a consistent look for visitors Follow the steps starting on page 380 to use a loopback policy for the conference room example 18

19 Configuring Group Policy Client Processing When Group Policy determines that a GPO should be downloaded, the client activates client-side extensions Client-side extension (CSE) - an extension to the standard group policy client that applies specific types of group policy settings to the client computer Example: the Security CSE applies policy settings defined in a GPO s Security node CSEs are also used to apply group policy preferences 19

20 Configuring Group Policy Client Processing Foreground processing - group policy processing that occurs when the system boots or a user logs on Background processing - periodic group policy processing that occurs after a computer is running or a user is logged on You can change the way the client behaves Three ways to change the default processing: Slow link processing, background processing, process even if the Group Policy objects haven t changed 20

21 Configuring Slow Link Processing Many types of policies aren t processed across a slow network link by default, including: Disk quota Folder redirection Internet Explorer maintenance Scripts Software installation Wireless network policies Wired network policies Most preferences 21

22 Configuring Slow Link Processing Ways to change the default behavior of slow link processing: Configure the slow link detection policy - you can configure the threshold value of what s considered a slow link; 0 indicates that no links are to be considered slow and all policies are processed without attempting to detect whether the link is slow Allow slow link processing for selected policies - the policies that aren t processed b default when a slow link is detected can be configured to allow processing 22

23 Configuring Slow Link Processing Figure 10-5 Configuring slow link detection 23

24 Changing Background Processing Computer and User Configuration node of GPOS is refreshed every 90 minutes with a random offset between 0 and 30 minutes The random offset prevents computers that turned on at the same time from refreshing policies together For the full list of policies and preferences that can have background processing disabled, look in the Computer Configuration\Policies\Administrative Templates\System\Group Policy node The Set Group Policy refresh interval for computers policy lets you set the refresh interval for computers 24

25 Changing Background Processing Figure 10-8 Setting the group policy refresh interval 25

26 Processing Unchanged Policies By default, the Group Policy client downloads and processes only policies that have changed You can force unchanged policies and preferences to be processed Select the Process even if the Group Policy objects have not changed check box (see Figure 10-7 on the following slide) If this option is set for a preference, it overrides the Apply once and do not reapply option in the Common tab of the preference s Properties dialog box 26

27 Processing Unchanged Policies Figure 10-7 Disabling group policy background processing for disk quotas 27

28 Synchronous and Asynchronous Processing Synchronous processing - forces group policy processing to finish before other system tasks can be performed Computer Configuration polices are processed during system boot and user logon prompt isn t displayed until all processing is finished Asynchronous processing - allows displaying the user logon prompt while Computer Configuration policies are still being processed When a slow link is detected, you can force asynchronous processing 28

29 Group Policy Caching Group policy caching - a client-side feature that loads policy information from a cache on the local computer instead of from a domain controller Enabled by default on Windows Server 2012 R2 and Windows 8.1 computers Configure Group Policy Caching policy setting found in the Computer Configuration\Administrative Templates\System\Group Policy path Allows you to disable caching and configure some parameters 29

30 Group Policy Caching Figure 10-9 Configuring group policy caching 30

31 Group Policy Caching If you enable caching, you can change two time parameters: Slow link value - specifies the threshold for the response time from a domain controller to consider a link slow Timeout value - the maximum time the Group Policy client waits for a response from a DC before determining there s no network connection to the DC 31

32 Forcing Group Policy Updates To update group policies use the gpupdate.exe command with the following options: No options - the command s default behavior takes place /force - all settings from all applicable GPOs are reapplied, even if unchanged /wait: value - specifies the number of seconds the command should wait for policy processing to finish before returning to the command prompt /logoff - the user is logged off after policy processing is finished 32

33 Forcing Group Policy Updates To update group policies use the gpupdate.exe command with the following options (cont d): /boot - the computer restarts after policy processing is finished /sync - causes synchronous processing during the next computer restart or user logon /target: Computer or User - specify that you want only computer or user policy settings to be updated 33

34 Remote Group Policy Updates Remotely cause a group policy refresh on Windows Vista and later clients by: Using the GPMC or use the PowerShell cmdlet Invoke-GPUpdate Use a pipe with the Get-ADComputer command to update several computers at once The following updates all computers in the Computers folder: Get-ADComputer -filter * -Searchbase cn=computers, dc=411dom1, dc=local foreach { Invoke-GPUpdate -computer $_.name -force} 34

35 Configuring the Firewall for Remote Group Policy Updates Target client computers must have the following inbound firewall rules enabled on the domain profile for a remote group policy update to be successful: Remote Scheduled Tasks Management (RPC) Remote Scheduled Tasks Management (RPC- EPMAP) Windows Management Instrumentations (WMI-In) A Starter GPO named Group Policy Remote Update Firewall Ports is available that has firewall settings configured correctly 35

36 Group Policy Results and Modeling Group Policy Results - a wizard built into the GPMC that creates a report to show which policy settings apply to a user, computer, or both After the wizard finishes, the report has three tabs: Summary - information about which GPOs affect the specified computer and user Details - displays information about the computer and Group Policy components Policy Events - displays all events in Event Viewer that are generated by group policies 36

37 Group Policy Results and Modeling Figure The Details tab in Group Policy Results 37

38 Group Policy Results and Modeling Other troubleshooting tools: Gpresult.exe - command-line version of Group Policy Results Wizard Group Policy Modeling - a what-if tool for group policies The report shows which policy settings are in effect for a user whose account is placed in a particular OU and whose computer is placed in a particular OU Resultant Set of Policy (RSoP) snap-in - has two modes: logging and planning Planning mode is similar to Group Policy Modeling 38

39 Managing GPOs The following sections discuss: GPO backup and restore GPO import and copy GPO migration GPO delegation 39

40 GPO Backup and Restore Backing up a GPO: 1. In the GPMC, right-click the GPO in the Group Policy Objects folder and click Back Up 2. Select (or create) a folder where the GPO should be stored 3. Enter a descriptions of the GPO and click Back Up Multiple GPOs can be stored in the same folder The folder should be secure and backed up by a regular system backup routine 40

41 GPO Backup and Restore The procedure for restoring a GPO varies: Restore a previous version - right-click the GPO in the Group Policy Objects folder and click Restore from Backup Restore a deleted GPO - right-click the GPO folder and click Manage Backups to open the Manage Backups dialog box Select which GPO you want to restore, view a backed up GPO s settings, or delete a backed-up GPO Import settings - You can import settings from a backed-up GPO by right-clicking the GPO and clicking Import Settings 41

42 GPO Backup and Restore You can also copy the settings of a GPO into a new GPO Follow steps outlined on page 394 If you make changes and need to revert to the original settings, you can reset settings for either or both default GPOs Use the dcgpofix.exe command-line program 42

43 GPO Migration GPOs can be migrated across domains in the same or different forests by adding the domain to the GPMC When you have multiple domains in the GPMC, you can copy and paste a GPO from the source domain s Group Policy Objects folder to the target domain s Group Policy Objects folder When you click Paste in the target folder, the Cross- Domain Copying Wizard starts Another method for migrating GPOs uses the backup and import procedure 43

44 Configuring a Migration Table Migration table - a list of security principals and UNC paths in a GPO that can be mapped to the security principals and UNC paths in the destination domain Create a migration table by right-clicking the Domains node in the GPMC and click Open Migration Table Editor Click Tools and then choose Populate from GPO or Populate from Backup 44

45 Configuring a Migration Table Figure The Migration Table Editor 45

46 GPO Management Delegation Eight permissions can be applied to GPOs and container objects they re linked to through delegation: Create GPOs Link GPOs Perform Group Policy Modeling analyses Read Group Policy Results data Read Read (from Security Filtering) Edit settings, delete, modify security Edit Settings 46

47 PowerShell Cmdlets for Managing GPOs Table 10-2 PowerShell cmdlets for managing GPOs 47

48 PowerShell Cmdlets for Managing GPOs Table 10-2 (cont d) PowerShell cmdlets for managing GPOs 48

49 Summary Group policy processing can be confusing because there are so many exceptions to normal processing and inheritance behavior GPO scope defines which objects are affected by the settings in a GPO There are two main ways to change default GPO inheritance: blocking inheritance and using GPO enforcement There are two types of GPO filtering: security filtering and Windows Management Instrumentation (WMI) filtering 2012/R2, Exam

50 Summary If you enable loopback policy processing, all settings are in the User Configuration node of the GPO apply to all users who log on to the computer Group Policy is a client/server system After Windows is started, the Computer Configuration node of GPOs affecting the client is refreshed every 90 minutes with a random offset of 0 to 30 minutes Group policy processing can be synchronous or asynchronous Group policy caching is a client-side feature that loads policy information from a cache on the local computer instead of always having to download it from a DC 2012/R2, Exam

51 Summary Using the GPMC, you can force a group policy refresh for all computers in an Active Directory OU and all logged-on users of those computers Group Policy Results is a wizard built into the GPMC that creates a report to show administrators which policy settings apply to a user, computer, or both When you back up a GPO, the policy settings, security filtering settings, delegation settings, and WMI filter links are backed up Eight possible permissions can be applied to GPOs and the container objects they are linked to through delegation 2012/R2, Exam

Managing Group Policy application and infrastructure

Managing Group Policy application and infrastructure CHAPTER 5 Managing Group Policy application and infrastructure There is far more to managing Group Policy than knowing the location of specific policy items. After your environment has more than a couple

More information

Managing Group Policy application and infrastructure

Managing Group Policy application and infrastructure CHAPTER 5 Managing Group Policy application and infrastructure There is far more to managing Group Policy than knowing the location of specific policy items. After your environment has more than a couple

More information

Managing Windows Environments with Group Policy

Managing Windows Environments with Group Policy Managing Windows Environments with Group Policy 50255D; 5 Days, Instructor-led Course Description In this course, you will learn how to reduce costs and increase efficiencies in your network. You will

More information

You need to make sure that branch office administrators are able to create and manage their own GPOs respectively.

You need to make sure that branch office administrators are able to create and manage their own GPOs respectively. Enforce settings, Block inheritance Deny apply group policy Child group also called shadow group Set security permissions on the group -------------------------------- You need to make sure that branch

More information

MOC 20411B: Administering Windows Server Course Overview

MOC 20411B: Administering Windows Server Course Overview MOC 20411B: Administering Windows Server 2012 Course Overview This course is part two in a series of three courses that provides the skills and knowledge necessary to implement a core Windows Server 2012

More information

This course provides students with the knowledge and skills to administer Windows Server 2012.

This course provides students with the knowledge and skills to administer Windows Server 2012. MOC 20411C: Administering Windows Server 2012 Course Overview This course provides students with the knowledge and skills to administer Windows Server 2012. Course Introduction Course Introduction 6m Module

More information

Windows Server 2008 Administration

Windows Server 2008 Administration Hands-On Course Description This course provides hands on experience installing and configuring Windows Server 2008 to work with clients including Windows Vista. Students will perform full and core CD-based

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

70-411: Administrating Windows Server 2012

70-411: Administrating Windows Server 2012 70-411: Administrating Windows Server 2012 Course Overview This course provides students with the knowledge and skills to administer a Windows Server 2012 infrastructure in an enterprise environment. Course

More information

MOC 6419B: Configuring, Managing and Maintaining Windows Server based Servers

MOC 6419B: Configuring, Managing and Maintaining Windows Server based Servers MOC 6419B: Configuring, Managing and Maintaining Windows Server 2008- based Servers Course Overview This instructor-led course provides students with the knowledge and skills that are required to manage

More information

ms-help://ms.technet.2004apr.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/howto/grpolwt.htm

ms-help://ms.technet.2004apr.1033/win2ksrv/tnoffline/prodtechnol/win2ksrv/howto/grpolwt.htm Page 1 of 17 Windows 2000 Server Step-by-Step Guide to Understanding the Group Policy Feature Set Operating System Abstract Group Policy is the central component of the Change and Configuration Management

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services 6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Microsoft Windows Server

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 20742B; 5 days, Instructor-led Course Description This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD

More information

Below is the list of Windows Server Group Policy Interview Questions Asked in Windows System Administrator / L1/l2/l3 Support Engineer Interviews.

Below is the list of Windows Server Group Policy Interview Questions Asked in Windows System Administrator / L1/l2/l3 Support Engineer Interviews. Below is the list of Windows Server Group Policy Interview Questions Asked in Windows System Administrator / L1/l2/l3 Support Engineer Interviews. What is group policy in active directory? What are Group

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Administering Windows Server edusum.com

MCSA Windows Server A Success Guide to Prepare- Microsoft Administering Windows Server edusum.com 70-411 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Administering Windows Server 2012 edusum.com Table of Contents Introduction to 70-411 Exam on Administering Windows Server 2012...

More information

Microsoft MCSA Exam

Microsoft MCSA Exam Microsoft MCSA 70-411 Exam Vendor:Microsoft Exam Code: 70-411 Exam Name: Administering Windows Server 2012 www.ensurepass.com/70-411.html QUESTION 1 Your network contains an Active Directory domain named

More information

Identity with Windows Server 2016 (742)

Identity with Windows Server 2016 (742) Identity with Windows Server 2016 (742) Install and Configure Active Directory Domain Services (AD DS) Install and configure domain controllers This objective may include but is not limited to: Install

More information

Q&As. Identity with Windows Server Pass Microsoft Exam with 100% Guarantee

Q&As. Identity with Windows Server Pass Microsoft Exam with 100% Guarantee 70-742 Q&As Identity with Windows Server 2016 Pass Microsoft 70-742 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

MCSA Windows Server 2012

MCSA Windows Server 2012 MCSA Windows Server 2012 This Training Program prepares and enables learners to Pass Microsoft MCSA: Windows Server 2012 exams 1. MCSA: Windows Server 2012 / 70-410 Exam (Installing and Configuring Windows

More information

Course Outline. Implementing and Managing Windows 10 Course C: 5 days Instructor Led

Course Outline. Implementing and Managing Windows 10 Course C: 5 days Instructor Led Implementing and Managing Windows 10 Course 20697-1C: 5 days Instructor Led About this course This course is designed to provide students with the knowledge and skills required to install and configure

More information

Installing and Configuring Windows 10 5 Days, Instructor-led

Installing and Configuring Windows 10 5 Days, Instructor-led Installing and Configuring Windows 10 5 Days, Instructor-led Course Description This course is designed to provide students with the knowledge and skills required to install and configure Windows 10 desktops

More information

Microsoft User Experience Virtualization Deployment Guide

Microsoft User Experience Virtualization Deployment Guide Microsoft User Experience Virtualization Deployment Guide Microsoft User Experience Virtualization (UE-V) is an enterprise-scalable user state virtualization solution that can provide users a consistent

More information

TestOut Server Pro 2016: Install and Storage English 4.0.x LESSON PLAN. Revised

TestOut Server Pro 2016: Install and Storage English 4.0.x LESSON PLAN. Revised TestOut Server Pro 2016: Install and Storage English 4.0.x LESSON PLAN Revised 2018-01-30 2 Table of Contents Introduction Section 1.1: Windows as a Server... 5 Section 1.2: Windows Server 2012 Interface

More information

Course Outline 20742B

Course Outline 20742B Course Outline 20742B Module 1: Installing and configuring domain controllers This module describes the features of AD DS and how to install domain controllers (DCs). It also covers the considerations

More information

Exam /Course C or B Configuring Windows Devices

Exam /Course C or B Configuring Windows Devices Exam 70-697/Course 20697-1C or 20697-2B Configuring Windows Devices Course 20697-1C Implementing and Managing Windows 10 About this course This course provides students with the knowledge and skills required

More information

70-742: Identity in Windows Server Course Overview

70-742: Identity in Windows Server Course Overview 70-742: Identity in Windows Server 2016 Course Overview This course provides students with the knowledge and skills to install and configure domain controllers, manage Active Directory objects, secure

More information

Overview. Directory Services Practical Exercises

Overview. Directory Services Practical Exercises Directory Services Practical Exercises Overview This course comes with a virtual lab environment where you can practice what you learn. Launch the lab environment from the Welcome > Getting Started > Practice

More information

Implementing and Managing Windows 10

Implementing and Managing Windows 10 Implementing and Managing Windows 10 20697-1C; 5 Days; Instructor-led Course Description This course is designed to provide students with the knowledge and skills required to install and configure Windows

More information

Installing and Configuring Windows 10

Installing and Configuring Windows 10 Installing and Configuring Windows 10 Course Description In this course, you will gain the knowledge and skills required to install and configure Windows 10 desktops and devices in a Windows Server domain

More information

Installing and Configuring Windows 10

Installing and Configuring Windows 10 Installing and Configuring Windows 10 Course 20697-1B 5 Days Instructor-led, Hands-on Course Description This five day, instructor led course is designed to provide students with the knowledge and skills

More information

M20742-Identity with Windows Server 2016

M20742-Identity with Windows Server 2016 M20742-Identity with Windows Server 2016 Course Number: M20742 Category: Technical Microsoft Duration: 5 days Certification: 70-742 Overview This five-day instructor-led course teaches IT Pros how to deploy

More information

Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers

Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers Configuring, Managing, and Maintaining Windows Server 2008 R2 Servers Course 6419B - Five Days - Instructor-led - Hands on Introduction This five-day instructor-led course provides students with the knowledge

More information

COURSE B: INSTALLING AND CONFIGURING WINDOWS 10

COURSE B: INSTALLING AND CONFIGURING WINDOWS 10 ABOUT THIS COURSE This course is designed to provide students with the knowledge and skills required to install and configure Windows 10 desktops and devices in a Windows Server domain corporate environment.

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Installing and Configuring Windows Server 2012 Course # Exam: Prerequisites Technology: Delivery Method: Length: 20697-1 70-697 Windows Instructor-led (classroom) 5 Days Overview About this Course This

More information

Course : Installing and Configuring Windows 10

Course : Installing and Configuring Windows 10 Course 20697-1: Installing and Configuring Windows 10 Course details Module 1: Overview of Windows 10 This module introduces the Windows 10 operating system. It describes the new features in Windows 10,

More information

Configuring, Managing and Maintaining Windows Server 2008-based Servers (Course 6419)

Configuring, Managing and Maintaining Windows Server 2008-based Servers (Course 6419) Length: 5 Days About this Course This five-day instructor-led course provides students with the knowledge and skills that are required to manage accounts and resources, maintain server resources, monitor

More information

COURSE OUTLINE MOC 20697: INSTALLING AND CONFIGURING WINDOWS 10

COURSE OUTLINE MOC 20697: INSTALLING AND CONFIGURING WINDOWS 10 COURSE OUTLINE MOC 20697: INSTALLING AND CONFIGURING WINDOWS 10 MODULE 1: OVERVIEW OF WINDOWS 10 This module introduces the Windows 10 operating system. It describes the new features in Windows 10, and

More information

3/17/10. Active Directory, AD Domain, Server Role, DNS OU s, Users, Computers and Groups in AD Demo Questions

3/17/10. Active Directory, AD Domain, Server Role, DNS OU s, Users, Computers and Groups in AD Demo Questions Introduction to Windows System Administration Ashwin Nagrani Windows Division Manager at the Computer Science Department Windows System Administrator since 10 years Windows operation of nearly 30+ servers,

More information

Exam Questions

Exam Questions Exam Questions 70-742 Identity with Windows Server 2016 https://www.2passeasy.com/dumps/70-742/ 1. Your company recently deployed a new child domain to an Active Directory forest. You discover that a user

More information

Implementing and Managing Windows 10

Implementing and Managing Windows 10 Course 20697 1C: Implementing and Managing Windows 10 Course Outline Module 1: Overview of Windows 10 This module describes the Windows 10 operating system. It describes the new features in Windows 10,

More information

Identity with Windows Server 2016

Identity with Windows Server 2016 Identity with Windows Server 2016 Course 20742B - 5 Days - Instructor-led, Hands on Introduction This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain

More information

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises.

METHODOLOGY This program will be conducted with interactive lectures, PowerPoint presentations, discussions and practical exercises. CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: IDENTITY WITH WINDOWS SERVER 2016 Course 20742: 5 days; Instructor-Led INTRODUCTION This five-day instructor-led course teaches IT Pros how to deploy and configure

More information

Microsoft - Configuring Windows Server 2008 Active Directory Domain Services (M6425)

Microsoft - Configuring Windows Server 2008 Active Directory Domain Services (M6425) Microsoft - Configuring Windows Server 2008 Active Directory Domain Services (M6425) Code: 6123 Lengt h: URL: 5 days View Online In this comprehensive course you will not only discuss the crucial concepts

More information

Microsoft Exam

Microsoft Exam Volume: 65 Questions Question: 1 Your company recently deployed a new child domain to an Active Directory forest. You discover that a user modified the Default Domain Policy to configure several Windows

More information

Administering. Windows Server 2012 R2. Exam Wiley. Patrick Regan

Administering. Windows Server 2012 R2. Exam Wiley. Patrick Regan Administering Windows Server 2012 R2 Exam 70-411 Patrick Regan Wiley Contents j Lesson 1: Deploying and Managing Server Images 1 Using Windows Deployment Services 2 Installing the Windows Deployment Services

More information

Quest GPOADmin 5.6. User Guide

Quest GPOADmin 5.6. User Guide Quest GPOADmin 5.6 User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

Overview. Audience Profile. Module Title : 20410DC -Installing and Configuring Windows Server Course Outline :: 20410DC::

Overview. Audience Profile. Module Title : 20410DC -Installing and Configuring Windows Server Course Outline :: 20410DC:: Module Title : 20410DC -Installing and Configuring Windows Server 2012 Duration : 5 days Overview Get hands-on instruction and practice installing and configuring Windows Server 2012, including Windows

More information

Course No. MCSA Days Instructor-led, Hands-on

Course No. MCSA Days Instructor-led, Hands-on MCSA: Windows Server 2012 Course No. MCSA2012 9 Days Instructor-led, Hands-on Introduction In this accelerated course nine day course, students will gain the skills and knowledge necessary to administer

More information

exam.75q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1. Microsoft

exam.75q. Number: Passing Score: 800 Time Limit: 120 min File Version: 1. Microsoft 70-742.exam.75q Number: 70-742 Passing Score: 800 Time Limit: 120 min File Version: 1 Microsoft 70-742 Identity with Windows Server 2016 Exam A QUESTION 1 Note: This question is part of a series of questions

More information

RADIUS Clients Shared Secrets IP Filters

RADIUS Clients Shared Secrets IP Filters Remote users connect to your network through a virtual private network [VPN] connection over the Internet. One of the resources that they need to access is a file sewer named FS1. The antivirus software

More information

Microsoft Server Administrator

Microsoft Server Administrator Microsoft Server Administrator Title : Microsoft Server Administrator Institute Certification : SmartEntry Certified Microsoft Server Administrator Duration: 40 Hrs Fees: 25K Prerequisite : A+ & N+ Description

More information

MCSA Guide to Networking with Windows Server 2016, Exam

MCSA Guide to Networking with Windows Server 2016, Exam MCSA Guide to Networking with Windows Server 2016, Exam 70-741 First Edition Chapter 4 Implementing DHCP 2018 Cengage. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part,

More information

Identity with Microsoft Windows Server 2016 (MS-20742)

Identity with Microsoft Windows Server 2016 (MS-20742) Identity with Microsoft Windows Server 2016 (MS-20742) Modality: Virtual Classroom Duration: 5 Days SATV Value: 5 Days SUBSCRIPTION: Master, Premium About this course Windows Server vnext, which we now

More information

Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on

Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on Configuring Windows 8 Course 20687A - Five days - Instructor-led - Hands-on Introduction This course provides students hands-on experience with Windows 8. It provides guidance on installing, upgrading,

More information

Installing and Configuring Windows Server 2012

Installing and Configuring Windows Server 2012 Installing and Configuring Windows Server 2012 Course 20410C - Five days - Instructor-led - Hands-on Introduction Get hands-on instruction and practice installing and configuring Windows Server 2012, including

More information

Darren Mar-Elia CTO and Founder SDM Software. Derek Melber President BrainCore.Net

Darren Mar-Elia CTO and Founder SDM Software. Derek Melber President BrainCore.Net Darren Mar-Elia CTO and Founder SDM Software Derek Melber President BrainCore.Net Derek Melber Author of Group Policy Resource Kit by MSPress Author, speaker, consultant for BrainCore.Net Group Policy/AD

More information

EXAM Windows Server Administration Fundamentals. Buy Full Product.

EXAM Windows Server Administration Fundamentals. Buy Full Product. Microsoft EXAM - 98-365 Windows Server Administration Fundamentals Buy Full Product http://www.examskey.com/98-365.html Examskey Microsoft 98-365 exam demo product is here for you to test the quality of

More information

At Course Completion: Course Outline: Course 20742: Identity with Windows Server Learning Method: Instructor-led Classroom Learning

At Course Completion: Course Outline: Course 20742: Identity with Windows Server Learning Method: Instructor-led Classroom Learning Course Outline: Course 20742: Identity with Windows Server 2016 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day instructor-led course teaches IT

More information

20742: Identity with Windows Server 2016

20742: Identity with Windows Server 2016 Course Content Course Description: This five-day instructor-led course teaches IT Pros how to deploy and configure Active Directory Domain Services (AD DS) in a distributed environment, how to implement

More information

Vendor: Microsoft. Exam Code: Exam Name: Installing and Configuring Windows Server Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: Installing and Configuring Windows Server Version: Demo Vendor: Microsoft Exam Code: 70-410 Exam Name: Installing and Configuring Windows Server 2012 Version: Demo DEMO QUESTION 1 You have a server named Core1 that has a Server Core Installation of Windows

More information

Course Content of MCSA ( Microsoft Certified Solutions Associate )

Course Content of MCSA ( Microsoft Certified Solutions Associate ) Course Content of MCSA 2012 - ( Microsoft Certified Solutions Associate ) Total Duration of MCSA : 45 Days Exam 70-410 - Installing and Configuring Windows Server 2012 (Course 20410A Duration : 40 hrs

More information

Xcalibur Global Version Rev. 2 Administrator s Guide Document Version 1.0

Xcalibur Global Version Rev. 2 Administrator s Guide Document Version 1.0 Xcalibur Global Version 1.1 - Rev. 2 Administrator s Guide Document Version 1.0 September 2006 COPYRIGHT NOTICE 2006 Chip PC Inc., Chip PC (Israel) Ltd., Chip PC (UK) Ltd. All rights reserved. This product

More information

COPYRIGHTED MATERIAL. Configuring, Deploying, and Troubleshooting Security Templates. Chapter MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER:

COPYRIGHTED MATERIAL. Configuring, Deploying, and Troubleshooting Security Templates. Chapter MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Chapter 1 Configuring, Deploying, and Troubleshooting Security Templates MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Configure security templates. Configure registry and file system permissions.

More information

How To Reset Local Group Policy Objects To Default Settings Windows 7

How To Reset Local Group Policy Objects To Default Settings Windows 7 How To Reset Local Group Policy Objects To Default Settings Windows 7 more information. Group policy unable to apply firewall change on Windows 7 cilent - blocked Try to reset GPO settings to default values

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

MCSA Windows Server 2012

MCSA Windows Server 2012 MCSA Windows Server 2012 This course is developed for IT professionals who need to design, plan, implement, manage and support Microsoft Windows 2012 networks or who plan to take the related MCSE and MCSA

More information

Microsoft Configuring, Managing and Maintaining Windows Server 2008

Microsoft Configuring, Managing and Maintaining Windows Server 2008 1800 ULEARN (853 276) www.ddls.com.au Microsoft 6419 - Configuring, Managing and Maintaining Windows Server 2008 Length 5 days Price $4290.00 (inc GST) Overview This five-day instructor-led course provides

More information

Microsoft Windows Server Administration Fundamentals. Download Full Version :

Microsoft Windows Server Administration Fundamentals. Download Full Version : Microsoft 98-365 Windows Server Administration Fundamentals Download Full Version : http://killexams.com/pass4sure/exam-detail/98-365 installation from a master computer to the destination computers. The

More information

When Microsoft releases new updates to firmware and drivers, the firmware and driver pack is updated for all Surface models.

When Microsoft releases new updates to firmware and drivers, the firmware and driver pack is updated for all Surface models. Managing Surface Devices in the Enterprise Firmware/Driver Management with System Center Configuration Manager 2012 This article describes how to deploy enterprise-managed firmware and drivers to Surface

More information

Course 20410D: Installing and Configuring Windows Server 2012

Course 20410D: Installing and Configuring Windows Server 2012 Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course 20410D: Installing and Configuring Windows Server 2012 Course Specifications

More information

Guide to Securing Microsoft Windows 2000 Group Policy

Guide to Securing Microsoft Windows 2000 Group Policy Report Number: C4-007R-01 Guide to Securing Microsoft Windows 2000 Group Policy Network Security Evaluations and Tools Division of the Systems and Network Attack Center (SNAC) Author: Julie M. Haney Updated:

More information

TestOut Server Pro 2016: Identity - English 4.0.x LESSON PLAN. Revised

TestOut Server Pro 2016: Identity - English 4.0.x LESSON PLAN. Revised TestOut Server Pro 2016: Identity - English 4.0.x LESSON PLAN Revised 2018-08-06 Table of Contents Introduction Section 0.1: Server Pro 2016: Identity Introduction... 4 Section 0.2: The TestOut Lab Simulator...

More information

Windows Server 2016 MCSA Bootcamp

Windows Server 2016 MCSA Bootcamp Course Overview This course will provide experienced IT professionals who wish to either upgrade their skills for the purpose of certifying on Microsoft Windows Server 2016 or who wish to gain information

More information

SQL Server Integration Services

SQL Server Integration Services www.logicalimagination.com 800.657.1494 SQL Server Integration Services Course #: SS-103 Duration: 3 days Prerequisites This course assumes no prior knowledge of SQL Server Integration Services. This course

More information

Manually Run Ad Logon Script As Administrator Group Policy

Manually Run Ad Logon Script As Administrator Group Policy Manually Run Ad Logon Script As Administrator Group Policy Startup Scripts for _Group Policy object_ : Lists all the scripts that currently are assigned By default, members of the Domain Administrators

More information

6293A Troubleshooting and Supporting Windows 7 in the Enterprise

6293A Troubleshooting and Supporting Windows 7 in the Enterprise 6293A Troubleshooting and Supporting Windows 7 in the Enterprise Course Number: 6293A Course Length: 3 Days Course Overview This course is designed for Information Technology (IT) professionals who have

More information

Guide to Deploy the AXIGEN Outlook Connector via Active Directory

Guide to Deploy the AXIGEN Outlook Connector via Active Directory Guide to Deploy the AXIGEN Outlook Connector via Active Directory Active Directory contains a very useful feature which allows system administrators to automatically deploy software onto machines or users

More information

MS-20410A: Installing and Configuring Windows Server 2012

MS-20410A: Installing and Configuring Windows Server 2012 MS-20410A: Installing and Configuring Windows Server 2012 Introduction This version of this course 20410A utilizes pre-release software in the virtual machines for the labs. The five day course is part

More information

SEVENMENTOR TRAINING PVT.LTD

SEVENMENTOR TRAINING PVT.LTD Installing and Configuring Windows Server 2012 Module 1: Deploying and Managing Windows Server 2012 This module introduces students to the editions of Windows Server 2012 and the new Windows Server 2012

More information

DOWNLOAD PDF REDIRECT FOR WINDOWS 7

DOWNLOAD PDF REDIRECT FOR WINDOWS 7 Chapter 1 : Deploy Folder Redirection with Offline Files Microsoft Docs From your description, it sounds as if you cannot access the redirection path in Windows Explorer, is that correct? before folder

More information

"Charting the Course to Your Success!" MOC D Installing and Configuring Windows Server Course Summary

Charting the Course to Your Success! MOC D Installing and Configuring Windows Server Course Summary Description Course Summary Get hands-on instruction and practice installing and configuring Windows Server 2012, including Windows Server 2012 R2, in this five-day Microsoft Official Course. This course

More information

Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000

Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 Appendix A: Differences Between Microsoft Windows Server 2003 and Microsoft Windows 2000 1 Module 1: Introduction

More information

COPYRIGHTED MATERIAL. Contents. Assessment Test

COPYRIGHTED MATERIAL. Contents. Assessment Test Contents Introduction Assessment Test xxxvii lv Chapter 1 Installing Windows Server 2016 1 Features and Advantages of Windows Server 2016 2 Planning the Windows Server 2016 Installation 6 Server Roles

More information

Identity with Windows Server 2016 (beta)

Identity with Windows Server 2016 (beta) Identity with Windows Server 2016 (beta) Dumps Available Here at: /microsoft-exam/70-742-dumps.html Enrolling now you will get access to 228 questions in a unique set of 70-742 dumps Question 1 Note: This

More information

Exam Identity with Windows Server 2016

Exam Identity with Windows Server 2016 MCSA / MCSE for Windows Server 2016 Exam 70-742 Identity with Windows Server 2016 Version 15.35 (198 Questions) (70-742) Identify with Windows Server 2016 QUESTION 1 You have a server named Server1 that

More information

Course Outline. Upgrading Your Skills to MCSA Windows Server 2012 R2 (Course & Lab)

Course Outline. Upgrading Your Skills to MCSA Windows Server 2012 R2 (Course & Lab) Course Outline Upgrading Your Skills to MCSA Windows Server 2012 R2 (Course & Lab) 07 Apr 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

Windows Server : Installing and Configuring Windows Server 2012 R2. Upcoming Dates. Course Description. Course Outline

Windows Server : Installing and Configuring Windows Server 2012 R2. Upcoming Dates. Course Description. Course Outline Windows Server 2012 20410: Installing and Configuring Windows Server 2012 R2 Get the skills and knowledge necessary to implement a core Windows Server 2012 R2 infrastructure in this 5-day class. You'll

More information

Server : Manage and Administer 3 1 x

Server : Manage and Administer 3 1 x Server : Manage and Administer 3 1 x Revised 2016/05/17 TestOut Server Pro: Manage and Administer English 3.1.x Videos: 56 (4:25:22) Demonstrations: 87 (10:14:13) Simulations: 63 Written Lessons: 72 Section

More information

Veritas Enterprise Vault Administrator's Guide 12.1

Veritas Enterprise Vault Administrator's Guide 12.1 Veritas Enterprise Vault Administrator's Guide 12.1 Veritas Enterprise Vault: Administrator's Guide Last updated: 2017-07-28. Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved.

More information

Windows Server 2003 Installation and Configuration Lab Manual Presented by

Windows Server 2003 Installation and Configuration Lab Manual Presented by Windows Server 2003 Installation and Configuration Lab Manual Presented by Table of Contents Module 2 - Installing Windows Server 2003 R2 and Configuration 3 Module 3 - Installing Hardware, Devices and

More information

Windows 7, Enterprise Desktop Administrator (Course & Lab) Windows 7, Enterprise Desktop Administrator (Course & Lab)

Windows 7, Enterprise Desktop Administrator (Course & Lab) Windows 7, Enterprise Desktop Administrator (Course & Lab) Course Outline Windows 7, Enterprise Desktop Administrator (Course & 20 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

Managing and Maintaining a Microsoft Windows Server 2003 Environment

Managing and Maintaining a Microsoft Windows Server 2003 Environment COURSE OVERVIEW This course combines five days of instructor-led training with additional e-learning content to provide students with the knowledge and skills that are required to manage accounts and resources,

More information

Microsoft Certified IT Professional Training Notes Windows Server 2008 Active Directory Exam Code

Microsoft Certified IT Professional Training Notes Windows Server 2008 Active Directory Exam Code 1 Microsoft Certified IT Professional Training Notes Windows Server 2008 Active Directory Exam Code 70-640 2 Lecture No 1 3 Lecture Outline: 1. What is active directory 2. What is domain controller 3.

More information

Windows Server : Administering Windows Server 2012 R2. Upcoming Dates. Course Description. Course Outline

Windows Server : Administering Windows Server 2012 R2. Upcoming Dates. Course Description. Course Outline Windows Server 2012 20411: Administering Windows Server 2012 R2 Acquire the skills necessary to administrate and implement the core infrastructure services in a Windows Server 2012 R2 environment. Learn

More information

MCSA Windows Server A Success Guide to Prepare- Microsoft Upgrading Your Skills to MCSA Windows Server edusum.

MCSA Windows Server A Success Guide to Prepare- Microsoft Upgrading Your Skills to MCSA Windows Server edusum. 70-417 MCSA Windows Server 2012 A Success Guide to Prepare- Microsoft Upgrading Your Skills to MCSA Windows Server 2012 edusum.com Table of Contents Introduction to 70-417 Exam on Upgrading Your Skills

More information

50331 Windows Client, Enterprise Desktop Support Technician

50331 Windows Client, Enterprise Desktop Support Technician Course This course provides students with the knowledge and skills needed to isolate, document and resolve problems on Windows Desktops in a corporate domain. The material is geared towards corporate IT

More information

Windows 2000 System Administration Handbook, 1/e

Windows 2000 System Administration Handbook, 1/e Windows 2000 System Administration Handbook, 1/e Will Willis, Lewisville, Texas David Watts, Sugarland, Texas Tillman Strahan, Lewisville, Texas Copyright 2000, 721 pp. Paper format ISBN 0-13-027010-5

More information

COURSE 20698A: INSTALLING AND CONFIGURING WINDOWS 10

COURSE 20698A: INSTALLING AND CONFIGURING WINDOWS 10 ABOUT THIS COURSE This five-day instructor-led course provides IT professionals with the knowledge and skills required to install and configure Windows 10 desktops in a Windows Server small to medium-sized

More information

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1

VMware User Environment Manager SyncTool Administration Guide. VMware User Environment Manager 9.1 VMware User Environment Manager SyncTool Administration Guide VMware User Environment Manager 9.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

How to create a cluster with failover functionality on Windows 2008 Server Enterprise Edition

How to create a cluster with failover functionality on Windows 2008 Server Enterprise Edition How to create a cluster with failover functionality on Windows 2008 Server Enterprise Edition Software Version: DSS ver. 6.00 up10 Presentation updated: November 2009 TO CONFIGURE A CLUSTER WITH FAILOVER

More information