SharePoint Online: Add Calculated Column to List using PowerShell

Requirement: Add Calculated Column to SharePoint Online List. How to Add Calculated Column to SharePoint Online List? Calculated columns in SharePoint Online are used to manipulate other columns in the list item. Instead of being entered by a user, these field values are automatically calculated based on the formula. Calculated fields will…

Read more

SharePoint Online: Add Multiple Lines of Text Column to List using PowerShell

The Multiple Lines of Text column in SharePoint Online is used to store multiple rows of the text value. Based on the field settings, it can contain Rich text, including text, images, HTML formatted values, etc. In this article, we will discuss how to add a Multiple Lines of Text column to…

Read more

SharePoint Online: Create a Date and Time Column in the List using PowerShell

How to Add Date and Time Column to SharePoint Online List? The Date and Time column in SharePoint Online capture date and, optionally time values. To add a Date and Time column to a list, follow these steps: Here is the PowerShell script to create a date and time column for the…

Read more

SharePoint Online: Create a Site Column using PowerShell

Requirement: Create site columns in SharePoint Online. Site columns in SharePoint Online Site columns provide great re-usability in SharePoint without having to recreate fields every time you need them in lists and libraries. They save a lot of time, especially when you have to standardize columns, create columns with data (such as…

Read more

Fix “Another site or list is still using this content type” Error in SharePoint Online

Problem: When trying to delete a content type from a list or site, I received the below error in the SharePoint Online site:“Another site or list is still using this content type. If you would still like to delete it, please remove the content type from all sites and lists and then…

Read more

Add Links to the “Resources” List in SharePoint Central Administration

The Resources list in the SharePoint Central Administration site lets you keep frequently accessed links to the home page. Say, for example, To access the user profile service application, you’ll have to navigate through the following: Sometimes, you’ll find difficulty navigating To-And-Fro in SharePoint Central Administration. So, a Resources list comes in…

Read more

Get All Available Cmdlets in SharePoint Online Management Shell

Requirement: Get all PowerShell cmdlets for SharePoint Online. PowerShell cmdlets list for SharePoint Online Here is a nifty trick to find all available cmdlets in the SharePoint Online management shell: This lists down all cmdlets from SharePoint Online Management Shell. Cmdlet Name Add-SPOGeoAdministrator Add-SPOHomeSite Add-SPOHubSiteAssociation Add-SPOHubToHubAssociation Add-SPOListDesign Add-SPOOrgAssetsLibrary Add-SPOSiteCollectionAppCatalog Add-SPOSiteDesign Add-SPOSiteDesignTask Add-SPOSiteOneDriveClassicFeatures…

Read more

SharePoint Online: Rename Folder using PowerShell

Requirement: Rename a Folder in SharePoint Online. How to Rename a Folder in SharePoint Online? Folders in Microsoft SharePoint Online helps to keep your content organized. Do you need to rename a folder in SharePoint Online? This blog post will show you how to rename a folder in SharePoint Online. This process…

Read more

SharePoint Online: Delete a Column from List using PowerShell

Requirement: Delete a column from a SharePoint Online list. How to remove a column from SharePoint Online List? In SharePoint Online, you can delete a column from a list when it is no longer needed. In this article, we will show you how to delete a column from a SharePoint list. Deleted…

Read more