PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.22810.12000 released
Hi All,
A few hours ago, Microsoft has released a new version of the Microsoft.Online.SharePoint.PowerShell Module.
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