SharePoint Online: Export-Import Site Columns using PowerShell

Requirement: Export-Import Site Columns in SharePoint Online. SharePoint Online: Export Site Columns using PowerShell So, you have a lot of Site Columns in your SharePoint Online environment. And need to export and import those Site Columns between environments? Doing this through a web browser interface can be tedious, so I wrote some…

Read more

SharePoint Online: Change List or Library URL using PowerShell

Requirement: Change the URL of a List or Document Library in SharePoint Online using PowerShell. How to Change the List URL in SharePoint Online? In SharePoint Online, when you create a list, the list’s URL is automatically generated. This URL can be used to link or share the list with others. However,…

Read more

How to Make a SharePoint List or Library to Read Only Mode using PowerShell?

Requirement: Set SharePoint list or document library to read only mode. How to make SharePoint List to Read Only? There is no direct way to set the SharePoint list to read-only! The read-only mode can be set only on SharePoint site collections (How to Make a Site Collection Read-Only) or on content…

Read more

SharePoint Online: How to Create a List Template using PowerShell?

Requirement: Create a List Template in SharePoint Online. How to Create a List Template in SharePoint Online? List templates in SharePoint Online provide re-usability without recreating every single field and other settings in the SharePoint list. E.g., you may create a custom list (say: Projects) in a SharePoint site collection with all…

Read more

Set Anonymous Link Expiration Settings for SharePoint Online and OneDrive for Business

Requirement: Configure Anonymous Link Expiration for SharePoint Online and OneDrive. How to Set Expiry for Anonymous Links in SharePoint Online and OneDrive? Anonymous links Expiration is a security best practice in SharePoint Online, and This allows SharePoint Online administrators to set the maximum expiration duration for items shared via anonymously shared links….

Read more

Managed Paths in SharePoint Online

Managed paths allow you to specify a path users will use to access your site contents. On migrating from SharePoint On-premises to SharePoint Online, the Client wanted to create managed paths /projects and /departments as in their existing on-premise environment. Can we add a managed path in SharePoint Online? Do you want…

Read more

SharePoint Online: Find All Subsites with Unique Permissions using PowerShell

Requirement: Find All SharePoint Online Sites with Unique Permissions using PowerShell. How to check if a site (web) is using Unique permissions or inheriting permissions from the parent? Are you looking for a way to quickly check if a SharePoint Online Subsite has unique permissions? PowerShell makes finding all sites with unique…

Read more

SharePoint Online: Bulk Create Multiple Sites with a CSV and PowerShell

Requirement: Create new site collections in SharePoint Online in Bulk from a CSV File using PowerShell. How to create site collections from a CSV file in SharePoint Online using PowerShell? Are you a SharePoint Online administrator who needs to create multiple site collections in bulk? Creating multiple site collections in SharePoint Online…

Read more

How to remove “Notebook” from SharePoint Online Quick Launch?

Requirement: Remove the Notebook link from SharePoint Online quick launch navigation. How to Remove the Notebook in SharePoint Online Left Navigation? If you want to remove the “Notebook” link from the Quick Launch navigation in SharePoint Online, you can follow these steps: The “Notebook” link should now be hidden from the Quick…

Read more