SharePoint Online: Find Unused Lists based on Last Modified Date

Requirement: Find Unused SharePoint Online Lists and libraries based on the Last Modified Date. How to Get the List Last Modified Date in SharePoint Online? Are you looking for a way to clean up your SharePoint Online site? Maybe you’re finding that it’s becoming cluttered with unused lists. Or, possibly, you’d just…

Read more

How to Configure Document ID Service Feature in SharePoint Online?

What is Document ID Service in SharePoint Online? The Document ID service in SharePoint Online automatically generates and assigns a unique number to each document, which can be used to locate that document anywhere within the site collection, even if it’s moved or copied to a different location. Once the uploaded document…

Read more

PnP PowerShell: Connect-PnPOnline using ClientID and ClientSecret

Requirement: Connect to SharePoint Online using PnP PowerShell Connect-PnPOnline with AppID and AppSecret. How to Connect to SharePoint Online using PnP PowerShell AppID and AppSecret? PnP PowerShell is a PowerShell module that provides a set of cmdlets for working with SharePoint and SharePoint Online. I have a PnP PowerShell script scheduled in…

Read more

SharePoint Online: How to Delete a List Template using PowerShell?

Requirement: Delete a list template in SharePoint Online. How to delete a list template SharePoint Online? If you’re a SharePoint Online user, you know that list templates are a great way to save time when creating new SharePoint Online lists. But what if you want to delete a list template? In this…

Read more

SharePoint Online: How to Change the Header Banner Image in Modern Site Pages?

Requirement: Change the Header Banner Image on Modern Site Pages. How to Change the Header Background image in SharePoint Online Site Page? The header banner image serves as the backdrop and creates a visual impact on Modern Pages in SharePoint Online. In this guide, let’s see the steps to change the banner…

Read more

SharePoint Online: Default Site Collections

Default site collections in SharePoint Online: When you create a new Office 365 tenant, It creates these site collections by default.  If you go to the classic site collections page from SharePoint Online admin center, you’ll find these sites listed: The top-level site collection (or Root Site) at https://tenant.sharepoint.com https://tenant.sharepoint.com/portals/hub – Office…

Read more

SharePoint Online: How to Exclude a Site from Search Results?

Requirement: Exclude a Site from Search in SharePoint Online. How to exclude a SharePoint Online Site from Search? SharePoint Online search results are security trimmed by default, and users get search results from all sites to which they have access. However, there are some scenarios where you may want to prevent a…

Read more

SharePoint Online: Migrate a Folder with Sub-Folders and Files using PowerShell

Requirement: Migrate a folder with its sub-folders and files from the local disk to SharePoint Online using PowerShell. PowerShell to copy a Folder with Its Sub-Folders and Files to SharePoint Online: Migrating a folder (and all its sub-folders and files) from your local computer to SharePoint Online can be a daunting task….

Read more

SharePoint Online: Archive Large List Items to another List using PowerShell

Requirement: Archive a large list by moving old items to a new list to improve performance. How to Archive List Items in SharePoint Online? When it comes to managing your SharePoint Online lists, you may need to archive old or unused items from time to time. How do we archive old lists…

Read more