Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server

Size: px
Start display at page:

Download "Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server"

Transcription

1 Expert Reference Series of White Papers Optimizing Microsoft Exchange in the Enterprise Part I: Optimizing the Mailbox Server Role and the Client Access Server COURSES

2 Optimizing Microsoft Exchange in the Enterprise: Optimizing the Mailbox Server Role and the Client Access Server B Gigovic, Introduction Exchange Server 2010 is one of the most flexible and robust products in managing the messaging infrastructure of an organization. It includes a considerable number of features that help control the way s are stored and exchanged within the premises of the company. While the default setup provides basic functionality, it s typically a worthwhile endeavor to tune your Exchange configuration for maximize productivity. In this two-part white paper, we are going to explore and recommend changes for a standard installation of Exchange server in the organization. It is divided in five sections, in accordance to major Exchange roles that are available in the product. Part 1 examines Optimizing the Mailbox Server Role and Optimizing the Client Access Server (CAS). Part 2 looks at Optimizing the Hub Transport Server, Miscellaneous Features, and Lync and SharePoint Integration. Optimizing the Mailbox Server Role The mailbox server role is one of the most critical components of Exchange. It is the location where the user s data is stored. It is also a key component in the proper functioning of the following: Hosting of public folder databases; address policies and address lists; Retention policies and messaging record management; Offline Address Book generation server role. While the standard setup creates the default mailbox database and allows storage of s, additional features can be used to ease the administration of different types of objects, turn on archival for user mailboxes or implement high availability and failover clustering in the design. Number of databases and location The default storage location of the mailbox database, as well as the logs, is the system drive. For performance and better recovery, it is recommended to move these components on separate physical drives or locations within a SAN. A minimum RAID level, such as RAID1 or RAID5, will provide fault tolerance for that data. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 2

3 The databases and logs can be moved within the Exchange Management Console (Organization Configuration-> Database Management-> Right-click on database-> Move database path) or with the following sample cmdlet: Move-DatabasePath Identity Marketing EdbFilePath D:\DBs\Marketing.edb LogFolderPath D:\DBs\ Marketing Databases will be dismounted while the move operation is in progress. Exchange Standard Edition supports five database instances, while the Enterprise Edition supports 100. It is recommended to use smaller databases fewer users are affected in the case of an outage, backup and restore is quicker, more granularity when it comes to applying quotas, and much more. Resource mailboxes Resources mailboxes are practical for managing meetings and booking different types of resources, such as projectors, rooms, whiteboards, and other type of equipment. This feature permits the automatic management of the resources through the Resource Booking Attendant, as well as other numerous options that allow administrators to granularly control how resources can be used and scheduled in meetings. Prior to using resource mailboxes, in a legacy environment, we would create a generic Active Directory (AD) account that would then be treated as the resource object, or we can create specific calendars in public folders, from where management of these objects would be done. Now, a type of mailbox exists exclusively for that purpose. With resource mailboxes, a specific type of object is created within the organization, and then used in meeting requests of users though Outlook or Outlook Web App. Instead of using a generic account for managing these types of operations, a resource mailbox allows for the creation of a specific type of user account in AD that is disabled after creation. Key features of the resource mailboxes include the following: Specify who can use resource objects and exceptions when it comes to users that can override approval of delegates (resource in-policy and out-of-policy meeting requests) Ability to specify objects found in a specific conference room that users can see through the description of the resource in their Exchange client (resource custom properties) Control meeting requests though the Exchange client without having to add the resource mailbox as an additional mailbox in Outlook (resource delegates) Ability to specify properties of a room or resource, such as duration, conflicts, room capacity, etc. (resource policies) Change common options of the resource mailbox through the Exchange Control Panel It is possible to create new mailbox resource objects through the Exchange Management Console or through the Exchange Management Shell using the following examples: Copyright 2012 Global Knowledge Training LLC. All rights reserved. 3

4 Conference room New-Mailbox -Room -Name Room1 -Alias Room1 -UserPrincipalName -First- Name Room -LastName 1 Projector New-Mailbox -Equipment -Name Projector1 -Alias Projector1 -UserPrincipalName Projector1@contoso.com -FirstName Projector -LastName 1 It is also possible to convert an existing legacy room resource account into a resource mailbox using the following command: Set-Mailbox LegacyRoom1 -Type Room Dynamic distribution groups Dynamic distribution groups are useful when membership of users change often in groups. A static distribution group gets its members assigned manually by the recipient administrators. In contrast, dynamic distribution groups take advantage of AD attributes to automatically assign memberships to users by defining filters and conditions. For instance, when an employee changes function or department, an administrator changes the corresponding attributes in AD, and the user account s membership to an group also changes without direct interaction to the group properties. We can use very specific filters to fulfill different business requirements, such as sending to all users in a specific location, or to accounts that share some information in common. While dynamic distribution groups require a little more processing on servers in order to find members before the is sent, it is certainly a way to automate membership, but only if attributes in AD are well-populated. As an alternative, recipient administrators can also define custom attributes if they do not have the appropriate permissions to change AD objects attributes. A dynamic distribution group has the same properties and settings as a static group, including group moderation, a feature that allows for message approval by group moderators, authentication options, and MailTips, as well as options defining the group SMTP settings. It can be managed using the Exchange Management Console or the Exchange Management Shell. To create a new distribution group, we can use the following command: New-DynamicDistributionGroup -Name Users in Toronto office -OrganizationalUnit contoso.com\users -RecipientFilter {((RecipientType -eq UserMailbox ) and (Office -eq Users in Toronto office ))} Copyright 2012 Global Knowledge Training LLC. All rights reserved. 4

