Headlines

Change SharePoint URL Name

Old Tenant Name acuteblood.onmicrosoft.com
New Tenant Name techonenepal.onmicrosoft.com

We have Tenant having SharePoint URL acuteblood.onmicrosoft.com and i want to change this URL name to techonenepal.onmicrosoft.com

Current URL

Before changing your domain, Domain name should be verified on Microsoft Entra ID (Azure AD)

Connect SharePoint online with PowerShell

Run PowerShell with Administrative Privilege.

Connect-SPOService (With Global Administrator User)

Start-SPOTenantRename -DomainName “techonenepal” -ScheduledDateTime “2024-07-25T13:15:00” ( YY:MM:DDTHH:MM:SS)
rename schedule should be minimum 24 hours in advance

Check Rename Status
here status has been queued for further processing. as i have place renaming request 24 hours in advance, need to wait 24 hour to take effect.

check the status of request. request has been succeeded.

open Browser and login SharePoint and check the status if change to new URL. as shown below, the renaming process has been done and accessible using the new URL.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top