How to Disable Built-in Site Templates in SharePoint Online?

SharePoint Online offers several built-in site templates that provide preconfigured site structures and features. By using these templates, you can quickly create business-specific sites without requiring extensive customization. You can apply any built-in template using the “Apply a site template” link under your existing sites’ “Site Settings” menu. However, in some cases,…

Read more

Connect to SharePoint Online using Azure AD App ID from PowerShell

Requirement: Connect to SharePoint Online with Azure Active Directory Application from PowerShell. How to Connect to SharePoint Online using Azure Application ID from PowerShell? Using Azure Application ID to connect to SharePoint Online is a great way to manage your SharePoint Online environment from unattended PowerShell scripts. In this post, we’ll go…

Read more

How to Add a Column to List in SharePoint Online Using PowerShell?

Requirement: Add a Column to a List in SharePoint Online with PowerShell. How to Add a Column to SharePoint Online List or Library? SharePoint Online Lists are used to store data, and each list can have multiple columns. Columns define the type of data that can be stored in the list. For…

Read more

SharePoint Online: Update Calculated Field Formula using PowerShell

How to Update the Calculated Column Formula in SharePoint Online? Calculated columns in SharePoint allow you to perform calculations on other columns within a list or library. They can be used to automatically calculate values based on data entered in other columns or perform more complex calculations involving multiple columns. SharePoint supports…

Read more

How to remove the Page Title in SharePoint Online Modern Page?

Requirement: Remove the title area from the page in SharePoint Online. When you create a new page in SharePoint Online, The title area appears on the top with a banner image and the page title. In some cases, you may want to remove the page title to make the page look cleaner…

Read more

SharePoint Online: Enable Top Navigation in Team Sites

Requirement: Enable the top navigation bar by switching navigation in SharePoint Online Team sites. How to add the top navigation bar in SharePoint Online? SharePoint Online navigation switcher is rolled out finally! A much-awaited feature enables you to change the navigation to either vertical (top navigation) or Horizontal (left navigation). In the…

Read more

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

Requirement: Copy permissions from one folder to another in SharePoint Online. SharePoint Online Copy Permissions from one folder to Another using PowerShell Ever wanted to clone permissions from an existing folder to a new folder in SharePoint Online? When working with SharePoint Online, there may be times when you need to copy…

Read more

How to Copy User Permissions in SharePoint Online using PowerShell?

Permission management in SharePoint Online is always a complex task, especially in large environments. Granting permissions in SharePoint becomes cumbersome when you are trying to clone an existing user’s access rights. Consider this scenario: You have an existing user in a department granted access to various SharePoint Sites, lists, folders, files, etc….

Read more

SharePoint Online: How to Change the Author in Modern Page?

Requirement: Set Author in the header section of the modern SharePoint Online page. How to change the author in SharePoint Online Modern Pages? Setting the author field in SharePoint Online modern pages is relatively straightforward. Here are the steps to add or change the page author: PowerShell to Set Author in Modern…

Read more

How to Delete Files from the Preservation Hold Library in SharePoint Online?

Requirement: Delete Files from SharePoint Online/OneDrive for Business Preservation Hold Library. What is preservation hold library in SharePoint Online or OneDrive for Business? The Preservation hold library in Sharepoint Online or OneDrive is a special type of document library that holds the content to help organizations meet legal and compliance requirements. This…

Read more