5 We can edit different properties of the group by using the set-distributiongroup cmdlet with appropriate parameters. Personal archives One of the top challenges Exchange administrators face is the decentralized management of older messages, which is done through PST files. PST files contain archives and are normally stored locally on client computers. Thus, the administration of those PST files is very difficult, and the following concerns exist. Theft of PST files storing sensitive data can occur Searching the PST archive can be difficult No centralized quotas PST archive is only seen from the local computer where the data resides The solution to this problem is the creation of Personal Archives on the Exchange Server. A Personal Archive allows the removal of older messages from the local computer and the transition of that data to a special mailbox on the server. That mailbox does not have to be on the same database/physical location as the live mailbox, and several configuration options, such as quotas, can be applied to it. Older can then be secured, managed in a centralized way, and accessed through Outlook (version 2010 only), as well as Outlook Web App. Combined with retention tags and policies (which specify what action to perform over older ), the Personal Archive can be useful because Exchange Server can apply these retention settings to the received and automatically populate the Personal Archive, allowing a seamless transition of messages to the Archive mailbox. A Personal Archive can be enabled by creating a user mailbox. It is possible to activate it for an existing account through the Exchange Management Console or the following Exchange Management Shell sample cmdlet: Enabl box User1 -Archive ArchiveDatabase DB1 Transitioning the existing PST files of all users to the online archive can be a long process. One of the options available is to use the Outlook interface and manually move the content of the PST to the archive. For larger organizations, this can be a scalability issue and requires an extensive administrative effort. Exchange offers a way to inject PST files into a user mailbox or archive mailbox, allowing administrators to bulk import this data and populate the archives: New-MailboxImportRequest Mailbox User1-IsArchive FilePath \\SRV\LocalArchive\User1.pst The only downside to this method is that the PST must be placed on a network; however, an interaction with the client in this case is not necessary. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 5

6 Database Availability Groups Implementing Database Availability Groups (DAGs) is a major feature that solves the problem of downtime when it comes to the database servers. A DAG is a collection of mailbox servers that replicate some or all of their databases amongst each other. With continuous replication, DAG members get the most up-to-date content replicated on their passive databases. A witness server within the infrastructure is also present to maintain integrity across active and passive nodes. What is most interesting about this feature is that this design is not a server-to-server replication, but rather a database-to-database replication, allowing a lot more of flexibility when designing a failover clustering scenario. Consistency is maintained when DAG members are located on different physical sites, providing the ability to include a disaster recovery site in our Exchange organization topology. Prior to the release of Exchange Server 2010, high availability and failover clustering were somewhat confusing. Multiple high availability options existed, but each of these was lacking some features. DAG combines the best features in terms of ease of configuration, reliability, and flexibility, and uses some components of the Failover Clustering feature in Windows (e.g., heartbeat, file share witness, etc.). A DAG can be configured through the Exchange Management Console or using the Exchange Management Shell by following these three steps. Create the DAG New-DatabaseAvailabilityGroup Name DAG1 WitnessServer SRV2 -WitnessDirectory C:\FSWDAG1 Add member servers to the DAG Add-DatabaseAvailabilityGroupServer DAG1 MailboxServer EX1 Configure replication on databases Add-DatabaseAvailabilityGroupServer -Identity DAG -MailboxServer EX1 Once the DAG is functional, an administrator can configure lagged copies, which work against logical corruption being replicated to the passive database. A lagged copy will stop logs being replayed against a passive database (in the instance below for seven days), avoiding traditional restores to be done over the corrupted database: Set-MailboxDatabaseCopy -identity DAG1\EX1 -ReplayLagTime 7.0:0:0 The DAG configuration is supported on Standard versions of Exchange Server Offline Address Book distribution The Offline Address Book (OAB) is used by offline Outlook clients in cache mode. By default, the OAB distribution mechanism allows the OAB to be transferred to client machines through Public folders as well as IIS. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 6

7 If Outlook clients are running Outlook 2007 and later versions, you can disable the Public Folder distribution mechanism and rely on Web Services to upload the OAB to Outlook clients. Web Services offer more flexible and secure file transfer over to the clients. Technically, a virtual directory exists on the CAS servers, where OAB content is generated by following an update schedule (OAB properties), then transferred to clients when they connect from an online Outlook. It is possible to make the change by unchecking Enable public folder distribution option found in the properties of the OAB (Organization Configuration-> Mailbox-> Offline Address Book tab-> Properties-> Distribution tab). You can also customize which types of clients are allowed to retrieve the OAB from the Exchange servers. Optimizing the Client Access Server (CAS) The client access server role is a major component in providing connectivity of end users to their mailboxes. In Exchange Server 2010, a mailbox cannot be accessed without connecting to a CAS first, which stresses the importance of appropriately configuring this role. Remote access solutions Enabling the remote access solutions can be interesting because the same secure protocol is used for all types of access. SSL provides a seamless type of access for all client methods. Outlook Web App The Web application that allows end users access to their provides a graphical user interface that is very similar to the Outlook client. It features most of the same options that the Office client has. Many organizations rely exclusively on this type of access because it doesn t require any particular software to be installed on the client machines, and it is reliable. Outlook Web App is enabled by default for all users; however, certificate configuration should be done (as for all other methods below), which is covered in the next sections. Outlook Web App policies can be configured to allow users access to specific options within the Outlook Web App web console. Outlook Anywhere Many users complain about being unable to use the full Outlook client when off premises. The solution is Outlook Anywhere, which allows seamless access to the user s mailbox wherever the client has Internet connectivity. A secure tunnel is established from the client to an RPC proxy (CAS Server), allowing the client to pass RPC traffic over HTTPS. Since the full Outlook client is used, it is a very transparent connection to the CAS servers. Outlook Anywhere can be enabled on the server by specifying the external FQDN of the CAS, as well as by choosing the authentication type (Basic or NTLM). SSL Offloading allows terminating the encryption at a loadbalancing endpoint, which is left disabled for most instances. This can be done through the Exchange Management Console or using the following cmdlet: Copyright 2012 Global Knowledge Training LLC. All rights reserved. 7

8 Enable-OutlookAnywhere -Server EX1 -ExternalHostname mail.contoso.com -DefaultAuthentication- Method Basic -SSLOffloading $false On the client side, it is necessary to modify RPC Proxy settings, or properly configure Autodiscover settings to allow auto-detection of parameters when a client reaches the infrastructure. Outlook MAPI This is the most common setup and is already configured in most organizations. This type of access is used when Outlook is running inside the organization. ActiveSync Organizations can enable mobile phone access to company s . This feature is interesting because of the high amount of policies that can control the end-user device, as well as stored on that type of media. By enabling ActiveSync, users have the option to control access to their phone in case of a loss, and can wipe it remotely while making sure data cannot be recovered. ActiveSync is constantly in sync with the CAS servers a convenient way to read as it comes to the mailbox. What happens to POP and IMAP? These types of protocols should not be used, as they do not provide a synchronization interface between client and server, but rather a pull operation. will be kept on the server for a specific period of time, and clients will need to configure auto-retrieve settings in Outlook. Moreover, these types of solutions are not natively secure. POP and IMAP are disabled by default and should be used only if legacy clients need to connect to the organization. Certificates Certificates are the base of a trust relationship between servers and clients. Certificates are used to provide a secure way to interact with CAS servers. While certificates exist by default in an Exchange installation, these need to be changed in order to reflect a consistency and a well-established trust for connecting clients. The default setup comes with a self-signed certificate which is untrusted. Many of features such as Outlook Anywhere will not work without a properly configured certificate on the CAS servers. A certificate can be obtained from two types of certification authorities: Internal CA: The advantage of requesting a certificate from an internal CA is that the certificate is delivered at no cost. External users whose computers are not members of domain will not trust the issuing CA, thus these end-users will be presented with a message specifying this problem. Although it seems the internal CA comes at no cost, it is important to consider that an entire PKI needs to be set up to support this design. If CAs are used for other purposes within the organization already, then it may be a useful solution; however, if a PKI is built exclusively for the purpose of delivering certificates to Exchange, then administrative overhead needed to set up and maintain the servers can also be a concern. Public CA: The advantage of having configured a certificate delivered by an external party is because it will be typically trusted by all connecting computers. However, this implies costs based on the level of security, validity, number of domain names, etc. A certificate issued from a public CA is recommended due to the ease of setup; it does not require internal CA infrastructure or modifications to any end-user computer. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 8

