ExchangeOnlineManagement 3.5.1 released

ExchangeOnlineManagement 3.5.1 released

Hi All,

Yesterday, Microsoft has released the ExchangeOnlineManagement 3.5.0 PowerShell Module.

v3.5.1 :

  1. Bug fixes in Get-EXOMailboxPermission and Get-EXOMailbox.
  2. The module has been upgraded to run on .NET 8, replacing the previous version based on .NET 6.
  3. Enhancements in Add-VivaModuleFeaturePolicy.

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Show installed Versions and what’s available in PowerShell Gallery

Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser
Find-PSResource ExchangeOnlineManagement -Prerelease

Uninstall old Module and install the new Module

Uninstall-PSResource ExchangeOnlineManagement -Scope CurrentUser -SkipDependencyCheck
Install-PSResource ExchangeOnlineManagement -Scope CurrentUser
Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser

Loed the Module and make sure it’s the Version 3.5.1

Import-Module ExchangeOnlineManagement
Get-Module

Connect with Exchange Online and use Get-EXOMailbox

Connect-ExchangeOnline -ShowBanner:$false
Get-EXOMailbox -Identity a.bohren@icewolf.ch

Use Get-EXOMailboxPermission

Get-EXOMailboxPermission -Identity a.bohren@icewolf.ch

Or you can simply use my M365PSProfile Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/

Install-PSResource -Name M365PSProfile
Add-M365PSProfile
Install-M365Module

Regards
Andres Bohren

Exchange Logo

PowerShell Logo