Book Image

iPhone with Microsoft Exchange Server 2010: Business Integration and Deployment

By : Steve Goodman
Book Image

iPhone with Microsoft Exchange Server 2010: Business Integration and Deployment

By: Steve Goodman

Overview of this book

With the recent boom in the smartphone market, users are demanding access to the latest consumer technology in the business, and that means you need to be able to integrate Apple's iPhone and iPad into your business in a way you can manage. Microsoft's Exchange Server provides a solution for integrating iPhone into your business and this book will show you exactly how to implement this solution. iPhone with Microsoft Exchange Server 2010: Business Integration and Deployment takes you through the basics of Apple mobile devices, and teaches you how to plan a basic, highly available Exchange environment. You will then be taught how to secure your environment, provision and manage iDevices. Have you been tasked with getting iPhones into the hands of your business executives, and need to ensure they can reliably and securely access corporate email? This book will teach you what you need to know about getting Exchange 2010 set up and then help you deploy iPhones in a secure, manageable way. Starting with the basics, you'll learn about what Apple mobile devices have to offer and how they have evolved into devices suitable for business use. If you're new to Exchange Server 2010, you'll learn the basics of Microsoft's world leading messaging suite, before learning how to plan, install and configure a highly available Exchange environment. You will also understand how to configure Office 365 and learn how both can be configured to apply policies to iPhone, iPad and the iPod Touch. You'll also learn how to configure advanced features, like certificate authentication, how to create and deploy configuration profiles for devices and how to manage your devices once they are in the hands of your users. After reading this book, you will be confident about introducing Apple mobile devices into your organization.
Table of Contents (15 chapters)
iPhone with Microsoft Exchange Server 2010: Business Integration and Deployment
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Deploying a generic Configuration Profile from the Exchange Server


In the previous part of the chapter we've created a generic Configuration Profile to deploy to users over the Internet. The method to do this is fairly straightforward; the Configuration Profile is uploaded once to a web server—in our case our Exchange Client Access Servers. Next, each iOS device that requires the settings contained in our Configuration Profile to be applied to the device visits a specific URL to install the configuration profile. Finally the Exchange ActiveSync relationship is created with the Exchange Server infrastructure.

The following diagram shows a simple overview of this process:

Configuring IIS

Before we're able to deploy Configuration Profiles via the web, we need to make a change to the IIS server settings on each Exchange Client Access server that will serve the Configuration Profile files.

The .mobileconfig file extension used is not, by default, registered in IIS. Therefore when the file is requested...