Home » Blog » SharePoint Online » How to Change Site Owner in SharePoint Online? Efficiently

How to Change Site Owner in SharePoint Online? Efficiently

author
Published By Raj Kumar
Anuraag Singh
Approved By Anuraag Singh
Published On October 24th, 2024
Reading Time 4 Minutes Reading

SharePoint Online is a collaborative platform that helps teams work together more efficiently. One of the major aspects of managing a SharePoint Online site is site ownership. The owner of the site has the highest level of permissions and is responsible for overseeing the site’s content, and settings. There are different situations where you need to know how to change site owner in SharePoint Online.

Although, you can transfer SharePoint ownership using the SharePoint Admin Center. But we will discuss multiple approaches, so you can pick the best one as per your needs. So, let’s get started!

How to Transfer SharePoint Ownership of Communication Site Using Admin Center?

You can change the owner of the communication site using the below steps.

  1. Open SharePoint and sign in with the appropriate credentials.
  2. Choose the communication site for which you want to transfer ownership.
  3. Press the Share button from the top right corner.
  4. Now, search for the member, and hit the drop-down.
  5. Choose the Full Control option to transfer SharePoint site ownership.

How to Change Site Owner in SharePoint Online of a Team Site?

There is a slight difference of steps while transferring ownership of a Team site. Execute the below steps sequentially to get the desired outcomes.

  1. Launch the SharePoint with the right credentials.
  2. Choose your Team SharePoint site of which you want to transfer ownership.
  3. Click on the Member option from the top right corner.
  4. From the list of members, choose the member who you want to add as owner.
  5. Click on the dropdown and hit the Owner option.

Transfer SharePoint Ownership of a Site Using PowerShell

If you are good at PowerShell commands and want to automate the process, then use the below PowerShell commands. These commands will successfully change the SharePoint site ownership.

$URLofAdminCenter = "Admin Center URL"
$URLofSiteColl="complete site URL"
$OwnerofSite = "email-id"

#Connect to SharePoint Online
Connect-SPOService -url $URLofAdminCenter -Credential (Get-Credential)

#sharepoint online PowerShell set site owner
Set-SPOSite -Identity $URLofSiteColl -Owner $OwnerofSite -NoWait

How to Change Site Owner in SharePoint Online Using PnP PowerShell?

If you are good at PnP PowerShell then perform the below commands. Also, remember to update SharePoint Online management shell to avoid any runtime errors.

#Parameters
$URLofAdmin ="Enter here"
$Site_URL = "Enter Site URL"
$Site_Owner = "user-id"

#Connect to Admin Center
Connect-PnPOnline -Url $URLofAdmin -UseWebLogin

#Get the Site
$Site = Get-PnPTenantSite -Url $Site_URL

#Update the Site Owner
$Site.Owner = $Site_Owner
$Site.Update()
Invoke-PnPQuery

How to Transfer Ownership of a Document Library in SharePoint Online?

For transferring the ownership of a document library, you can execute the below steps. After changing the site ownership, the new owner can access all the files and folders inside the document library.

  1. Open the Document Library and hit the Settings option.
  2. Select Library Settings > More Library Settings.
  3. Choose the option of Permission for this document library.
  4. Click on Grant Permission from the toolbar.
  5. Provide the username and hit the Share button.

Additional Considerations

Do not forget to look into the below factors before before transferring SharePoint site ownership.

  • After changing the site owner, the new owner will automatically inherit the existing permissions of the previous owner.
  • Adding the owner of the site means granting permission to access all the content, files, and folders in the SharePoint site.
  • Changing the SharePoint site owner is a crucial decision if the member is not a trusted one for the organization.

Important Advice from MVP’s

There might be a data loss or security breach if the new owner did some tasks inappropriately. So, it is advised to use the Most Reliable SharePoint Migration Tool to backup SharePoint 365 on another account.

Download Now Purchase Now

It is the MVP’s recommended tool that requires simple steps to accomplish the task.

  • Download and Run the tool.
  • Choose Source & Destination accounts.
  • Select Sites and complete both account details.
  • Add Sites and Users then Start Migration.

Conclusion

In this write-up, we have elaborated on the most searched query on the Internet “How to change site owner in SharePoint Online”. We have explained the complete steps to transfer SharePoint ownership either for a site or document library. But do not forget to consider the SharePoint site’s integrity and security while changing ownership.

Connect With Us

+9111-28084986