Delete very large SharePoint Online list or doclib
2026-09-16
Install-Module -Name PnP.PowerShell -Scope CurrentUser
Connect-PnPOnline -Url "https://quantr.sharepoint.com/gitlab" -Interactive
Remove-PnPList -Identity "Commit" -Recycle -Force -LargeList
Get-PnPLargeListOperationStatus -Identity "60f2e783-aba5-46e8-9621-070ede81482b" -OperationId "2a93bded-42f7-4879-977a-20d631216bc4"
