A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi, I went through these options, as well as changing the organisation name. This has not worked. I require further assistance, please
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
With SharePoint loaded it shows the name of the company, now that the company name has changed, where can I make the necessary changes to reflect the new name.
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi, I went through these options, as well as changing the organisation name. This has not worked. I require further assistance, please
Dear @Guy Bergin,
As a moderator, I do not have the tools to investigate your specific account directly because this is a user-to-user support forum. Our role is limited to providing technical support on reported issues, requests, or ideas. However, I will try my best to support you as clearly as possible.
In the meantime, here are some steps for each scenario:
If the “company name” you mean is the name of a specific SharePoint site
If you are referring to the title shown on a Team site / Communication site (site header / browser title / site card), update the site name:
Note: If you do not see Site information, you may not have the required permissions on that site.
If you need the SharePoint URL to reflect the new company name
Example: changing from oldname.sharepoint.com to newname.sharepoint.com.
That is a SharePoint domain rename (tenant-wide):
I hope this full-fill your request, if it does not, please share more detailed information which I could help you efficiently.
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.
The visible “company name” in SharePoint can mean two different things:
contoso.sharepoint.com)If the goal is to change the SharePoint/OneDrive domain (for example, from oldname.sharepoint.com to newname.sharepoint.com):
teams.contoso.com instead of contoso.sharepoint.com. Connect-SPOService -Url "https://<oldtenant>-admin.sharepoint.com"
Start-SPOTenantRename -DomainName "newtenant" -ScheduledDateTime "YYYY-MM-DDTHH:MM:SS"
DomainName is the part before sharepoint.com or onmicrosoft.com.Stop-SPOTenantRename.If the goal is only to reflect the new company name visually (without changing the SharePoint domain):
References: