In this SharePoint Training video, we’ll show you four different ways of deleting a SharePoint site.
Firstly, we’ll guide you through the process of deleting a SharePoint site directly within the SharePoint platform itself. Then, we’ll shift our focus to the SharePoint Admin Center, where we’ll showcase an administrative perspective, allowing you to efficiently manage and remove sites within your SharePoint ecosystem.
Next, we’ll look at deleting sites from the Microsoft 365 Admin Center, which is a more accessible administrative hub. Finally, we’ll teach you how to delete sites using PowerShell, enabling you to delete SharePoint sites programmatically, which is a valuable asset for administrators dealing with large-scale site management.
PSST, HEY, YOU
(YEAH, YOU!)
Want in on insightful videos, the latest tech developments, and epic exclusive content? Get all this and more as a member of our mailing list.
Resources
Microsoft 365 Admin Center:
https://admin.microsoft.com/
Download the SharePoint Online Management Shell:
https://www.microsoft.com/en-us/download/details.aspx?id=35588
PowerShell commands:
Connect-SPOService -url https://tenant-admin.sharepoint.com
Install-Module -Name AzureAD
Connect-AzureAD
Get-AzureADGroup
Remove-AzureADGroup -ObjectId "id"
Remove-SPOSite -Identity https://tenant.sharepoint.com/sites/yoursite