PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.22713.12000 released

Hi All,

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

Microsoft.Online.SharePoint.PowerShell 16.0.22713.12000


Check the installed Version and what is available on PowerShell Gallery

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


Uninstall the old PowerShell Module and install the new one

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


Connect to Sharepoint Online

Connect-SPOService -Url https://icewolfch-admin.sharepoint.com


List the SharePoint Online tenant settings

Get-SPOTenant | fl



Regards
Andres Bohren