9 It is possible to configure a server certificate within the Exchange Management Console. A wizard is typically used to create a request file that is sent to a certification authority with domain names chosen during the assistant. Some organizations prefer having separate domain names to identify types of services offered (e.g., Webmail.contoso.com for OWA, oa.contoso.com for Outlook Anywhere, etc.), while others keep the consistency with a domain name such as mail.contoso.com, corresponding to any service accessed on CAS servers. Once the request is approved, it is necessary to complete the installation of the certificate through the same wizard and assign it to selected services (typically, IIS is chosen). While it is possible to request certificates through the IIS console on a CAS server, a recommended way of performing the operations is through the Exchange Management Console (Server Configuration). Load-balancing arrays Now that all types of client connectivity rely on CAS servers, including Outlook MAPI, it is critical to implement a load-balancing scenario with multiple CAS servers that can help in the event of failure of one or more CAS servers. It is possible to create a group of CAS servers (an array) that have the exact same configuration, allowing clients to connect to one of these and access their mailboxes. This scenario is different from a DAG, because DAG uses clustering features with active/passive nodes, while in this case, all servers perform processing at the same time. An array can also be useful to scale out if the number of requests increases, or if a denial of service is happening, more array members will be able to support more load. An array can be defined using a hardware load balancing solution, or the NLB feature of Windows. While it is not recommended to use the NLB feature, it can still provide a low-cost load balancing solution. In case of using NLB, CAS array members get assigned a virtual IP address defined by the load balancing mechanism. NLB members can coordinate by themselves which server gets the next request (heartbeat). In case of a HLB solution, the clients will connect to a dedicated load balancing device, which is responsible for distributing the load on members of arrays appropriately, using policies and filters. In both scenarios, DNS settings have to be modified: the A record has to point to the VIP or HLB IP address. While some configuration is performed on load balancers, it is necessary to create the arrays on the CAS servers, as well as define some basic properties for its members. A CAS array can be exclusively created through the Exchange Management Shell: New-clientaccessarray Name Array1 FQDN mail.contoso.com Site Toronto In this case, we are defining the array, as well as the FQDN that has to match the DNS entry. Notice we do not specify the member servers, but rather the site on which the array will be created. Through AD, Exchange is able to find out the corresponding members. We can have one array per AD site. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 9

10 While new databases and mailboxes created will be using this array for access, existing mailbox databases need to be updated in order for them to detect the presence of an array. This is a per mailbox database setting and can be done through a cmdlet: Set-mailboxdatabase DB1 RPCClientAccessServer mail.contoso.com Failure to perform this step will cause a connection issue for clients already having a mailbox on that particular site. We do not have this issue when creating databases after the array is set up. Autodiscover Autodiscover helps an Outlook client populate connection and database settings automatically when a profile is created. When an Outlook (version 2007 or greater) is launched, and the user specifies login credentials, it tries to contact a particular FQDN that can help in the auto configuration of the client: autodiscover.domain.com. Then, it will download an XML file from a CAS server (autodiscover DNS record points to CAS) that instructs the client on which mailbox server to find the database, how to configure RPC over HTTP settings, and other useful connectivity settings. This solves the problem of moving mailboxes when transitioning/upgrading. Outlook is able to update its configuration without requiring assistance from the user. It is a great feature because the end-user does not have to know any part of the infrastructure for the configuration of the client. Autodiscover can be also useful when a mailbox failure occurs, and databases need to be moved to an alternate location. It is used in scenarios such as dial tone recovery, reducing the load on administrators who would normally have to reconfigure clients manually to point to new mailbox servers. Autodiscover is enabled by default, but still requires the creation of an A record in DNS pointing to that CAS server or CAS array. Firewall and publishing applications considerations It is often challenging to properly secure the Exchange environment, especially servers that can be directly accessible from the Internet. Exchange Server requires a minimum number of ports that need to be open to the outside world. For client access (not referring to flow in this case), only one port needs to be open as inbound from the outside world to the CAS: 443. Exchange Web Services all work on SSL, providing great security natively, as well as allowing for easier reconfiguration of firewalls at the corporate side and on the user side. Client outbound connections are usually not denied on port 443, allowing the client to access s remotely virtually from anywhere. Although Web Services require our CAS servers to have one port open, there is still one concern. At that point, the issue we encounter is that these external clients directly connect to the CAS servers (which need to be internal a DMZ setup is not recommended). Thus, authentication will be performed directly on front-end servers. This can be a security concern for some organizations. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 10

