Ms Exchange Online



Some features of Microsoft Exchange Server accounts depend on the version of Exchange that your account connects to. An example is Online Archive, which requires Microsoft Exchange Server 2010. How can I tell if I have a Microsoft Exchange Server account? Click the File tab. Click Account Settings, and then click Account Settings. Microsoft Remote Connectivity Analyzer.

-->

Exchange Online is part of the Microsoft 365 and Office 365 suite of products.

End users - see Office help and trainingAssign admin permissionsLearn about the Exchange admin center
  1. Exchange Web Services (EWS) was launched with support for Basic Authentication. Over time, we've introduced OAuth 2.0 for authentication and authorization, which is a more secure and reliable way than Basic Authentication to access data.
  2. Exchange Online helps protect your information with advanced capabilities. Anti-malware and anti-spam filtering protects mailboxes.

To manage Exchange Online

As an administrator for your Microsoft 365 or Office 365 organization, you manage your organization's Exchange Online service in the Exchange admin center. Here's how you get there:

  1. Sign in to Microsoft 365 or Office 365 using your work or school account, and then choose the Admin tile.

  2. In the Microsoft 365 admin center, choose Admin centers > Exchange.

    For an introduction, see Exchange admin center in Exchange Online.

Exchange admin center is now available at the new URL address https://admin.exchange.microsoft.com. This is a modern, web-based management console for managing Exchange that is designed to provide an experience more in line with the overall Microsoft 365 admin experience.

Note

You can still access the Classic Exchange admin center and sign in using your credentials.

Help for Microsoft 365 admins

We're consolidating our content on the Office help and training site. See the following:

  • Microsoft 365 admin center help: how to get started with the Microsoft 365 admin center, reset passwords, and more.

  • Manage email and calendars: how to set up email, fix problems, and import email.

This is a General Availability (GA) release of Exchange Online PowerShell V2 module.
Please check the documentation here - https://aka.ms/exops-docs.
For issues related to the module, contact Microsoft support.

Minimum PowerShell version

3.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Author(s)

Microsoft Corporation

Copyright

(c) 2020 Microsoft. All rights reserved.

Package Details

Owners

Tags

Ms exchange online outage

Cmdlets

Online

Functions

Exchange Online Plans

Dependencies

This module has no dependencies.

Release Notes


