mcse

11
MNS Protected©2012 | Ver 1.1 --MNS Protected©2013-- Microsoft Certified Solution Expert (MCSE 2012)

Upload: mazenetsolution

Post on 14-May-2015

646 views

Category:

Economy & Finance


0 download

TRANSCRIPT

Page 1: Mcse

--MNS Protected©2013--

Microsoft Certified Solution Expert(MCSE 2012)

Page 2: Mcse

Disclaimer

• This presentation is a property of MAZENET SOLUTION PVT Ltd , intended to be used for training purpose only.

• Reproducing and unauthorized distribution of this document is prohibited.

MNS Protected©2013 2

Page 3: Mcse

Windows Server 2012 R2

MNS Protected©2013 3

Certification Changes• Microsoft Certified Solution Expert in Windows Server 2012• Microsoft Certified Solution Administrator in Windows Server

2012

Administration Changes• Screen and Navigation changes

Power Shell changes• Version 3.0 with 2400 cmdlets

Page 4: Mcse

Starting from the beginning:Become an MCSA

• Pass the following 3 tests to gain the equivalent of passing the 70-417 test• 70-410

• Installing and Configuring Windows Server® 2012

• 70-411• Administering Windows Server® 2012

• 70-412• Configuring Advanced Windows Server® 2012 Services• Then consider continuing on for an MCSE in the 3 previous

categories of Desktop, Private cloud or Server Administration

MNS Protected©2013 4

Page 5: Mcse

Upgrading from MCITP to MCSE

• Must renew MCSE status every three years!• MCITP upgrade test is 70-417 (course 20417)• MCITP accepted certifications includes:• Lync Administrator• SharePoint Administrator• Desktop Administrator• Enterprise Messaging Administrator• Windows Server 2008 Administrator

MNS Protected©2013 5

Page 6: Mcse

The Central Store

• The Central Store:• Is a central repository for ADMX and ADML files• Is stored in SYSVOL• Must be created manually• Is detected automatically by Windows Vista or Windows

Server 2008

MNS Protected©2013 6

ADMX files

Domain controller with SYSVOL

Page 7: Mcse

Group policy Management Editor

• Allows editing of the ADMX file• Extends the functionality of GPMC

MNS Protected©2013 7

Page 8: Mcse

Active Directory Administrative Center, is a task-oriented tool based on Windows PowerShell

MNS Protected©2013 8

Page 9: Mcse

Deploying a Cloned Virtualized Domain Controller

You can safely clone an existing virtual domain controller by:

1. Creating a DcCloneConfig.xml file and storing it in theAD DS database location

2. Taking the VDC offline and exporting it3. Creating a new virtual machine by importing the exported VDC

MNS Protected©2013 9

Export the VDC

Import the VDC

DcCloneConfig.xml to AD DS database

location

Page 10: Mcse

Overview of the Active Directory Module for Windows Power Shell

MNS Protected©2013 10

The Active Directory module for Windows Power Shell provides full administrative functionality in these areas:– User management– Computer management– Group management– OU management– Password policy management– Searching and modifying objects– Forest and domain management– Domain controller and operations masters management– Managed service account management– Site replication management– Central access and claims management

Page 11: Mcse

Windows Power Shell Web Access

MNS Protected©2013 11

• Allows remote management of computers by running Windows Power Shell sessions in a web browser.

• Power shell replaces tab completion with Visual Studio style drop down options

• Many former scripts are now compiled into cmdlets