LEARN EXCHANGE PART 2 Managing your Exchange Architecture

Size: px
Start display at page:

Download "LEARN EXCHANGE PART 2 Managing your Exchange Architecture"

Transcription

1 LEARN EXCHANGE PART 2 Managing your Exchange Architecture Niels Engelen System Engineer, Veeam Software niels.engelen@veeam.com Johan Huttenga System Engineer, Veeam Software johan.huttenga@veeam.com 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

2 Recap: Last Session We ve discussed: Exchange 2013 Architecture Deployment Planning Installing Exchange 2013 Last Time our session on the 21 st of August

3 Session Overview We ll be discussing: Exchange Management Troubleshooting Mail Flow Compliance Policies (including DLP and Archiving) Monitoring Exchange (Events, SCOM, and Best Practice Analyzer)

4 Popular Question from last session Co-Existence 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

5 Co-Existence with Exchange 2010 and 2007 You ll need to plan carefully (will need Exchange 2010 SP3 or higher, Exchange 2007 SP3 rollup 10 or higher and Exchange 2013 CU2 or higher) Make sure that you ve verified DNS namespaces, and that Outlook Anywhere is enabled on the older Exchange servers.

6 Exchange Management 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

7 Exchange 2013 Management Tools Exchange Admin Center ( Exchange Management Shell

8 Exchange 2013 PowerShell baby! Mailbox management: New-Mailbox, Get-Mailbox, Enabl box, Remov box,... Mailbox configuration: New-MailboxFolder, Get-MailboxFolder, New-MailMessage Remember: Get-Help <cmdlet> For example, Get-Help Get-Mailbox

9 Exchange 2013 PowerShell baby! Active Directory Anti-spam and anti-malware Client Access Cmdlet extension agent address and address book Federation and hybrid High availability Mail flow Mailbox Mailbox database Mailbox server Move and migration Organization Permissions Policy and compliance Security Server health, monitoring, and performance Sharing and collaboration Unified Messaging Users and groups

10 Exchange 2013 Certificate Management You ll need to configure split brain DNS, UPN (User Principal Names) accepted domains, and then setup certificates for public facing CAS servers. You can have a look at the details here:

11 Exchange 2013 DAG Management A single NIC for DAG members is supported, but members must have the same networks (for MAPI and Replication traffic). Remember binding order! Don t use circular logging for VSS support. Having a few DAGs that are smaller instead of really large ones (improved DAG replication), but having less disks reduces snapshot creation time for VM backup. Remember witness file shares! You can change heartbeats to avoid cluster failover (multi-site deployments): cluster /prop

12 Exchange 2013 Maintenance Mode for Mailbox Servers Ensures that your users wont be affected by patching and hardware maintenance. Set-ServerComponentState <server> -Component HubTransport -State Draining -Requester Maintenance Restart-Service MSExchangeTransport #if server is multi-role: Restart-Service MSExchangeTransport Restart-Service MSExchangeFrontEndTransport Redirect-Message -Server <server> -Target <MailboxServerFQDN> Suspend-ClusterNode <server> Set-MailboxServer <server> -DatabaseCopyActivationDisabledAndMoveNow $True Get-MailboxServer <server> Select DatabaseCopyAutoActivationPolicy Set-MailboxServer <server> -DatabaseCopyAutoActivationPolicy Blocked Set-ServerComponentState <server> -Component ServerWideOffline -State Inactive -Requester Maintenance

13 Troubleshooting Mail Flow 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

14 Exchange 2013 Mail Transport SMTP is used to transfer messages (send and receive) in and out of the organization.

15 Troubleshooting Mail Flow Oh no, something is wrong Delivery reports can be run in the Exchange Admin Center

16 Troubleshooting Mail Flow PowerShell baby! Exchange 2013 is all about PowerShell Test health and functionality of your servers All cmdlets start with Test- Get-Command -Verb Test Where Module -match $env:computername Pre-defined scripts! C:\Program Files\Microsoft\Exchange Server\V15\scripts Or using PS: cd $exscripts

17 Troubleshooting Mail Flow PowerShell baby! Creating the test user:.\new-testcasconnectivityuser.ps1 Testing the mailflow: Test-MailFlow Testing DAG replication: Test-ReplicationHealth Identity <server> Get-MailboxDatabaseCopyStatus

18 Troubleshooting Mail Flow PowerShell baby! Testing the Outlook Web Service Test-OutlookWebServices Testing if all the Mailbox Databases are ok Test-MAPIConnectivity Server <server> Testing if you can use a mobile device to a mailbox Test-ActiveSyncConnectivity

19 Compliance Policies 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

20 Compliance Management Messaging policy and compliance In-place ediscovery & hold Auditing Data Loss Prevention Retention Policies Journaling

21 Compliance Management In-place ediscovery & hold In-place ediscovery Search mailbox data Copy them to a Discovery mailbox In-place hold: preserve ESI! Search mailbox data Preserve messages from deletion, modification and tampering

22 Compliance Management Auditing Reports to find changes made Mailboxes Configuration settings Even log administrators mailboxes! Enabled per mailbox Set-Mailbox -Identity Johan" -AuditEnabled $true Set-Mailbox -Identity Niels" -AuditEnabled $false

23 Compliance Management Data Loss Prevention Protect sensitive data from being send or deleted Comes pre-defined with regulatory standards

24 Compliance Management Retention policies MRM: Messaging Records Management How long should messages be retained? Where should the messages be retained? Should all messages be retained for the same period?

25 Compliance Management Journaling Not the same as archiving! Record all communications via a transport agent Can be configured on internal, external or all messages Reports can be generated for audits

26 Archiving 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

27 Exchange archiving Making sure the Exchange server runs smoothly Exchange 2013 is designed to use less IOPS.

28 Exchange archiving What do we need? An archive database Enable the archive option per mailbox Optional: multiple archives (used in most cases) Optional: automated archival Easy setup: all done via the Exchange Administration Center PowerShell is also supported!

29 Exchange archiving What do we need? Creating the archive database

30 Exchange archiving What do we need? Enabling archiving for a user

31 Monitoring Exchange 2014 Veeam Software. All rights reserved. All trademarks are the property of their respective owners.

32 Exchange monitoring Using Event Viewer An overview of logs for monitoring, compliance and troubleshooting.

33 Exchange monitoring Using SCOM An overview of all components: state, health, and performance

34 Exchange monitoring Using BPA Is integrated with Office 365, and allows you to review your environment for issues, and provides additional information where necessary.

35 Further Reading and References We will be doing a third part of this series, and will publish some supporting material as well at veeam.com. However if you d like there is a lot more detailed information available (some of which we used to create this series): (you had me at EHLO)

36 Next time We ll be discussing: Exchange Security High Availability and Recovery Built-in and Veeam Instant Recovery as well Item-level recovery Exchange patch testing with Veeam s Virtual Lab Questions? Niels Engelen System Engineer, Veeam Software niels.engelen@veeam.com Johan Huttenga System Engineer, Veeam Software johan.huttenga@veeam.com

MS 20342B: Advanced Solutions of Microsoft Exchange Server 2013

MS 20342B: Advanced Solutions of Microsoft Exchange Server 2013 MS 20342B: Advanced Solutions of Microsoft Exchange Server 2013 Description: Days: 5 Prerequisites: In this course, students will learn to to configure and manage a Microsoft Exchange Server 2013 messaging

More information

20342 Advanced Solutions of Microsoft Exchange Server

20342 Advanced Solutions of Microsoft Exchange Server 20342 Advanced Solutions of Microsoft Exchange Server Course Number: 20342 Category: Exchange Server 2013 Duration: 5 days Course Description This course will provide you with the knowledge and skills

More information

MOC 20342B: Advanced Solutions of Microsoft Exchange Server 2013

MOC 20342B: Advanced Solutions of Microsoft Exchange Server 2013 MOC 20342B: Advanced Solutions of Microsoft Exchange Server 2013 Course Overview This course provides students with the knowledge and skills to utilize advanced solutions in Microsoft Exchange Server 2013.

More information

Administering Microsoft Exchange Server 2016 20345-1; 5 Days, Instructor-led

Administering Microsoft Exchange Server 2016 20345-1; 5 Days, Instructor-led Administering Microsoft Exchange Server 2016 20345-1; 5 Days, Instructor-led Course Description This 5-day instructor-led course teaches IT professionals how to administer and support Exchange Server 2016.

More information

ADMINISTERING MICROSOFT EXCHANGE SERVER 2016

ADMINISTERING MICROSOFT EXCHANGE SERVER 2016 ADMINISTERING MICROSOFT EXCHANGE SERVER 2016 Table of Contents Prerequisite... 2 About Course... 2 Audience Profile... 2 At Course Completion... 3 Module 1: Deploying Microsoft Exchange Server 2016...

More information

Microsoft Exchange 2013 Ultimate Bootcamp Your pathway to becoming a GREAT Exchange Administrator

Microsoft Exchange 2013 Ultimate Bootcamp Your pathway to becoming a GREAT Exchange Administrator Microsoft Exchange 2013 Ultimate Bootcamp Your pathway to becoming a GREAT Exchange Administrator Introduction Microsoft Exchange with its inherent high level of security features, improved assistant,

More information

EXCHANGE SERVER 2013 MESSAGING

EXCHANGE SERVER 2013 MESSAGING EXCHANGE SERVER 2013 MESSAGING WINDOWS SERVER 2012, 70-341, 70-342 Module-1: Introduction to Windows Server 2012 Overview of Windows Sever 2012 Installing Windows Server 2012 Configuring Windows Server

More information

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010

10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 10135A: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 Course Number: 10135A Course Length: 5 Day Course Overview This instructor-led course will provide you with the knowledge

More information

Learn how to Backup Your Exchange Infrastructure

Learn how to Backup Your Exchange Infrastructure Learn how to Backup Your Exchange Infrastructure Niels Engelen Systems Engineer for Veeam Software (vexpert, VCP, CCNA) Johan Huttenga Solutions Architect for Veeam Software (MCSA, MCITP) Contents Executive

More information

MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 MS 10135B Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Description: Days: 5 Prerequisites: This course will provide you with the knowledge and skills to configure and manage

More information

Lasse Pettersson. Exchange 2013 Managed Availability

Lasse Pettersson. Exchange 2013 Managed Availability Lasse Pettersson Exchange 2013 Managed Availability Managed Availability Service oriented Components Probes, Monitors, Responders Architecture HealttSet Eventlog Overrides SCOM Service oriented From SCOM

More information

MS-10135 - Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

MS-10135 - Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 MS-10135 - Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Introduction This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange

More information

MS 20342 Advanced Solutions of Microsoft Exchange Server 2013

MS 20342 Advanced Solutions of Microsoft Exchange Server 2013 P a g e 1 of 9 MS 20342 Advanced Solutions of Microsoft Exchange Server 2013 Introduction This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange Server

More information

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 Course Number: 5047B Course Length: 3 Days Certification Exam This course will help you prepare for the following Microsoft

More information

Advanced Solutions of Microsoft Exchange Server 2013

Advanced Solutions of Microsoft Exchange Server 2013 Advanced Solutions of Microsoft Exchange Server 2013 Course 20342B: 5 days Module 1: Designing and Implementing Site Resilience This module explains how to design and implement site resilience for Exchange

More information

Build Your Knowledge!

Build Your Knowledge! About this Course This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange Server 2010 messaging environment. This course will teach you how to configure

More information

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise.

This course is intended for IT professionals who are responsible for the Exchange Server messaging environment in an enterprise. 10233A: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course Number: 10233A Course Length: 5 Day Course Overview This instructor-led course provides you with the knowledge

More information

Course 20341A MCSA: 70-341 Core Solutions of Microsoft Exchange Server 2013 5 Days

Course 20341A MCSA: 70-341 Core Solutions of Microsoft Exchange Server 2013 5 Days MCSE: Messaging Description Exchange 2013 is part of the new version of Office, making it easy for people to stay connected, access files anytime, and maintain messaging security. Get certified as an MCSE

More information

Course Outline: Course 10165: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange

Course Outline: Course 10165: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Course Outline: Course 10165: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft Exchange

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course 10135B: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Length: 5 Days Audience(s): IT Professionals Level: 200 Technology: Microsoft Exchange Server 2010

More information

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1 Course 10165A: Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1 OVERVIEW About this Course There are two main reasons for the course. Firstly,

More information

MS 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

MS 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 MS 10135 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 P a g e 1 of 10 About this Course This course will provide you with the knowledge and skills to configure

More information

Lesson Plans Configuring Exchange Server 2007

Lesson Plans Configuring Exchange Server 2007 Lesson Plans Configuring Exchange Server 2007 (Exam 70-236) Version 2.1 Table of Contents Course Overview... 2 Section 1.1: Server-based Messaging... 4 Section 1.2: Exchange Versions... 5 Section 1.3:

More information

Configuring Managing and Troubleshooting Microsoft Exchange Server 2010

Configuring Managing and Troubleshooting Microsoft Exchange Server 2010 Course Code: M10135 Vendor: Microsoft Course Overview Duration: 5 RRP: 1,980 Configuring Managing and Troubleshooting Microsoft Exchange Server 2010 Overview This course will provide you with the knowledge

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 About this Course This course will provide you with the knowledge and skills to configure and manage a Microsoft Exchange Server 2010 messaging environment. This course will teach you how to configure

More information

Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course Syllabus Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 About this Course This five-day, instructor-led course will provide you with the knowledge and skills

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course 10135B: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course Details Course Outline Module 1: Deploying Microsoft Exchange Server 2010 This module describes

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course 10135: 5 days; Instructor-Led

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course 10135: 5 days; Instructor-Led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 Course Details Course Code: Duration: 10135B 5 day(s) Elements of this syllabus are subject to change. This course

More information

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Course 10165; 5 Days, Instructor-led

Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Course 10165; 5 Days, Instructor-led Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 Course 10165; 5 Days, Instructor-led Course Description There are two main reasons for the course.

More information

Introduction. Part I Introduction to Exchange Server 2010 1

Introduction. Part I Introduction to Exchange Server 2010 1 Contents Introduction xxix Part I Introduction to Exchange Server 2010 1 Chapter 1 Introduction to Exchange Server 2010 3 Part II Brief History of Exchange Servers 4 New Features in Exchange Server 2010

More information

MS 20341B: Core Solutions of Microsoft Exchange Server 2013

MS 20341B: Core Solutions of Microsoft Exchange Server 2013 MS 20341B: Core Solutions of Microsoft Exchange Server 2013 Description: In this course, students will learn to configure and manage a Microsoft Exchange Server 2013 messaging environment. This course

More information

MCITPEXCH - Exchange Bootcamp Design, Configure, and Manage (10135/10233)

MCITPEXCH - Exchange Bootcamp Design, Configure, and Manage (10135/10233) MCITPEXCH - Exchange Bootcamp Design, Configure, and Manage (10135/10233) Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

COMPLETE COMPUTING, INC.

COMPLETE COMPUTING, INC. Course 10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Length 5 days About this Course This five-day, instructor-led course will provide you with the knowledge and skills

More information

MS-10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010. Course Objectives. Price. Duration. Methods of Delivery

MS-10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010. Course Objectives. Price. Duration. Methods of Delivery MS-10135: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 This five-day instructor led course will provide you with the knowledge and skills to configure and manage an Exchange

More information

Discover ITT, LLC. Deploying MS Exchange Server 2010. Course Outline- Duration-5 Days. Module 1: Deploying Microsoft Exchange Server 2010

Discover ITT, LLC. Deploying MS Exchange Server 2010. Course Outline- Duration-5 Days. Module 1: Deploying Microsoft Exchange Server 2010 Deploying MS Exchange Server 2010 Course Outline- Duration-5 Days Module 1: Deploying Microsoft Exchange Server 2010 This module describes how to prepare for, and perform, an Exchange Server 2010 installation.

More information

Dejan Foro dejan.foro@exchangemaster.net www.exchangemaster.net

Dejan Foro dejan.foro@exchangemaster.net www.exchangemaster.net What s New (beta 1) Dejan Foro dejan.foro@exchangemaster.net www.exchangemaster.net Speaker Principal Consultant @ British Telecom Global Professional Services 16 years in IT 11 x Microsoft certified (since1998)

More information

How To Configure And Manage An Exchange Server 2010 For Free

How To Configure And Manage An Exchange Server 2010 For Free Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 MOC10135 About this Course This five-day, instructor-led course will provide you with the knowledge and skills to configure and

More information

Course Description. Course Outline. Duration: 5 days Course Price: $2,975. Software Assurance Eligible. About this Course

Course Description. Course Outline. Duration: 5 days Course Price: $2,975. Software Assurance Eligible. About this Course 10165 - Updating Your Skills from Microsoft Exchange Server 2003 or Exchange Server 2007 to Exchange Server 2010 SP1 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description

More information

Quality is Advantage

Quality is Advantage Quality is Advantage Microsoft Exchange Server 2013 Configuring Course duration: 32 academic hours Exam Code: 70-662 This course is designed for novice IT specialists, who wish to master maintenance and

More information

Microsoft MCITP 70-662 Exam

Microsoft MCITP 70-662 Exam Microsoft MCITP 70-662 Exam Vendor:Microsoft Exam Code: 70-662 Exam Name: TS: Microsoft Exchange Server 2010, Configuring QUESTION 1 You have an Exchange Server 2010 Service Pack 1 (SP1) organization.

More information

ABOUT THIS COURSE AT COURSE COMPLETION PREREQUISITES COURSE OUTLINE. Core Solutions of Microsoft Exchange Server 2013 Duration : 5 days

ABOUT THIS COURSE AT COURSE COMPLETION PREREQUISITES COURSE OUTLINE. Core Solutions of Microsoft Exchange Server 2013 Duration : 5 days Core Solutions of Microsoft Exchange Server 2013 Duration : 5 days ABOUT THIS COURSE This course will provide you with the knowledge and skills to plan, deploy, manage, secure, and support Microsoft Exchange

More information

70-662: Deploying Microsoft Exchange Server 2010

70-662: Deploying Microsoft Exchange Server 2010 70-662: Deploying Microsoft Exchange Server 2010 Course Introduction Course Introduction Chapter 01 - Active Directory and Supporting Infrastructure Active Directory and Supporting Infrastructure Network

More information

Exchange 2010 Best Practices and Strategies for Backing Up and Restoring Exchange 2010 Environment

Exchange 2010 Best Practices and Strategies for Backing Up and Restoring Exchange 2010 Environment Best Practices and Strategies for Backing Up and Restoring Exchange 2010 Environment 1 Exchange 2010 Can Only Be Backed Up Using VSS Writers Microsoft: Windows Server Backup System Center Data Protection

More information

Symantec Enterprise Vault. Upgrading to Enterprise Vault 11.0.1

Symantec Enterprise Vault. Upgrading to Enterprise Vault 11.0.1 Symantec Enterprise Vault Upgrading to Enterprise Vault 11.0.1 Symantec Enterprise Vault: Upgrading to Enterprise Vault 11.0.1 The software described in this book is furnished under a license agreement

More information

Exchange Data Protection: To the DAG and Beyond. Whitepaper by Brien Posey

Exchange Data Protection: To the DAG and Beyond. Whitepaper by Brien Posey Exchange Data Protection: To the DAG and Beyond Whitepaper by Brien Posey Exchange is Mission Critical Ask a network administrator to name their most mission critical applications and Exchange Server is

More information

Microsoft 20345-2 Designing and Deploying Microsoft Exchange Server 2016

Microsoft 20345-2 Designing and Deploying Microsoft Exchange Server 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20345-2 Designing and Deploying Microsoft Exchange Server 2016 Length 5 days Price $4169.00 (inc GST) Version A Overview This course provides experienced

More information

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team

5/20/2013. The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Additions and Subtractions The primary design goal was for simplicity of scale, hardware utilization, and failure isolation. Microsoft Exchange Team Exchange Version Exchange Server 2003 and earlier versions

More information

Course Outline: Course 10135A: Configuring, Managing and Troubleshooting Microsoft

Course Outline: Course 10135A: Configuring, Managing and Troubleshooting Microsoft Course Outline: Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day,

More information

Upgrading to Exchange 2010. Session Overview. Introduction 8/8/2011. Technology Operations SOSPG3

Upgrading to Exchange 2010. Session Overview. Introduction 8/8/2011. Technology Operations SOSPG3 Upgrading to Exchange 2010 Technology Operations SOSPG3 Graphics Courtesy of Microsoft and Other Public Sources Session Overview Not an Exchange 2010 Introduction Focus on Lessons Learned Agenda Introductions

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

Exchange 2010 ITPro. Milan Marenčík Microsoft Services

Exchange 2010 ITPro. Milan Marenčík Microsoft Services Exchange 2010 ITPro Milan Marenčík Microsoft Services Exchange 2010 64 bit AD required 5 serverovych roli Anywhere, anytime, any device Secure by design 5 roli Mailbox Client Access Hub Transport Unified

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Microsoft Exchange About this Course This five-day, instructor-led course provides you with the knowledge and skills to design and deploy messaging solutions with Server 2010. This course describes how

More information

How To Manage Your Email On A Microsoft Powerbook 2.5 (For Microsoft) On A Macbook 2 (For A Mac) On An Iphone Or Ipad (For An Ipad) On Your Pc Or Macbook

How To Manage Your Email On A Microsoft Powerbook 2.5 (For Microsoft) On A Macbook 2 (For A Mac) On An Iphone Or Ipad (For An Ipad) On Your Pc Or Macbook Page 1 of 285 User Guide - Exchange Mailbox idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Terminology SYSTEM REQUIREMENTS - EXCHANGE MAILBOX IDATAAGENT DEPLOYMENT -

More information

Core Solutions of Microsoft Exchange Server 2013 Course 20341A; 5 Days

Core Solutions of Microsoft Exchange Server 2013 Course 20341A; 5 Days Core Solutions of Microsoft Exchange Server 2013 Course 20341A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Course

More information

Extend your Exchange On Premises Organization to the Cloud

Extend your Exchange On Premises Organization to the Cloud Phoenix Cloud Intelligence 2012 Extend your Exchange On Premises Organization to the Cloud Mike Pfeiffer Technical Director Interface Technical Training What is Office 365? Bringing together cloud versions

More information

At Course Completion After completing this course, students will be able to: Take This Training. On This Page Introduction.

At Course Completion After completing this course, students will be able to: Take This Training. On This Page Introduction. Course 3938B: Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft Exchange Server 2007 Course 3938: Three days; Instructor-Led Take This Training On

More information

MICROSOFT EXCHANGE, OFFERED BY INTERCALL

MICROSOFT EXCHANGE, OFFERED BY INTERCALL MICROSOFT EXCHANGE, OFFERED BY INTERCALL Comparison Sheet The table below compares in-product or service feature availability between Microsoft 2013 on-premises and Online within. Planning and Deployment

More information

Installation and Deployment in Microsoft Dynamics CRM 2013

Installation and Deployment in Microsoft Dynamics CRM 2013 Course 80539A: Installation and Deployment in Microsoft Dynamics CRM 2013 Course Details Course Outline Module 1: System Requirement and Required Technologies This module provides a high-level overview

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 20465B; 5 days, Instructor-led

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 20465B; 5 days, Instructor-led Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 20465B; 5 days, Instructor-led Course Description This five-day, instructor-led course provides you with the

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Course 10233A: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 OVERVIEW About this Course This five-day, instructor-led course provides you with the knowledge and skills

More information

Core Solutions of Microsoft Exchange Server 2013

Core Solutions of Microsoft Exchange Server 2013 Course 20341B: Core Solutions of Microsoft Exchange Server 2013 Course Details Course Outline Module 1: Deploying and Managing Microsoft Exchange Server 2013 This module describes Exchange Server 2013

More information

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010

Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Course 10135A: Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Length: 5 Days Published: February 24, 2010 Language(s): Audience(s): English IT Professionals Level: 200 Technology:

More information

How To Install The Exchange Idataagent On A Windows 7.5.1 (Windows 7) (Windows 8) (Powerpoint) (For Windows 7) And Windows 7 (Windows) (Netware) (Operations) (X

How To Install The Exchange Idataagent On A Windows 7.5.1 (Windows 7) (Windows 8) (Powerpoint) (For Windows 7) And Windows 7 (Windows) (Netware) (Operations) (X Page 1 of 208 User Guide - Exchange Database idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS

More information

Saskatoon Business College Corporate Training Centre 244-6340 corporate@sbccollege.ca www.sbccollege.ca/corporate

Saskatoon Business College Corporate Training Centre 244-6340 corporate@sbccollege.ca www.sbccollege.ca/corporate Core Solutions of Microsoft Exchange Server 2013 (Weekend Boot Camp) Sept 19 21, 2014 Course Length: 5 day (8:30am 4:00pm) Course Cost: $1,300 + GST (includes Textbook) **Instructor led by Microsoft Certified

More information

INSTALLATION AND DEPLOYMENT IN MICROSOFT DYNAMICS CRM 2013

INSTALLATION AND DEPLOYMENT IN MICROSOFT DYNAMICS CRM 2013 INSTALLATION AND DEPLOYMENT IN MICROSOFT DYNAMICS CRM 2013 LENGTH : 2 DAYS OVERWIEW This two-day training course provides individuals with the skills to install and deploy Microsoft Dynamics CRM 2013.

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Course: 10233 Length: 5 Days

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Course: 10233 Length: 5 Days About this Course Designing and Deploying Messaging Solutions with This five-day, instructor-led course provides you with the knowledge and skills to design and deploy messaging solutions with Microsoft

More information

User Guide - Exchange Public Folder idataagent

User Guide - Exchange Public Folder idataagent Page 1 of 191 User Guide - Exchange Public Folder idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Terminology SYSTEM REQUIREMENTS - EXCHANGE PUBLIC FOLDER IDATAAGENT DEPLOYMENT

More information

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) www.peaklearningllc.com 6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) Introduction This three-day instructor-led course teaches students how to implement and manage Windows Server

More information

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 Administration GUIDE Exchange Database idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 User Guide - Exchange Database idataagent Table of Contents Overview Introduction Key Features

More information

TS: Microsoft Exchange Server

TS: Microsoft Exchange Server Exam : 70-662 Title : TS: Microsoft Exchange Server Version : Demo 1 / 9 1.You have an Exchange Server 2010 Service Pack 1 (SP1) organization. The SMTP domain for the organization is contoso.com. You enable

More information

COURSE OUTLINE MOC 20341: CORE SOLUTIONS OF MICROSOFT EXCHANGE SERVER 2013 MODULE 1: DEPLOYING AND MANAGING MICROSOFT EXCHANGE SERVER 2013

COURSE OUTLINE MOC 20341: CORE SOLUTIONS OF MICROSOFT EXCHANGE SERVER 2013 MODULE 1: DEPLOYING AND MANAGING MICROSOFT EXCHANGE SERVER 2013 COURSE OUTLINE MOC 20341: CORE SOLUTIONS OF MICROSOFT EXCHANGE SERVER 2013 MODULE 1: DEPLOYING AND MANAGING MICROSOFT EXCHANGE SERVER 2013 This module describes Exchange Server 2013 prerequisites and requirements,

More information

Core Solutions of Microsoft Exchange Server 2013 MOC 20341

Core Solutions of Microsoft Exchange Server 2013 MOC 20341 Core Solutions of Microsoft Exchange Server 2013 MOC 20341 Course Outline Module 1: Deploying and Managing Exchange Server 2013 This module explains how to plan and perform deployment and management of

More information

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite Integrating Exchange 2010 With Identity Enforcer Version 9 2603 Camino Ramon Suite 110 San Ramon, CA 94583 Phone: 800-609-8610 925-217-5170 FAX: 925-217-0853 Email: support@avatier.com

More information

Course 20341B: Core Solutions of Microsoft Exchange Server 2013 OVERVIEW

Course 20341B: Core Solutions of Microsoft Exchange Server 2013 OVERVIEW Course 20341B: Core Solutions of Microsoft Exchange Server 2013 OVERVIEW About this Course This course will provide you with the knowledge and skills to plan, deploy, manage, secure, and support Microsoft

More information

Managing Office 365 Identities and Services

Managing Office 365 Identities and Services Course 20346B: Managing Office 365 Identities and Services Course Details Course Outline Module 1: Preparing for Office 365 This module reviews the features of Office 365 and identifies recent improvements

More information

Implementing and Administering Windows Small Business Server 2008

Implementing and Administering Windows Small Business Server 2008 Implementing and Administering Windows Small Business Server 2008 MOC6445 About this Course This five-day hands-on workshop provides students with the necessary knowledge to plan and implement Windows

More information

Build Your Knowledge!

Build Your Knowledge! About this Course This course will provide you with the knowledge and skills to plan, deploy, manage, secure, and support. This course will teach you how to configure Exchange and supply you with the information

More information

Microsoft. Exchange 2013. Referent: Daniel Glomb System Architect

Microsoft. Exchange 2013. Referent: Daniel Glomb System Architect Microsoft Exchange 2013 Referent: Daniel Glomb System Architect Agenda What s new Architecture Client Access Server Mailbox Server Migration Outlook 2013 / OWA What s new in Exchange 2013 Exchange Administration

More information

Course 20345-2 Designing and Deploying Microsoft Exchange Server 2016

Course 20345-2 Designing and Deploying Microsoft Exchange Server 2016 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20345-2 Designing and Deploying Microsoft Exchange Server 2016 Audience(s): IT Professionals Technology:

More information

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007

5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 5053A: Designing a Messaging Infrastructure Using Microsoft Exchange Server 2007 Course Number: 5053A Course Length: 3 Days Course Overview This three-day instructor-led course provides students with the

More information

Course 20341B: Core Solutions of Microsoft Exchange Server 2013

Course 20341B: Core Solutions of Microsoft Exchange Server 2013 Course 20341B: Core Solutions of Exchange Server 2013 Length : 5 days Audience(s) : IT Professionals Level : 300 Technology : Exchange Server 2013 Delivery Method : Instructor-led (classroom) Course Overview

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233 Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 MOC 10233 Course Outline Module 1: Introduction to Designing a Microsoft Exchange Server 2010 Deployment This

More information

Core Solutions of Microsoft Exchange Server 2013 Course 20341B; 5 days, Instructor-led

Core Solutions of Microsoft Exchange Server 2013 Course 20341B; 5 days, Instructor-led Core Solutions of Microsoft Exchange Server 2013 Course 20341B; 5 days, Instructor-led Course Description This course will provide you with the knowledge and skills to plan, deploy, manage, secure, and

More information

The Exchange Management Shell

The Exchange Management Shell THE ESSENTIAL GUIDE TO Exchange Management Using EMS By Paul Robichaux SPONSORED BY The Exchange Management Shell (EMS) offers more power and flexibility for managing and monitoring Exchange Server 2010

More information

Exchange Server. Microsoft UNLEASHED SAM. Guy Yardeni. Technical Edit by Ed Crowley. Rand Morimo io Michael Noel. Chris Amaris.

Exchange Server. Microsoft UNLEASHED SAM. Guy Yardeni. Technical Edit by Ed Crowley. Rand Morimo io Michael Noel. Chris Amaris. Rand Morimo io Michael Noel Guy Yardeni Chris Amaris Andrew Abbate Technical Edit by Ed Crowley Microsoft Exchange Server 201 UNLEASHED SAM 800 East 96th Street, Indianapolis, Indiana 46240 USA Table of

More information

Outline SSS6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory

Outline SSS6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Outline SSS6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Duration: Four consecutive Saturdays About this Course This instructor-led course provides the knowledge and skills

More information

Core Solutions of Microsoft Exchange Server 2013

Core Solutions of Microsoft Exchange Server 2013 About this Course This course will provide you with the knowledge and skills to plan, deploy, manage, secure, and support Microsoft Exchange. This course will teach you how to configure Exchange and supply

More information

Exchange 2010 migration guide

Exchange 2010 migration guide HOW-TO GUIDE Exchange 2010 migration guide This guide details the best practices to follow when migrating from Microsoft Exchange 2003 to Microsoft Exchange 2010. The guidelines provided explain how to

More information

Exchange 2013 Deployment, Coexistence, Virtualization. Jeff Mealiffe Senior Program Manager Exchange Product Group

Exchange 2013 Deployment, Coexistence, Virtualization. Jeff Mealiffe Senior Program Manager Exchange Product Group Exchange 2013 Deployment, Coexistence, Virtualization Jeff Mealiffe Senior Program Manager Exchange Product Group Agenda Fundamentals of Deployment Upgrade and Coexistence Public Folder Migrations Virtualization

More information

Installation and Deployment in Microsoft Dynamics CRM 2013 80539A; 2 Days

Installation and Deployment in Microsoft Dynamics CRM 2013 80539A; 2 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Installation and Deployment in Microsoft Dynamics CRM 2013 80539A; 2 Days

More information

(80539A) Installation and Deployment in Microsoft Dynamics CRM 2013

(80539A) Installation and Deployment in Microsoft Dynamics CRM 2013 (80539A) Installation and Deployment in Microsoft Dynamics CRM 2013 OBJECTIVE This two-day training course provides individuals with the skills to install and deploy Microsoft Dynamics CRM 2013. The training

More information

Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft

Updating Your Skills from Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 to Microsoft Key Data Product #: 2764 Course #: 3938 Number of Days: 3 Format: Instructor-Led Certification Exams: This course helps you prepare for the following Microsoft Certified Professional exams: Exam 7-236,

More information

Updating Your Windows Server 2003 Technology Skills to Windows Server 2008

Updating Your Windows Server 2003 Technology Skills to Windows Server 2008 Skills to 2008 About this Course This five-day instructor-led course teaches the features and technologies of 2008 and 2008 R2 to IT professionals who have specialist skills in working with 2003 technologies.

More information

PowerShell for Dummies

PowerShell for Dummies PowerShell for Dummies Project: Supervision Targeted Product: GSX Monitor & Analyzer Content Introduction: A Bit of History... 3 Starting with PowerShell... 4 Prerequisites... 5 Exchange Management Shell...

More information

4/16/2013. Install. Setup.exe /mode:install /roles:clientaccess Setup.exe /mode:install /roles:mailbox Setup.exe /mode:install /roles:managementtools

4/16/2013. Install. Setup.exe /mode:install /roles:clientaccess Setup.exe /mode:install /roles:mailbox Setup.exe /mode:install /roles:managementtools http://technet.microsoft.com/en-us/library/aa996719%28v=exchg.150%29.aspx http://technet.microsoft.com/en-us/library/cc731125(v=ws.10).aspx 1 4/16/2013 Exchange 2010 Architecture Client Access Hub Transport,

More information

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2

Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Course 10233B: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 Length: Delivery Method: 5 Days Instructor-led (classroom) About this Course This five-day,

More information

Core Solutions of Microsoft Exchange Server 2013

Core Solutions of Microsoft Exchange Server 2013 Course 20341B: Core Solutions of Microsoft Exchange Server 2013 Page 1 of 6 Core Solutions of Microsoft Exchange Server 2013 Course 20341B: 4 days; Instructor-Led Introduction This course will provide

More information

Mod 9: Exchange Online Archiving

Mod 9: Exchange Online Archiving Office 365 for SMB Jump Start Mod 9: Exchange Online Archiving Chris Oakman Managing Partner Infrastructure Team Eastridge Technology Stephen Hall Owner & IT Consultant District Computers 1 Jump Start

More information