PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.22921.12000 released

Hi All,

A few hours ago, Microsoft has released a new Version of the SharePoint Online PowerShell Module.

Microsoft.Online.SharePoint.PowerShell 16.0.22921.12000


Check what Module Version is installed and what's available from the PowerShell Gallery

Get-InstalledModule Microsoft.Online.SharePoint.PowerShell
Find-Module Microsoft.Online.SharePoint.PowerShell


Uninstall the old Module and install the new Version

Uninstall-Module Microsoft.Online.SharePoint.PowerShell
Install-Module Microsoft.Online.SharePoint.PowerShell
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell




Regards
Andres Bohren