---------------------------------------------------------------------------------------------
Whats new in this release:
v2.0.3 :
1. General availability of Certificate Based Authentication feature which enables using Modern Authentication in Unattended Scripting or background automation scenarios.
2. Certificate Based Authentication accepts Certificate File directly from terminal thus enabling certificate files to be stored in Azure Key Vault and being fetched Just-In-Time for enhanced security. See parameter Certificate in Connect-ExchangeOnline.
3. Connect with Exchange Online and Security Compliance Center simultaneously in a single PowerShell window.
4. Ability to restrict the PowerShell cmdlets imported in a session using CommandName parameter, thus reducing memory footprint in case of high usage PowerShell applications.
5. Get-ExoMailboxFolderPermission now supports ExternalDirectoryObjectID in the Identity parameter.
6. Optimized latency of first V2 Cmdlet call. (Lab results show first call latency has been reduced from 8 seconds to ~1 seconds. Actual results will depend on result size and Tenant environment.)
---------------------------------------------------------------------------------------------
Previous Releases:
v2.0.1 :
1. Support for App-Only Authentication -
Automate your day-to-day exchange management tasks using app-only authentication. This requires setting up an Azure AD app and connecting to Exchange using certificate. Check out https://aka.ms/AzureAD-app for setting up the App and initial onboarding experience.
Use below syntax for establishing the connection -
Connect-ExchangeOnline -AppID '<AppId of client ID of the AAD app>' -Organization 'contoso.onmicrosoft.com' -CertificateFilePath '<Full path of the certificate>' -CertificatePassword '<a secure string password if the certificate file is encrypted>'
v1.0.1 :
1. This is the General Availability (GA) version of EXO PowerShell V2 Module. It is stable and ready for being used in production environments.
2. Get-ExoMobileDeviceStatistics cmdlet now supports Identity parameter.
3. Improved reliability of session auto-connect in certain cases where script was executing for ~50minutes and threw 'Cmdlet not found' error due to a bug in auto-reconnect logic.
4. Fixed and 'MailboxFolderUser' for easy migration of scripts.
5. Enhanced support for filters as it now supports 4 more operators - endswith, contains, not and notlike support. Please check online documentation for attributes which are not supported in filter string.
v0.4578.0 :
1. Added support for configuring Briefing Email for your organization at the user level with 'Set-UserBriefingConfig' and 'Get-UserBriefingConfig' cmdlets.
2. Support for session cleanup using Disconnect-ExchangeOnline cmdlet. This cmdlet is V2 equivalent of 'Get-PSSession | Remove-PSSession'. In addition to cleaning up session object and local files, it also removes access token from cache which is used for authenticating against V2 cmdlets.
3. You can now use FolderId as identity parameter in Get-ExoMailboxFolderPermission. You can get folderId using Get-MailboxFolder cmdlet. Below are the supported syntax for getting folder permissions -
a. Get-MailboxFolderPermission -Identity <UPN>:<Folder-Path>
b. Get-MailboxFolderPermission -Identity <UPN>:<Folder-Id>
4. Improved reliability of Get-ExoMailboxStatistics cmdlet as certain request routing errors which led to failures have been resolved
5. Optimized memory usage when session is created by re-using any existing module with a new session instead of creating a new one every time session is imported
v0.4368.1 :
1. Added support for Exchange Online Protection (EOP) cmdlets using 'Connect-IPPSSession' cmdlet
2. Hide announcement banner using 'ShowBanner' switch. Default value of this switch is $true. Use below syntax to hide the banner
'Connect-ExchangeOnline -ShowBanner:$false'
3. Terminate cmdlet execution on client exception
4. RPS contained various Complex data types which was consciously not supported in EXO cmdlets for improving the performance. Differences in non-complex>FileList

  • ExchangeOnlineManagement.nuspec
  • Microsoft.Exchange.Management.AdminApiProvider.dll
  • Microsoft.Exchange.Management.ExoPowershellGalleryModule.dll
  • Microsoft.Exchange.Management.RestApiClient.dll
  • Microsoft.IdentityModel.Clients.ActiveDirectory.dll
  • Microsoft.OData.Client.dll
  • Microsoft.OData.Core.dll
  • Microsoft.OData.Edm.dll
  • Microsoft.Online.CSE.RestApiPowerShellModule.Instrumentation.dll
  • Microsoft.Spatial.dll
  • Newtonsoft.Json.dll
  • System.IO.Abstractions.dll
  • System.Management.Automation.dll

Version History

VersionDownloadsLast updated
2.0.5-Preview1 100 4/21/2021
2.0.4 338,808 2/5/2021
2.0.4-Preview9 1,908 1/19/2021
2.0.4-Preview8 151 1/4/2021
2.0.4-Preview6 20,739 11/6/2020
2.0.4-Preview2 21,398 9/22/2020
2.0.3 (current version) 425,316 9/21/2020
2.0.3-Preview 7,882 6/30/2020
1.0.1 241,885 6/3/2020
0.4578.0 517,748 4/16/2020
0.4368.1 23,166 3/30/2020
0.3582.0 39,185 2/10/2020
0.3555.1 13,567 1/22/2020
0.3374.11 11,846 1/15/2020
0.3374.10 5,348 12/27/2019
0.3374.9 17,322 11/26/2019
0.3374.4 7,518 10/31/2019
0.3374.1 664 10/25/2019
0.3374.0 430 10/22/2019

Ms Exchange Online Login

Show less