11 We can solve this issue by configuring a reverse proxy solution. A reverse proxy solution is a server that is configured to impersonate a CAS server, allowing clients to trust that server and to authenticate to it, without making a direct connection to the internal CAS infrastructure. A reverse proxy is very different from a port-forward mechanism because of that additional layer of security. It is normally found in a DMZ or at the inner edge of the network. A reverse proxy can publish an Exchange application (such as Outlook Web App, Anywhere, etc.) as well as any other application to the outside world; client connectivity will end on that proxy. A new connection is then initiated from that server to the back-end CAS servers, secured inside the organization. One of these solutions is the Forefront Threat Management Gateway (TMG). While TMG can be used for reverse proxying, it is also capable of providing Web filtering, caching, and many other features that enhance how internal and external users can access different types of resources. Conclusion While Exchange Server 2010 is a mature product there are always ways to configure and optimize your messaging solution for improved performance. Now that we ve examined the basic Mailbox server role and Client Access Server, we will next review how administrators can improve performance of the Hub Transport Server and a variety of other Exchange administration tips. We ll also discuss ways to integrate your Exchange deployment with Lync Server and SharePoint for a tightly integrated communications platform in the second half of this white paper, Optimizing Microsoft Exchange for the Enterprise, Part II. Learn More To learn more about how you can improve productivity, enhance efficiency, and sharpen your competitive edge, Global Knowledge suggests the following courses: Configuring, Managing, and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2 (M10135) Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 Service Pack 2 (M10233) MCITP: Enterprise Messaging Administrator 2010 Boot Camp Visit or call COURSES ( ) to speak with a Global Knowledge training advisor. About the Author Boris Gigovic (MCTS, MCITP, CCNA) is a Global Knowledge trainer focused on Microsoft, Citrix, and Windows technologies. With over ten years of experience in the field, Boris is in high demand as an IT consultant conducting corporate security and network audits in the Montreal area. Copyright 2012 Global Knowledge Training LLC. All rights reserved. 11

Optimizing Microsoft Exchange in the Enterprise Part II: Hub Transport Server and Lync-SharePoint Integration

Optimizing Microsoft Exchange in the Enterprise Part II: Hub Transport Server and Lync-SharePoint Integration Expert Reference Series of White Papers Optimizing Microsoft Exchange in the Enterprise Part II: Hub Transport Server and Lync-SharePoint Integration 1-800-COURSES www.globalknowledge.com Optimizing Microsoft

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

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

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

Deploying the Barracuda Load Balancer with Microsoft Exchange Server 2010 Version 2.6. Introduction. Table of Contents

Deploying the Barracuda Load Balancer with Microsoft Exchange Server 2010 Version 2.6. Introduction. Table of Contents Deploying the Barracuda Load Balancer with Microsoft Exchange Server 2010 Version 2.6 Introduction Organizations use the Barracuda Load Balancer to distribute the load and increase the availability of

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

Microsoft Exchange Server

Microsoft Exchange Server Deployment Guide Document Version: 4.9.2 Deploying the BIG-IP System v10 with Microsoft Welcome to the F5 and Microsoft Exchange 2010 deployment guide. This document contains guidance on configuring the

More information

Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology

Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology Load Balancing Exchange 2007 Client Access Servers using Windows Network Load- Balancing Technology In this article I will show you how you can load-balance Exchange 2007 Client Access Servers (CAS) using

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

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

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

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

MCTS: Microsoft Exchange Server 2010

MCTS: Microsoft Exchange Server 2010 MCTS: Microsoft Exchange Server 2010 Course Description and Overview Overview SecureNinja's Exchange Server 2010 training and certification boot camp in Washington, DC will provide you the knowledge necessary

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

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 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

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

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

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

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide Alteon Application Switch And Microsoft Exchange 2010 Integration Guide Version - 1.05 Products: Alteon Application Switch Software: Alteon v.27.0-1 - Microsoft Exchange 2010 Contents Microsoft Exchange

More information

TS: Microsoft Exchange Server 2010, Configuring

TS: Microsoft Exchange Server 2010, Configuring EXAM 70-662 TS: Microsoft Exchange Server 2010, Configuring Question: 1 Your network contains an Active Directory forest. All domain controllers run Windows Server 2008. You need to ensure that you can

More information

Microsoft Exchange Server 2010 SP1

Microsoft Exchange Server 2010 SP1 Microsoft Exchange Server 2010 SP1 Number: 70-663 Passing Score: 700 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Mixed dump of Herby and oktrian, credit for these guys. Cleaned from

More information

EXAM - 70-662. TS: Microsoft Exchange Server 2010, Configuring. Buy Full Product. http://www.examskey.com/70-662.html

EXAM - 70-662. TS: Microsoft Exchange Server 2010, Configuring. Buy Full Product. http://www.examskey.com/70-662.html Microsoft EXAM - 70-662 TS: Microsoft Exchange Server 2010, Configuring Buy Full Product http://www.examskey.com/70-662.html Examskey Microsoft 70-662 exam demo product is here for you to test the quality

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

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

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

Microsoft Exchange Client Access Servers

Microsoft Exchange Client Access Servers F5 Deployment Guide Microsoft Exchange Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide. Use this document for guidance on configuring

More information

Resonate Central Dispatch

Resonate Central Dispatch Resonate Central Dispatch Microsoft Exchange 2010 Resonate, Inc. Tel. + 1.408.545.5535 Fax + 1.408.545.5502 www.resonate.com Copyright 2013 Resonate, Inc. All rights reserved. Resonate Incorporated and

