Share via

Bulk update Sharepoint URLs

Anonymous
2024-11-19T02:09:43+00:00

Hi,

We would like to update our SharePoint URLs form the old company name to the new one. It's annoying to see the old company name still in our URLS and would appreciate any guidance on how to bulk/mass update all URLs.

Is there a way to update the URLs in bulk instead of one by one?

TIA!

Microsoft 365 and Office | SharePoint | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-11-19T04:56:29+00:00

    Dear JDGIDA,

    Thank you for reaching out and providing the details.

    According to the Microsoft official article YES you can bulk rename your domain to a new company name.

    Please follow the instructions in the below article.

    Click here to access the article ----->>>>> Change your SharePoint domain name

    • REQUIRED - Download the latest SharePoint Online Management Shell. If you installed a previous version of the SharePoint Online Management Shell, go to Add or remove programs and uninstall "SharePoint Online Management Shell". Make sure you review the System Requirements and Install Instructions. The app isn't supported on Mac.
    • Connect to SharePoint as at least a SharePoint Administrator in Microsoft 365. To learn how, see Getting started with SharePoint Online Management Shell. Example: Connect-SPOService -Url "https://contoso-admin.sharepoint.com"
    • Run the following command to specify the new domain name: Start-SPOTenantRename -DomainName <DomainName> -ScheduledDateTime YYYY-MM-DDTHH:MM:SS [-WhatIf] [-Confirm]
    • Where "DomainName" is the part before "sharepoint.com" or "onmicrosoft.com" and "ScheduledDateTime" is at least 24 hours in the future, but not more than 30 days. The time you enter is based on the current date and time of the computer you're using. Example: Start-SPOTenantRename -DomainName "fabrikam" -ScheduledDateTime "2021-12-31T10:25:00"

    If the PowerShell command Start-SPOTenantRename is not found or nothing is returned, make sure you installed the latest SharePoint Online Management Shell. Before installing the latest version, you might need to uninstall all previous versions by running Uninstall-Module Microsoft.Online.SharePoint.PowerShell -Force -AllVersions. For more info about the Start-SPOTenantRename cmdlet, see Start-SPOTenantRename

    Thank you for your time and patience, we hope you have a great day!

    Sincerely
    Community Moderator | Sophia

    Was this answer helpful?

    0 comments No comments