Download EXO Laptops & Desktops Driver
The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) uses modern authentication and works with multi-factor authentication (MFA) for connecting to all Exchange-related PowerShell environments in Microsoft 365: Exchange Online PowerShell, Security & Compliance PowerShell, and standalone Exchange Online Protection (EOP) PowerShell.
For connection instructions using the EXO V2 module, see the following articles:
File name Size Download; 1: Exo 2 Bold Italic.ttf: 108.5KB: Download: 2: Exo 2 Bold.ttf: 106.6KB: Download: 3: Exo 2 Italic.ttf: 108.5KB: Download: 4: Exo 2 Regular. EXo Platform has a robust framework and is compliant with the following standards: JCR, CMIS, OpenSocial, WEBDAV, FTP, iCal, JEE, Portlets. It supports MySQL, Postgres, Oracle, MS SQLServer, Sybase, DB2 databases, and it has support for enterprise integration processes including single sign on (CAS, JOSSO, OpenSSO, Kerberos / SPNEGO, SAML), LDAP & Active Directory.
- Full Album EXO - EXODUS. An icon used to represent a menu that can be toggled by interacting with this icon.
- Exo Video Player free download - XXX Video Player - HD X Player, GOM Player, MP4 Player, and many more programs.
- Wallpapers for Laptop Free Download. The Great Collection of Wallpapers for Laptop Free Download for Desktop, Laptop and Mobiles. We've gathered more than 5 Million Images uploaded by our users and sorted them by the most popular ones.
The rest of this article explains how the module works, how to install and maintain the module, and the optimized Exchange Online cmdlets that are available in the module.
Report bugs and issues for the EXO V2 module
When you report an issue, be sure to include the log files in your email message. To generate the log files, replace <Path to store log file> with the output folder you want, and run the following command:
How the EXO V2 module works
The module contains a small set of exclusive Exchange Online PowerShell cmdlets that are optimized for bulk data retrieval scenarios (think: thousands and thousands of objects). When you first open the module, you'll only see these exclusive cmdlets. After you connect to your Exchange Online organization, you'll see all of the familiar cmdlets that are available in Exchange Online PowerShell.
The module use modern authentication for all cmdlets. You can't use Basic authentication in the EXO V2 module; however, you still need to enable the Basic authentication setting in WinRM as explained later in this article.
The Exchange Online cmdlets in the EXO V2 module are meant to replace their older, less efficient equivalents, but the equivalent cmdlets are still available (after you connect).
The improved Exchange Online PowerShell cmdlets that are only available in the EXO V2 module are listed in the following table:
EXO V2 module cmdlet | Older related cmdlet |
---|---|
Get-EXOMailbox | Get-Mailbox |
Get-EXORecipient | Get-Recipient |
Get-EXOCasMailbox | Get-CASMailbox |
Get-EXOMailboxPermission | Get-MailboxPermission |
Get-EXORecipientPermission | Get-RecipientPermission |
Get-EXOMailboxStatistics | Get-MailboxStatistics |
Get-EXOMailboxFolderStatistics | Get-MailboxFolderStatistics |
Get-EXOMailboxFolderPermission | Get-MailboxFolderPermission |
Get-EXOMobileDeviceStatistics | Get-MobileDeviceStatistics |
The connection-related cmdlets that are available in the EXO V2 module are listed in the following table:
EXO V2 module cmdlet | Older related cmdlet |
---|---|
Connect-ExchangeOnline | Connect-EXOPSSession or |
Connect-IPPSSession | Connect-IPPSSession |
Disconnect-ExchangeOnline | Remove-PSSession |
Miscellaneous Exchange Online cmdlets that happen to be in the EXO V2 module are listed in the following table:
EXO V2 module cmdlet | Comments |
---|---|
Get-MyAnalyticsFeatureConfig | Available in the version 2.0.4-Preview3 version of the module. |
Set-MyAnalyticsFeatureConfig | Available in the version 2.0.4-Preview3 version of the module. |
Get-UserBriefingConfig | This cmdlet is being replaced by Get-UserAnalyticsConfig. |
Set-UserBriefingConfig | This cmdlet is being replaced by Set-UserAnalyticsConfig. |
Install and maintain the EXO V2 module
You can download the EXO V2 module from the PowerShell gallery at https://www.powershellgallery.com/packages/ExchangeOnlineManagement/.
The procedures in this section explain how to install, update, and uninstall the EXO V2 module.
Supported operating systems for the EXO V2 module
The latest version of the EXO V2 module is officially supported in PowerShell 7 on Windows, Linux, and Apple macOS.
Specifically, version 2.0.4 or later of the EXO V2 module is supported in PowerShell 7.0.3 or later.
For more information about PowerShell 7, see Announcing PowerShell 7.0.
Apple macOS
The EXO V2 module is supported in the following versions of macOS:
- macOS 11 Big Sur or later
- macOS 10.15 Catalina
- macOS 10.14 Mojave
For instructions on installing PowerShell 7 on macOS, see Installing PowerShell on macOS.
Linux
The EXO V2 module is officially supported in the following distributions of Linux:
- Ubuntu 18.04/20.04
If you have trouble using the EXO V2 module on other distributions of Linux, send email to the following address: exocmdletpreview[at]service[dot]microsoft[dot]com
. The email address is purposefully obfuscated to avoid spam.
For instructions on installing PowerShell 7 on Linux, see Installing PowerShell on Linux.
Windows
All versions of the EXO V2 module are supported in Windows PowerShell 5.1. PowerShell 7 on Windows requires version 2.0.4 or later of the EXO V2 module.
The EXO V2 module is supported in the following versions of Windows:
- Windows 10
- Windows 8.13
- Windows Server 2019
- Windows Server 2016
- Windows Server 2012 or Windows Server 2012 R23
- Windows 7 Service Pack 1 (SP1)1,2,3
- Windows Server 2008 R2 SP11,2,3
1 This version of Windows has reached its end of support, and is now supported only in Azure virtual machines.
2 Windows PowerShell 5.1 on this version of Windows requires the Microsoft .NET Framework 4.5 or later and the Windows Management Framework 5.1. For more information, see Windows Management Framework 5.1.
3 PowerShell 7 on this version of Windows requires the Windows 10 Universal C Runtime (CRT).
Prerequisites for the EXO V2 module
Note
The settings described in this section are required in all versions of PowerShell on all operating systems.
PowerShell needs to be configured to run scripts, and by default, it isn't. You'll get the following error when you try to connect:
Files cannot be loaded because running scripts is disabled on this system. Provide a valid certificate with which to sign the files.
To require all PowerShell scripts that you download from the internet are signed by a trusted publisher, run the following command in an elevated PowerShell window (a PowerShell window you open by selecting Run as administrator):
For more information about execution policies, see About Execution Policies.
WinRM needs to allow Basic authentication (it's enabled by default). We don't send the username and password combination, but the Basic authentication header is required to send the session's OAuth token, since the client-side WinRM implementation has no support for OAuth.
Note: You must temporarily enable WinRM to run the following commands. You can enable WinRM by running the command:
winrm quickconfig
.To verify that Basic authentication is enabled for WinRM, run this command in a Command Prompt (not in PowerShell):
If you don't see the value
Basic = true
, you need to run this command in a Command Prompt (not in PowerShell) to enable Basic authentication for WinRM:Note: If you'd rather run the command in PowerShell, enclose this part of the command in quotation marks:
'@{Basic='true'}'
.If Basic authentication for WinRM is disabled, you'll get this error when you try to connect:
The WinRM client cannot process the request. Basic authentication is currently disabled in the client configuration. Change the client configuration and try the request again.
Tip
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Online, or Exchange Online Protection.
Install the EXO V2 module
To install the EXO V2 module for the first time, complete the following steps in an elevated PowerShell window:
Install or update the PowerShellGet module as described in Installing PowerShellGet.
Close and re-open the window.
Now you can use the Install-Module cmdlet to install the EXO V2 module from the PowerShell Gallery. Typically, you'll want the latest public version of the module, but you can also install a Preview version if one is available.
To install the latest public version of the module, run the following command:
Enter Y to accept the license agreement.
To install a Preview version of the module, replace <PreviewVersion> with the necessary value, and run the following command:
When you're finished, enter Y to accept the license agreement.
For detailed syntax and parameter information, see Install-Module.
Update the EXO V2 module
If the module is already installed on your computer, you can run the following commands to see the version that's currently installed and update it to the latest version from the PowerShell Gallery:
To see the version of the module that's currently installed, run the following commands:
You can use the Update-Module cmdlet in an elevated PowerShell window to update the EXO V2 module from the PowerShell Gallery. Typically, you'll want the latest public version of the module, but you can also upgrade to a Preview version if one is available.
To upgrade to the latest public version of the module, run the following command:
Enter Y to accept the license agreement.
To upgrade to a Preview version of the module, replace <PreviewVersion> with the necessary value, and run the following command:
When you're finished, enter Y to accept the license agreement.
To confirm that the update was successful, run the following commands to check the version information of the module that's installed:
For detailed syntax and parameter information, see Update-Module.
Note: If you receive the following error:
The specified module 'ExchangeOnlineManagement' with PowerShellGetFormatVersion '<version>' is not supported by the current version of PowerShellGet. Get the latest version of the PowerShellGet module to install this module, 'ExchangeOnlineManagement'.
Update your installation of the PowerShellGet module to the latest version as described in Installing PowerShellGet. Be sure to close and re-open the elevated PowerShell window before you attempt to update the ExchangeOnlineManagement module again.
Uninstall the EXO V2 module
Download Exo Laptops For Video Editing
To uninstall the module, run the following command in an elevated PowerShell window:
For detailed syntax and parameter information, see Uninstall-Module.
Properties and property sets in the EXO V2 module
Traditional Exchange Online cmdlets return all possible object properties in their output, including many properties that are often blank or aren't interesting in many scenarios. This behavior causes degraded performance (more server computation and added network load). You rarely (if ever) need the full complement of properties in the cmdlet output.
The Get-EXO* cmdlets in the module have categorized output properties. Instead of giving all properties equal importance and returning them in all scenarios, we've categorized specific related properties into property sets. Simply put, these property sets are buckets of two or more related properties on the cmdlet.
In the biggest and most used Get-EXO* cmdlets:
Property sets are controlled by the following parameters:
- PropertySets: This parameter accepts one or more available property set names separated by commas. The available property sets are described in Property sets in Exchange Online PowerShell V2 cmdlets.
- Properties: This parameter accepts one or more property names separated by commas.
You can use the PropertySets and Properties parameters together in the same command.
We've also included a Minimum property set that includes a bare minimum set of required properties for the cmdlet output (for example, identity properties). The properties in the Minimum property sets are also described in Property sets in Exchange Online PowerShell V2 cmdlets.
- If you don't use the PropertySets or Properties parameters, you automatically get the properties in the Minimum property set.
- If you use the PropertySets or Properties parameters, you get the specified properties and the properties in the Minimum property set.
Either way, the cmdlet output will contain far fewer properties, and the time it takes to return those results will be much faster.
For example, after you connect to Exchange Online PowerShell, the following example returns only the properties in the Minimum property set for the first ten mailboxes.
In contrast, the output of the same Get-Mailbox command would return at least 230 properties for each of the first ten mailboxes.
Note
Although the PropertySets parameter accepts the value All, we highly discourage using this value to retrieve all properties, because it slows down the command and reduces reliability. Always use the PropertySets and Properties parameters to retrieve the minimum number of properties that are required for your scenario.
For more information about filtering in the EXO V2 module, see Filters in the Exchange Online V2 module.
Release notes
Unless otherwise noted, the current release of the EXO V2 module contains all features of previous releases.
Current release: Version 2.0.4
PowerShell 7 is officially supported in Windows, Linux, and Apple macOS as described in the Prerequisites for the EXO V2 module section in this article.
The EXO V2 module in PowerShell 7 supports browser-based single sign-on (SSO) and other sign in methods. For more information, see PowerShell 7 log in experiences.
The Get-UserAnalyticsConfig and Set-UserAnalyticsConfig cmdlets have been replaced by the Get-MyAnalyticsConfig and Set-MyAnalyticsConfig.Additionally, you can configure access at feature level. For more information, see Configure MyAnalytics.
Real-time policy and security enforcement in all user based authentication. Continuous Access Evaluation (CAE) has been enabled in EXO V2 Module. Read more about CAE here.
The LastUserActionTime and LastInteractionTime properties are now available in the output of the Get-EXOMailboxStatistics cmdlet.
The interactive sign-in process now uses a more secure method to fetch access tokens using safe reply URLs.
Previous releases
Version 2.0.3
- General availability of certificate based authentication (CBA), which enables using modern authentication in unattended scripting or background automation scenarios. The available certificate storage locations are:
- Remote in the Azure Key Value (the Certificate) parameter. This option enhances security by fetching the certificate only at runtime.
- Local in the CurrentUser or LocalMachine certificate store (the CertificateThumbprint parameter).
- Local in an exported certificate file (the CertificateFilePath and CertificatePassword parameters).For more information, see the parameter descriptions in Connect-ExchangeOnline and App-only authentication for unattended scripts in the EXO V2 module.
- Connect to Exchange Online PowerShell and Security Compliance Center PowerShell simultaneously in a single PowerShell window.
- The new CommandName parameter allows you to specify and restrict the Exchange Online PowerShell cmdlets that are imported in a session. This option reduces the memory footprint for high usage PowerShell applications.
- Get-EXOMailboxFolderPermission now supports ExternalDirectoryObjectID in the Identity parameter.
- Optimized latency of the first V2 cmdlet call. Lab results show the first call latency has been reduced from 8 seconds to approximately 1 second. Actual results will depend on the cmdlet result size and the tenant environment.
Version 1.0.1
- General Availability (GA) version of the EXO V2 module. It is stable and ready for use in production environments.
- Get-EXOMobileDeviceStatistics cmdlet now supports the Identity parameter.
- Improved reliability of session auto-reconnect in certain cases where a script was running for ~50 minutes and threw a 'Cmdlet not found' error due to a bug in auto-reconnect logic.
- Fixed and 'MailboxFolderUser' attributes for easy migration of scripts.
- Enhanced support for filters as it now supports four more operators: EndsWith, Contains, Not and NotLike support. Check Filters in the EXO V2 module for attributes that aren't supported in filters.
Version 0.4578.0
- Added support for configuring the Briefing Email for your organization at the user level with Set-UserBriefingConfig and Get-UserBriefingConfig cmdlets.
- Support for session cleanup using Disconnect-ExchangeOnline cmdlet. This cmdlet is the V2 equivalent of
Get-PSSession | Remove-PSSession
. In addition to cleaning up session object and local files, it also removes the access token from cache, which is used for authenticating against V2 cmdlets. - You can now use
FolderId
as an identity parameter in Get-EXOMailboxFolderPermission. You can get theFolderId
value using Get-MailboxFolder. For example:Get-MailboxFolderPermission -Identity <UPN>:<Folder-Path>
Get-MailboxFolderPermission -Identity <UPN>:<Folder-Id>
- Improved reliability of Get-EXOMailboxStatistics as certain request routing errors which led to failures have been resolved.
- Optimized memory usage when a session is created by re-using any existing module with a new session instead of creating a new one every time session is imported.
Version 0.4368.1
- Added support for Security & Compliance Center PowerShell cmdlets using the Connect-IPPSSession cmdlet.
- Hiding the announcement banner is available using the ShowBanner switch (
-ShowBanner:$false
). - Terminate cmdlet execution on client exception.
- Remote PowerShell contained various complex data types which were intentionally not supported in EXO cmdlets to improve performance. Differences in non-complex data types between remote PowerShell cmdlets and V2 cmdlets have been resolved to allow seamless migration of management scripts.
Version 0.3582.0
- Support for prefix during session creation.
- You can create only 1 session at a time that contains prefixed cmdlets.
- Note that the EXO V2 cmdlets will not be prefixed as they already have the prefix EXO, so don't use
EXO
as a prefix.
- Use EXO V2 cmdlets even if WinRM Basic Auth is disabled on client machine. Note that remote PowerShell cmdlets require WinRM Basic Auth, and they won't be available if it's disabled.
- Identity parameter for V2 cmdlets now supports Name and Alias as well. Note that using Alias or Name slows down the performance of V2 cmdlets, so we don't recommend using them.
- Fixed issue where the data type of attributes returned by V2 cmdlet was different from remote PowerShell cmdlets. We still have few attributes which have differing data types, and we plan to handle them in coming months.
- Fixed bug: Frequent sessions reconnects issue when Connect-ExchangeOnline was invoked with Credentials or UserPrincipalName
Version 0.3555.1
- Fixed a bug where piped cmdlets were failing with the following error due to an authentication issue:
Cannot invoke the pipeline because the runspace is not in the Opened state. Current state of the runspace is 'Closed'.
Version 0.3527.4
- Updated Get-Help content.
- Fixed an issue in Get-Help where the -Online parameter was redirecting to a non-existent page with error code 400.
Version 0.3527.3
- Added support for managing Exchange for a different tenant using delegation flow.
- Works in tandem with other PowerShell modules in a single PS window.
- Added support for positional parameters.
- Date Time field now supports client locale.
- Bug fix: PSCredential empty when passed during Connect-ExchangeOnline.
- Bug fix: Client module error when filter contained $null.
- Sessions created internal to EXO V2 Module now have names (naming pattern: ExchangeOnlineInternalSession_%SomeNumber%).
- Bug fix: Remote PowerShell cmdlets intermittently failing due to time the difference between token expiry and the PSSession going idle.
- Major security update.
- Bug fixes and enhancements.
Track laptops and mobile devices, counteract theft, secure sensitive data, and stay compliant
with data privacy standards. All with a single cloud-based console.
Five Essential Features, One Powerful Product
Laptop and Device Tracking
Track and locate laptops, smartphones and tablets across your organization in real-time.
RemoteKill®
Prevent asset theft and data breaches with anti-theft countermeasures including hard drive lockout, out-of-band file encryption, and full disk encryption PIN revocation.
Download Exo Laptops For Sale
Full Disk Encryption
Deploy and manage Windows Bitlocker and Mac OS X Filevault. Stay compliant with data privacy standards using industry-standard OS-native encryption.
Mobile Device Management
Hamamatsu driver download. Protect smartphones and tablets and address BYOD with ease.
IT Asset Management
Make better decisions with real-time asset inventory and powerful reporting capabilities.