SHAREPOINT

Sharepoint Online PowerShell supports App Authentication with Certificate

Sharepoint Online PowerShell supports App Authentication with Certificate

Andres Bohren
Hi All, With the MC1188595 in M365 Admin Center, Microsoft has announced the App-only Authentication with Certificate for the Microsoft.Online.SharePoint.PowerShell in the Version 16.0.26712.12000 or newer. Entra Application We need an Entra Application In the “Certificate & Secrets” Section i upload a Certificate (*.cer File) Certificate has been uploaded and configured Now we need to add “API permission” and use “API’s my organization uses” and search for “Office 365 SharePoint Online”
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26712.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26712.12000 released

Andres Bohren
Hi All, A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26712.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26615.12013 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26615.12013 released

Andres Bohren
Hi All, A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26615.12013 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26510.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26510.12000 released

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26510.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26413.12010 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26413.12010 released

Andres Bohren
Hi All, Just a few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26413.12010 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26309.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26309.12000 released

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26309.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26211.12010 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26211.12010 released

Andres Bohren
Hi All, Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26211.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
List SharePoint Embedded containers with PowerShell

List SharePoint Embedded containers with PowerShell

Andres Bohren
Hi All, In this Blog Article i show you how to list the SharePoin Online Embedded containers. SharePoint Online Admin Center Let’s have a view in SharePoint Online Admin Center Active Containers PowerShell To use the Microsoft.Online.SharePoint.PowerShell in PowerShell 7 you need to use the Parameter -UseWindowsPowerShell in Import-Module. #Import Sharepoint Online Powershell Module in Powershell 7 Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell -WarningAction SilentlyContinue Connect-SPOService -Url https://icewolfch-admin.sharepoint.com These are the ID’s of the two Container Types
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26121.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26121.12000 released

Andres Bohren
Hi All, Almost a day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26121.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000 released

Andres Bohren
Hi All, A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26017.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser 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 CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.