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

Switch between Document Libraries with Document Library Dropdown Menu in SharePoint Online and OneDrive

The latest Microsoft 365 update 81990 has brought a dropdown menu next to modern document libraries to switch between document libraries in a SharePoint Online site or OneDrive. When you click on the dropdown, you’ll get a menu with a list of document libraries to choose from the site. This enables users…

Read more

Hide a Button in SharePoint Online List or document library Toolbar

Requirement: Hide a Button (E.g. New, Upload, Share, etc.) in SharePoint Online. How to hide the “New” button in SharePoint Online List View? Have you ever wanted to hide a button from the SharePoint Online list or document library? E.g. You may want to hide the new button in the SharePoint Online…

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 Permissions – A Comprehensive Guide!

Introduction One of the key features of SharePoint Online is its robust permissions system, which allows administrators to control who has access to specific content and what actions they can perform on that content. This guide will provide an overview of SharePoint Online permissions, including how to set and manage permissions, how…

Read more

How to Check the SharePoint Online Version?

Requirement: Find the SharePoint Online version of the Microsoft 365 tenant. Find SharePoint Online Version Why? Because some features, like the navigation switch, Request File, etc., were not enabled due to the target release settings of Microsoft 365. So, we wanted to check the current version of the SharePoint Online tenant. To…

Read more

Update Modern Web Part Properties in SharePoint Online using PowerShell

Requirement: Update Modern Web Part Properties in SharePoint Online using PowerShell. PnP PowerShell to Update Web Part Properties PnP PowerShell is an extension of the native SharePoint PowerShell module. It provides a library of PowerShell commands that simplify complex scripting tasks in SharePoint, making it easier to manage your SharePoint Online environment….

Read more

The Essential Guide to SharePoint Lists

SharePoint lists are at the heart of data management in SharePoint. They are essentially a collection of rows and columns that enable users to store and organize data in a structured manner. Think of it as a virtual spreadsheet that can be easily accessed and collaborated on by multiple users. SharePoint lists…

Read more