SharePoint Online: Get List Experience Settings using PowerShell

Requirement: Get List Experience Settings in SharePoint Online using PowerShell. How to Get SharePoint Online List Experience? Do you ever need to know the list experience settings applied in a SharePoint Online site? Maybe you’re troubleshooting an issue and had to confirm that the setting is configured as expected. Or, perhaps you’re…

Read more

SharePoint Online: Change Column Order in List using PowerShell

Requirement:  Change Column Ordering in SharePoint Online List. How to Change the Column Order in SharePoint Online? When you create a SharePoint Online list, the columns are automatically added in the order they were created. In some cases, you may need to change the column order. Maybe you’ve added a new column…

Read more

SharePoint Online: How to Enable Rating in List using PowerShell?

Requirement: Enable Rating in SharePoint Online List. How to Enable Rating in SharePoint Online? The rating feature in SharePoint Online helps to highlight documents and list items. The rating can be enabled in the SharePoint Online list and libraries to let users see and rate items. The rating can be configured as…

Read more

SharePoint Online: PowerShell to Disable Modern Experience

Requirement: Disable modern experience in SharePoint Online. How to disable New User Experience in a List and Switch back to Classic View? Definitely, the modern experience in SharePoint Online lists and libraries is faster, mobile-friendly, and easier to use. It brings new functionalities and components, such as: Quick edit metadata with an…

Read more

SharePoint Online: PowerShell to Disable Versioning

Requirement: Disable Versioning in SharePoint Online using PowerShell. How to Disable Versioning in SharePoint Online? The versioning feature in SharePoint Online creates a copy of items when someone changes a document so that we can track every change to the document and revert to the old version if needed. Although it’s a…

Read more

SharePoint Online: How to Change the Task List UI to Modern Experience?

Problem: Although the tenant level Settings for SharePoint Online list and libraries configured to use New experience, task lists are created with Classic experience by default. How to Change SharePoint Online Task List to Modern Experience? Task lists in SharePoint Online are created with Classic experience by default. To change its UI…

Read more

SharePoint Online: Configure Require Check Out Option using PowerShell

Requirement: Configure the require check out settings in SharePoint Online. The Require check out option in SharePoint Online helps to avoid save conflicts when multiple users attempt to open and edit a document simultaneously. Basically, the Check out is a quick way to lock a document from editing by other users. How…

Read more

Configure Require Check Out Settings in SharePoint Server

Require Check out Setting in SharePoint Check out is a quick way to lock a document from editing by other users. The require check out feature in SharePoint 2016 eliminates the risk of accidentally overriding another user’s update on the same document simultaneously. As SharePoint is a collaboration platform, several users may…

Read more

SharePoint Online: Remove List from Search using PowerShell

By default, all SharePoint Online lists and libraries appear in search results. In some cases, you want to remove a particular list’s contents from appearing in search results and prevent it from being indexed and displayed in search results. Say, You want to hide the image library’s content from appearing in search…

Read more

SharePoint Online: Save List as Template Missing? Here is how to enable it!

Problem: “Save List as Template” and “Save document library as template” are missing in SharePoint Online modern sites! Root Cause: We don’t get the “Save list as Template” link on the list settings page in sites with custom script disabled. To enable the save list as a template in SharePoint Online, we…

Read more