Copy Document Library Between Tenants in SharePoint Online using PowerShell

Requirement: Copy a document library with files and folders from one SharePoint Online tenant to another. How to copy a SharePoint Online document library across tenants? There are many paid 3rd party tools, like ShareGate, Metalogix, etc., to do this efficiently, and We can use PowerShell (with limitations) to do this migration….

Read more

Fix: Rating Settings missing in SharePoint Online

Problem: Rating settings missing in SharePoint Online List or document library. How to Enable Rating Settings in SharePoint Online Lists and Libraries? In communication site document libraries, “Rating Settings” is missing in SharePoint Online. Activating the “Publishing Infrastructure” feature on the site settings page brings the Rating feature to lists and libraries….

Read more

SharePoint Online: Sync Button Missing in a Document Library?

Problem: Sync button missing in SharePoint Online library. How to Enable the Sync Button in SharePoint Online? The Sync button enables you to synchronize a SharePoint Online library to your local storage, which can be helpful if you need to keep your documents in sync between your computer and the cloud. If…

Read more

How to Copy Permissions from One List to Another in SharePoint Online using PowerShell?

Requirement: Copy permissions from one list to another in SharePoint Online. PowerShell to Copy Permissions Between SharePoint Online Lists and Libraries Have you ever needed to copy permissions from one list to another in SharePoint Online? Maybe you’ve set up a new list or library and need to quickly give users and…

Read more

How to Add a Link to the SharePoint Online Document Library?

Requirement: Add a link in the SharePoint Online document library. SharePoint Online: Add link to document library You can add a link to any other item located outside the document library in SharePoint Online libraries. E.g., you can add a link to a file or folder located in a different document library,…

Read more

Generate Shared Links Permission Report in SharePoint Online

Requirement: Generate a permission report for all links shared through SharePoint Online’s “Share” feature. Get All Shared Links Permission in SharePoint Online Document Library using PowerShell When you share a file or folder in SharePoint Online, It breaks the permission inheritance of the particular item and grants unique permissions. Here is the…

Read more

SharePoint Online: Copy All Document Libraries to Another Site using PowerShell

Requirement: Copy All Document Libraries to another Site collection in SharePoint Online. PowerShell to Copy Document Libraries from One Site to Another Site Collection: Are you looking to migrate all of your SharePoint Online document libraries from one site to another? If so, you can use PowerShell to copy them all over…

Read more

How to Sync File Share to SharePoint Online using PowerShell?

Requirement: Sync Fileshare to SharePoint Online using PowerShell. PowerShell Script to Sync File share to SharePoint Online document Library If you are using File Shares, you may find the need to keep your file shares in sync with SharePoint Online or OneDrive for Business. Perhaps you want to keep data in both…

Read more

SharePoint Online: How to Get a List using PowerShell?

Requirement: PowerShell to Get a List in SharePoint Online. SharePoint Online: PowerShell to Get a List PowerShell is a powerful scripting language that can be used to automate tasks and manage your SharePoint Online environment. This guide will show you how to use PowerShell to get a list in SharePoint Online. Here…

Read more