O365CentralizedAddInDeployment 3.0.2 released

O365CentralizedAddInDeployment 3.0.2 released

Hi All,

Today, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. The recently released O365CentralizedAddInDeployment 3.0.1 has been unlisted.

I was not able to find what has been changed, as there are no release notes available

Check what Module is installed and what Version is available on the PowerShell Gallery

Get-InstalledPSResource O365CentralizedAddInDeployment -Scope CurrentUser
Find-PSResource O365CentralizedAddInDeployment

Uninstall old Module and install the newest Module from the PowerShell Gallery

Uninstall-PSResource O365CentralizedAddInDeployment -Scope CurrentUser
Install-PSResource O365CentralizedAddInDeployment  -Scope CurrentUser
Get-InstalledPSResource O365CentralizedAddInDeployment -Scope CurrentUser

List the Commands from the Module. There has been no change in the Commands

Get-Command -Module O365CentralizedAddInDeployment

I’ve get an Error when i try to connect

Import-Module O365CentralizedAddInDeployment
Connect-OrganizationAddInService

This time, the Authentication works 😊

List the Add-Ins

Get-OrganizationAddIn

List the Detail of a specific Add-In

Get-OrganizationAddIn -ProductId 9758a0e2-7861-440f-b467-1823144e5b65 | fl

As you can see, the Module is listing only the AddIns for Outlook

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

M365 Logo

PowerShell Logo