1 min read

Exchange Online – The new Exchange Online PowerShell module (v2) is now available

It has been announced at last year Ignite Conference (Ignite 2019) and since then has been in preview.

The new Exchange Online PowerShell module, known as Exchange Online PowerShell V2 module, is now available.

You can get it from the PowerShell Gallery https://www.powershellgallery.com/packages/ExchangeOnlineManagement/ using the below command

Install-Module -Name ExchangeOnlineManagement

image_thumb[2]  image_thumb[3]

As for any PowerShell module you may be prompted to trust the location and/or to use the Nuget module

image_thumb  image_thumb[1]

If for some reason you want to uninstall this module, use the command

Uninstall-Module –Name exchangeonlinemanagement –Force

The new ExO module support all existing remote command, with full support of modern authentication, plus introduce 9 new CMDlets.

It also provides a faster execution time; between 4 to 8 times faster than the counterpart v1.

You can learn more about the ExO v2 module here https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2?view=exchange-ps

Exchange Online – You can now shorten meetings at the organization level

As you may be aware, Outlook clients (for Windows, mobile on iOS and Android or OWA) allow your end-users to shorten a meeting when organizing it.

Read More

Exchange Online – New version of the Exchange Online PowerShell (aka v2) is now available

As you know, managing Exchange and Exchange Online can be done from either the Exchange Administration Center (EAC) or with PowerShell modules.

Read More

Exchange Online – Use the new Exchange Online PowerShell module v2 with Modern Authentication with your scripts (preview)

As you know, Microsoft is going to retire the basic authentication for Exchange Online PowerShell during the second half of 2021.

Read More