Diary V2 0 3

broken image


Developer diaries about the Nemesis expansion, patch 3.0 (aka Dick), and patch 3.1 (Lem). Announcement of the division of the Stellaris team into a maintaining team and an expansions team as well as a look at future update processes. Broad overview of direction for Species pack gameplay themes, future balancing changes, and Unity & Empire. Identity parameter for V2 cmdlets now supports name and alias as well i. Please note that using alias or name slows down the performance of V2 cmdlets and hence it is not recommended to use this option 4. Fixed issue where data-type of attributes returned by V2 cmdlet was different from Remote PowerShell cmdlets 5.

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
Diary

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.

Diary V2 0 3 Download

Package Details

Owners

Tags

Diary V2 0 3 2

Cmdlets

Functions

Dependencies

This module has no dependencies.

Release Notes

Diary

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.

Diary V2 0 3 Download

Package Details

Owners

Tags

Diary V2 0 3 2

Cmdlets

Functions

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 '' -Organization 'contoso.onmicrosoft.com' -CertificateFilePath '' -CertificatePassword ''
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 :
b. Get-MailboxFolderPermission -Identity :
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

Diary V2 0 3 5

Version History

VersionDownloadsLast updated
2.0.5 778,202 5/11/2021
2.0.5-Preview2 462 4/30/2021
2.0.5-Preview1 331 4/21/2021
2.0.4 471,800 2/5/2021
2.0.4-Preview9 1,915 1/19/2021
2.0.4-Preview8 152 1/4/2021
2.0.4-Preview6 22,497 11/6/2020
2.0.4-Preview2 27,426 9/22/2020
2.0.3 (current version) 441,202 9/21/2020
2.0.3-Preview 8,056 6/30/2020
1.0.1 246,159 6/3/2020
0.4578.0 517,988 4/16/2020
0.4368.1 23,214 3/30/2020
0.3582.0 39,199 2/10/2020
0.3555.1 13,587 1/22/2020
0.3374.11 11,846 1/15/2020
0.3374.10 5,351 12/27/2019
0.3374.9 17,357 11/26/2019
0.3374.4 7,545 10/31/2019
0.3374.1 682 10/25/2019
0.3374.0 441 10/22/2019

Diary V2 0 3 1

Show less



broken image