How to Export a List Template in SharePoint Online using PowerShell?

Requirement: Export List Templates in SharePoint Online using PowerShell. List templates in SharePoint Online enable you to reuse any list with its fields, formulas, formatting, and optionally data in other site collections without re-creating the list again. List Templates should be downloaded and uploaded to other sites in order to create lists…

Read more

How to Upload List Template to SharePoint Online using PowerShell?

Requirement: Import List Templates in SharePoint Online using PowerShell. Why do we need list templates in SharePoint Online? Well, If you have a list with a set of columns and customization in SharePoint Online, You can reuse it in any other site collection without re-creating the list again from scratch. A list…

Read more

SharePoint Online: Format Calculated Column as Hyperlink

Requirement: Format Calculated Column markup as Hyperlink. How to Format Calculated Column as Link using HTML Markup? Using calculated column formulas to frame hyperlinks and setting the column type to “Number” renders the column markup as HTML. E.g., I’ve used this formula to link project documents with the Projects list. Well, not…

Read more

SharePoint Online: Connect Existing Team Sites to New Office 365 Group

Requirement:  A SharePoint Online team site (Classic / Modern Experience) user wants to transform their existing site to an Office 365 group to take advantage of Office 365 Group offerings such as a Shared mailbox, Planner, Teams, etc. How to Connect to New Office 365 Group in SharePoint Online? SharePoint Online and…

Read more

SharePoint Online: Grant Permission to Each Folder in a Document Library using PowerShell

Requirement: Grant permission to all sub-folders in a SharePoint Online document library. How to Grant Permission to All Folders in a Document Library? When you add a user to a document library in SharePoint Online, the user gets permission to access all folders that inherit permissions. How about folders with unique permissions?…

Read more

SharePoint Online: How to Implement Cascading Drop-down in 3 Steps?

Requirement: Implement cascading drop-down list in SharePoint Online list forms. How to Implement Cascading Lookup in SharePoint Online List Forms? Before implementing cascading drop down in SharePoint Online lists, we need lists with data for lookup. In my case, I’ve three custom lists on my SharePoint Online site. Namely: Region, Country, and…

Read more

Co-Authoring Documents in Microsoft Teams

Co-Authoring is available in Microsoft Teams on documents stored to enable multiple people to work on the same document simultaneously. Documents stored in your teams are accessible to every team member, and they can collaboratively co-author documents. Co-authoring allows multiple people to work on a document simultaneously in Microsoft Teams. This feature…

Read more

SharePoint Online: How to Add a Custom Property to Advanced Search Properties Drop-Down?

Requirement: Add a new property to the advanced search drop-down in SharePoint Online. SharePoint Online: How to Add a Property to Advanced Search Drop Down? To perform search queries based on a specific column value in SharePoint, we can use “Advanced Search”. By default, you can search against any managed property, such…

Read more

SharePoint Online: Resize Column Width in List Forms using CSS

Requirement: Change the width of all columns in the list edit form! How to modify column width in SharePoint Online? If you want to set the width of a specific field in classic list forms, find its title or ID using Developer tools and use this script in Script editor: Here is the CSS…

Read more