Book Image

Microsoft Exchange 2010 PowerShell Cookbook

Book Image

Microsoft Exchange 2010 PowerShell Cookbook

Overview of this book

Table of Contents (22 chapters)
Microsoft Exchange 2010 PowerShell Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Performing some basic steps


To work with the code samples in this chapter, follow these steps to download the EWS Managed API:

  1. Download the EWS Managed API from the following URL:http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3342fb3-fbcc-4127-becf-872c746840e1

  2. For x64 (64-bit) computers, download and run EwsManagedApi.msi. For x86 (32-bit) computers, download and run EwsManagedApi32.msi.

  3. During the installation, select a destination folder such as C:\EWS or choose the default directory C:\Program Files\Microsoft\Exchange\Web Services\1.1. You will need to note the location so you can import the Microsoft.Exchange.WebServices.dll assembly into the shell.

You can use either a standard PowerShell console or the Exchange Management Shell to run the code for each recipe in this chapter.