PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 released

Hi All,
Yesterday Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24211.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell


I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check the installed Version and what is available from the PowerShell Gallery
Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers
Find-PSResource Microsoft.Online.SharePoint.PowerShell


Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers
Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers
Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers


List the Commands of the Module
Get-Command -Module Microsoft.Online.SharePoint.PowerShell


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


Get some Settings
Get-SPOTenant | fl


Regards
Andres Bohren

PowerShell Logo
