Question

I want to create an O365 group that has the same name as a deleted classic Sharepoint site.

The old site was named http://sitename/marketing That site was deleted.

I then create an Office 365 Group but the resultant site is called http://sitename/marketing1. It should just be marketing!

Why is that and how can I reclaim that URL (I don't mind deleting that O365 group and recreating if need be).

Thanks

Was it helpful?

Solution

As mentioned, Here

When you delete an Office 365 Group, the associated SharePoint site is sent to a recycle bin. You can see the list of Deleted Sites (aka sites in recycle bin) by going to the newer/preview SharePoint Admin Center. In order to be able to recreate a new SharePoint site with the same name, you used before you need to delete the old site from the recycle bin. To do so you will need to use PowerShell. Look for the "Remove-SPODeletedSite" command on Microsoft Docs for more information on how to remove deleted sites from the recycle bin. As long as your old site is in the recycle bin, you won't be able to create a new site with the same name. I also recommend running the Get-SPODeletedSite command in PowerShell to see all of the sites in your recycle bin, it may have more listed there than are showing up in the Admin Dashboard.

References:

  1. Using PowerShell Remove-SPODeletedSite
  2. Using Pnp Clear-PnPTenantRecycleBinItem
  3. From SharePoint Admin Center permanently-delete-a-site

Here Reusing a Deleted SharePoint Site Nameis a Similar post that might help you.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top