More information

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers

Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Deployment Guide Deploying the BIG-IP System v11 with Microsoft Exchange 2010 and 2013 Client Access Servers Welcome to the F5 and Microsoft Exchange 2010 and 2013 Client Access Server deployment guide.

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

Transport server data paths

Transport server data paths 1 of 14 14/11/2011 2:45 PM Applies to: Exchange Server 2010 SP1 Topic Last Modified: 2011-04-22 This topic provides information about ports, authentication, and for all data paths used by Microsoft Exchange

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

Digital certificates and SSL

Digital certificates and SSL Digital certificates and SSL 20 out of 33 rated this helpful Applies to: Exchange Server 2013 Topic Last Modified: 2013-08-26 Secure Sockets Layer (SSL) is a method for securing communications between

More information

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Microsoft Forefront TMG Webserver Load Balancing Abstract In this article I will show you how

More information

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler

Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Deployment Guide Guide to Deploying Microsoft Exchange 2013 with Citrix NetScaler Extensive guide covering details of NetScaler ADC deployment with Microsoft Exchange 2013. Table of Contents Introduction

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

MCITP: Enterprise Messaging Administrator 2010 Boot Camp

MCITP: Enterprise Messaging Administrator 2010 Boot Camp MCITP: Enterprise Messaging Administrator 2010 Boot Camp Validate your Exchange Server skills with the MCITP: Enterprise Messaging Administrator certification. In an intensive and immersive hands-on learning

More information

Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution

Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution Load Balancing Exchange 2010 Client Access Servers using an Hardware Load Balancer Solution Introduction With Exchange 2010, Outlook MAPI clients use the Client Access Server (CAS) role in the middle tier

More information

Sophos UTM Web Application Firewall for Microsoft Exchange connectivity

Sophos UTM Web Application Firewall for Microsoft Exchange connectivity How to configure Sophos UTM Web Application Firewall for Microsoft Exchange connectivity This article explains how to configure your Sophos UTM 9.2 to allow access to the relevant Microsoft Exchange services

More information

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Microsoft Forefront TMG How to use TMG network templates Abstract In this article I will show

More information

Installation and configuration guide

Installation and configuration guide Installation and Configuration Guide Installation and configuration guide Adding X-Username support to Forward and Reverse Proxy TMG Servers Published: December 2010 Applies to: Winfrasoft X-Username for

More information

Load Balancing Microsoft Exchange 2016. Deployment Guide

Load Balancing Microsoft Exchange 2016. Deployment Guide Load Balancing Microsoft Exchange 2016 Deployment Guide rev. 1.0.1 Copyright 2002 2016 Loadbalancer.org, Inc. Table of Contents About this Guide... 4 Loadbalancer.org Appliances Supported... 4 Loadbalancer.org

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

More information

Exchange Server Hybrid Deployment for Exchange Online Dedicated

Exchange Server Hybrid Deployment for Exchange Online Dedicated Dedicated and ITAR-support Plans Hybrid Deployment for Exchange Online Dedicated Applies to: Office 365 Dedicated - Legacy 2013 Platform Release Topic Last Modified: 31-Jan-2013 Topic Last Modified: 31-Jan-2013

More information

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide

Alteon Application Switch. And. Microsoft Exchange 2010. Integration Guide Alteon Application Switch And Microsoft Exchange 2010 Integration Guide Version - 1.04 Products: Alteon Application Switch Software: Alteon v.27.0-1 - Microsoft Exchange 2010 Contents Microsoft Exchange

More information

LoadBalancer and Exchange 2013

LoadBalancer and Exchange 2013 Lasse Pettersson LoadBalancer and Exchange 2013 Lasse Pettersson Load Balancing Load Balancing basics Load balance previous version of Exchange Load Balance Exchange 2013 introduction What is LoadBalancing?

More information

Microsoft Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer

Microsoft Exchange Server 2010: Highly Available, High Performing And Scalable Deployment With Coyote Point Equalizer The recognized leader in proven and affordable load balancing and application delivery solutions Deployment Guide Microsoft Exchange Server 2010: Highly Available, High Performing And Scalable Deployment

More information

ALOHA Load-Balancer. Microsoft Exchange 2010 deployment guide. Document version: v1.4. ALOHA version concerned: v4.2 and above

ALOHA Load-Balancer. Microsoft Exchange 2010 deployment guide. Document version: v1.4. ALOHA version concerned: v4.2 and above ALOHA Load-Balancer Microsoft Exchange 2010 deployment guide Document version: v1.4 ALOHA version concerned: Microsoft Exchange Server: v4.2 and above 2010 RTM, SP1, SP2, SP3 Last update date: November

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

Migrating Exchange Server to Office 365

