O365CentralizedAddInDeployment 3.0.1 released
Hi All,
Yesterday, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. Last Change was from 30/06/2023. No changes over a year…
I was not able to find what has been changed, as there are no release notes available
Last time i blogged about it was here MO365CentralizedAddInDeployment 2.0.1 released
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
PowerShell 5.1
PowerShell 7.4.5
I’ve notified the Developers via the Feedback in PowerShell Gallery about the Issue. As there are only rare updates of this Module, i would have hoped for a Version that will work. Instead we get a Module that fails at the first command. I don’t understand that the Module has not been withdrawed from the PowerShell Gallery as it simply does not work.
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