Book Image

Microsoft Office 365: Exchange Online Implementation and Migration

Book Image

Microsoft Office 365: Exchange Online Implementation and Migration

Overview of this book

Microsoft Office 365 brings together cloud versions of the most trusted communications and collaboration products in a single desktop suite for businesses of all sizes. Microsoft Exchange Online gives you access to enterprise class email, calendar, and contacts from virtually anywhere, at any time, on desktops, laptops, tablets, and mobile devices."Microsoft Office 365: Exchange Online Implementation and Migration" is a practical hands-on tutorial that shows small businesses to enterprises how to implement and migrate to Exchange Online in Office 365. This book also places an emphasis on setting up a Hybrid and migrating from Exchange on-premise to Exchange Online. "Microsoft Office 365: Exchange Online Implementation and Migration" will show small businesses to enterprises the steps to implement and migrate to Exchange Online in Office 365. The book starts by providing an overview of the Office 365 plans available and how to make a decision on what plan fits your organization. The book then dives into topics such as the Office 365 Admin Portal, integration options for professionals and small businesses, integration options for enterprises, preparing for a simple migration, performing a simple migration, and preparing for a hybrid deployment and migration amongst others.
Table of Contents (21 chapters)
Microsoft Office 365: Exchange Online Implementation and Migration
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
10
Deploying a Hybrid Infrastructure: Exchange Hybrid
Index

Deploying Active Directory Federation Services


We are going to start by building the minimum requirements for ADFS. To do so, we will need one ADFS internal server and one ADFS proxy server. The ADFS internal server will be the primary ADFS server that manages the ADFS database on WID. The ADFS proxy server will refer to the ADFS internal server, when passing authentication. The servers should be prepared and placed according to the preparation requirements found in Chapter 7, Preparing for a Hybrid Deployment and Migration. Let's start by building the servers in the following order:

  • Active Directory Federation Services internal server

  • Active Directory Federation Services proxy server

Installing the Active Directory Federation Services internal server

The following high-level steps will be performed when installing the ADFS internal server:

  • Installing ADFS

  • Installing Office 365 Desktop Setup

  • Installing Microsoft Online Services Module for Windows PowerShell

  • Modifying the ADFS service

  • Generating...