Migrating Exchange Server to Office 365 Migrating Exchange Server to Office 365 By: Brien M. Posey CONTENTS Domain Verification... 3 IMAP Migration... 4 Cut Over and Staged Migration Prep Work... 5 Cut Over Migrations... 6 Staged Migration...

More information

6445A - Implementing and Administering Windows Small Business Server 2008

6445A - Implementing and Administering Windows Small Business Server 2008 6445A - Implementing and Administering Windows Small Business Server 2008 Course Number: 6445A Course Length: 5 Days Course Overview This 5 day course provides students with the necessary knowledge to

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

How To Migrate From 2003 To 2010 On An Exchange 2003 Server 2003 (For A Large Organization)

How To Migrate From 2003 To 2010 On An Exchange 2003 Server 2003 (For A Large Organization) Copyright 2010 LockLAN Systems Pty Ltd The right of LockLAN Systems Pty Ltd to be identified as author and copyright owner of this work is asserted by LockLAN Systems Pty Ltd in accordance with Australian

More information

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de

Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Owner of the content within this article is www.isaserver.org Written by Marc Grote www.it-training-grote.de Microsoft Forefront TMG How to use SQL Server 2008 Express Reporting Services Abstract In this

More information

Discuss the new server architecture in Exchange 2013. Discuss the Client Access server role. Discuss the Mailbox server role

Discuss the new server architecture in Exchange 2013. Discuss the Client Access server role. Discuss the Mailbox server role Discuss the new server architecture in Exchange 2013 Discuss the Client Access server role Discuss the Mailbox server role 5 major roles Tightly coupled Forefront Online Protection for Exchange Edge Transport

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

BUILT FOR YOU. Contents. Cloudmore Exchange

BUILT FOR YOU. Contents. Cloudmore Exchange BUILT FOR YOU Introduction is designed so it is as cost effective as possible for you to configure, provision and manage to a specification to suit your organisation. With a proven history of delivering

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! http://www.pass4test.com We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way! http://www.pass4test.com We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 070-342 Title : Advanced Solutions of Microsoft Exchange Server 2013 Vendor

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

Hybrid Architecture. Office 365. On-premises Exchange org (Exchange 2007+) Provisioned via DirSync. Secure Mail flow

Hybrid Architecture. Office 365. On-premises Exchange org (Exchange 2007+) Provisioned via DirSync. Secure Mail flow Hybrid Deployment Hybrid Architecture Provisioned via DirSync Exchange 2010 (HUB/CAS) Exchange 2013 CAS & MBX Secure Mail flow Exchange Federation (Free/Busy, Mail Tips, Archive, etc.) Mailbox data via

More information

Copyright extends to any and all countries in which this publication is purchased and/or viewed and/or read.

Copyright extends to any and all countries in which this publication is purchased and/or viewed and/or read. Copyright 2010 LockLAN Systems Pty Ltd The right of LockLAN Systems Pty Ltd to be identified as author and copyright owner of this work is asserted by LockLAN Systems Pty Ltd in accordance with Australian

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology

Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology Introduction Exchange Server 2007 (RTM and SP1) Hub Transport servers are resilient by default. This

More information

Exchange 2007 Overview

Exchange 2007 Overview Exchange 2007 Overview Presented by: Chris Avis IT Evangelist Microsoft Corporation Seattle Windows Networking User Group February 2009 monthly meeting What Will We Cover? New features in Microsoft Exchange

More information

Installation and configuration guide

Installation and configuration guide Installation and Configuration Guide Installation and configuration guide Adding X-Forwarded-For support to Forward and Reverse Proxy TMG Servers Published: May 2010 Applies to: Winfrasoft X-Forwarded-For

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

E Exchange Server 2010

E Exchange Server 2010 Page 1 of 6 Dimension Data Learning Solutions visit us at www.ddls.com.au or call us on 1800 U LEARN (1800 853 276) Microsoft Training Cisco Training Citrix Training Check Point Training VMWare Training

More information

Load Balancing for Microsoft Office Communication Server 2007 Release 2

Load Balancing for Microsoft Office Communication Server 2007 Release 2 Load Balancing for Microsoft Office Communication Server 2007 Release 2 A Dell and F5 Networks Technical White Paper End-to-End Solutions Team Dell Product Group Enterprise Dell/F5 Partner Team F5 Networks

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

Novell to Microsoft Conversion Assessment: Exchange 2010 Design

Novell to Microsoft Conversion Assessment: Exchange 2010 Design Novell to Microsoft Conversion Assessment: Exchange 2010 Design Presented To: 2/09/2011 1215 Hamilton Lane, Suite 200 Naperville, IL 60540 www.morantechnology.com Voice & Fax: 877-212-6379 Version History

More information

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב ע"ש ספיר

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב עש ספיר מודולות הלימוד של מייקרוסופט הקורס מחולק ל 4 מודולות כמפורט:.1Configuring Microsoft Windows Vista Client 70-620 Installing and upgrading Windows Vista Identify hardware requirements. Perform a clean installation.

