Unable to change SharePoint site address

IniobongNkanga-8038 266 Reputation points
2024-05-17T08:50:36.1866667+00:00

Hello 

 

Please i need your help on this issue.

 

I am unable to change the site address, getting the message that the site address is already in use, however I can't find any other site using this address (the sitename has been used before however the old site has been removed several months ago)

User's image

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,914 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,851 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ling Zhou_MSFT 14,295 Reputation points Microsoft Vendor
    2024-05-20T06:07:27.88+00:00

    Hi @IniobongNkanga-8038,

    Thank you for posting in this community.

    1.Please go to your SharePoint Admin center to check if there is a deleted site in the deleted sites. The deleted site will be put into the recycle bin first to prevent you from deleting sites by mistake. You can choose to delete the site permanently. Clear your browser cache and try creating the site again.

    User's image

    2.If your permanent delete button is in the disabled state, you can try to force a delete using SharePoint Online Management Shell.

    Connect-SPOService -Url https://contoso-admin.sharepoint.com 
    $DeletedSiteCollURL = "https://contoso.sharepoint.com/sites/May"
    #Remove Deleted SharePoint Online Site Collection permanently
    Remove-SPODeletedSite -identity $DeletedSiteCollURL -Confirm:$false
    

    If the answer is helpful, please click __"Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".__Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.