More information

Monitoring Agent for Microsoft Exchange Server 6.3.1 Fix Pack 9. Reference IBM

Monitoring Agent for Microsoft Exchange Server 6.3.1 Fix Pack 9. Reference IBM Monitoring Agent for Microsoft Exchange Server 6.3.1 Fix Pack 9 Reference IBM Monitoring Agent for Microsoft Exchange Server 6.3.1 Fix Pack 9 Reference IBM Note Before using this information and the product

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Exchange Server Agent Version 6.3.1 Fix Pack 2.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Exchange Server Agent Version 6.3.1 Fix Pack 2. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Exchange Server Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft Applications:

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

Resource Mailboxes in Exchange 2010

Resource Mailboxes in Exchange 2010 Resource Mailboxes in Exchange 2010 Introduction Many organizations that I have come across that have implemented Exchange have found the need to create mailboxes that represent resources, such as conference

More information

Radware s AppDirector. And. Microsoft Exchange 2010. Integration Guide

Radware s AppDirector. And. Microsoft Exchange 2010. Integration Guide Radware s AppDirector And Microsoft Exchange 2010 Integration Guide Products: Radware AppDirector Software: AppDirector version 2.14.00 Version 2.07-1 - Contents Joint Solution Overview... 3 Microsoft

More information

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS)

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) December 25 th, 2015 V.1.0 Prepared by: Manoj Karunarathne MCT, MCSA,

More information

AX Series with Microsoft Exchange Server 2010

AX Series with Microsoft Exchange Server 2010 Deployment Guide AX Series with Microsoft Exchange Server 2010 v.1.2 DG_0512.1 DEPLOYMENT GUIDE AX Series with Microsoft Exchange Server 2010 Table of Contents 1. Introduction... 4 1.1 Prerequisites and

More information

Migrating from Microsoft ISA Server 2004/2006 to Forefront Threat Management Gateway (TMG) 2010

Migrating from Microsoft ISA Server 2004/2006 to Forefront Threat Management Gateway (TMG) 2010 Migrating from Microsoft ISA Server 2004/2006 to Forefront Threat Management Gateway (TMG) 2010 Richard Hicks Forefront MVP MCSE, MCITP:EA, WCE-WS Senior Sales Engineer Product Specialist Edge Security

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

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

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

MCITP: Enterprise Administrator 2010 Boot Camp H6C09S

MCITP: Enterprise Administrator 2010 Boot Camp H6C09S HP Education Services course data sheet MCITP: Enterprise Administrator 2010 Boot Camp H6C09S Course Overview Validate your Exchange Server skills with the MCITP: Enterprise Messaging Administrator certification.

More information

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft Exchange

CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft Exchange CA RECOVERY MANAGEMENT R12.5 BEST PRACTICES CA ARCserve and CA XOsoft r12.5 Best Practices for protecting Microsoft Exchange Overview Benefits The CA Advantage The CA ARCserve Backup Support and Engineering

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

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 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

Load Balancing Microsoft Exchange 2010. Deployment Guide

Load Balancing Microsoft Exchange 2010. Deployment Guide Load Balancing Microsoft Exchange 2010 Deployment Guide rev. 1.7.9 Copyright 2002 2015 Loadbalancer.org, Inc. Table of Contents About this Guide...4 Loadbalancer.org Appliances Supported...4 Loadbalancer.org

More information

AppSense Environment Manager. Enterprise Design Guide

AppSense Environment Manager. Enterprise Design Guide Enterprise Design Guide Contents Introduction... 3 Document Purpose... 3 Basic Architecture... 3 Common Components and Terminology... 4 Best Practices... 5 Scalability Designs... 6 Management Server Scalability...

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

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

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

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

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

AX Series with Microsoft Exchange Server 2010

AX Series with Microsoft Exchange Server 2010 Deployment Guide AX Series with Microsoft Exchange Server 2010 v.1.1 DEPLOYMENT GUIDE AX Series with Microsoft Exchange Server 2010 Table of Contents 1. Introduction... 4 1.1 Prerequisites and Assumptions...4

More information

This transition has been done may times by our organization for independent companies, and it's time for us to share our secrets to success.

This transition has been done may times by our organization for independent companies, and it's time for us to share our secrets to success. This transition has been done may times by our organization for independent companies, and it's time for us to share our secrets to success. Let me first explain the example environment 1) 2003 Standard/Enterprise

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

Exchange Server 2007 Turbo Transition Guide

Exchange Server 2007 Turbo Transition Guide Exchange Server 2007 Turbo Transition Guide The fast way to migrate to Exchange Server 2007 www.exchangeserverpro.com Copyright Copyright 2009 Paul Cunningham Exchange Server 2007 Turbo Transition by Paul

More information