How to Copy a Folder in SharePoint Online using PowerShell?

Requirement: Copy a Folder in SharePoint Online using PowerShell. How to Copy Folder in SharePoint Online? Copying a folder in SharePoint Online can be a useful way to quickly duplicate content and save time when creating new sites or libraries. If you need to copy a folder in SharePoint Online, PowerShell can…

Read more

SharePoint Online: How to Reindex a List or Document Library using PowerShell?

Requirement: SharePoint Online Reindex list or document library using PowerShell. How to Reindex a List or Document Library in SharePoint Online? Reindexing a list or document library in SharePoint Online can be necessary when you are experiencing search issues, such as missing items or incomplete search results. Reindexing can help to rebuild…

Read more

SharePoint Online: PowerShell to List All Deleted Sites

Requirement: Find All Deleted Site Collections in SharePoint Online. How to Get Deleted Sites in SharePoint Online? Looking for a way to get all sites that have been deleted in SharePoint Online? Well, In this blog post, we’ll walk through the steps to use PowerShell to list all deleted sites in your…

Read more

SharePoint Online: PowerShell to Get List Item Field Value

Requirement: PowerShell to Get List Item Field Value in SharePoint Online. SharePoint Online PowerShell to Get List Item Field Value As a SharePoint Online administrator, there will be times when you need to get the field value of a list item through PowerShell. In this blog post, I’ll show you how to…

Read more

SharePoint Online: Bulk Delete All List Items using PowerShell

Requirement: Bulk Delete SharePoint Online List Items using PowerShell. Delete All List Items in SharePoint Online using PowerShell: We have a list in SharePoint Online – Office 365 site with a bunch of items. Need them to be deleted in bulk rather than deleting them one by one from SharePoint web UI….

Read more

SharePoint Online: Create Publishing Page using PowerShell

Requirement: Create a Publishing Page in SharePoint Online using PowerShell. SharePoint Online: Create a Publishing Page using PowerShell CSOM Let me show you how to create a publishing page using PowerShell. Make sure you have the publishing feature enabled before running this script: PnP PowerShell to Create a Publishing Page in SharePoint…

Read more

SharePoint Online: Get Site Collection ID (or Web ID) using PowerShell

Requirement: Get the ID of a SharePoint Online site collection or subsite using PowerShell. How to get the SharePoint Online Site ID? If you are a SharePoint administrator, then there is a good chance you will need the IDs of your SharePoint Online site collection or subsite at times to troubleshoot issues…

Read more

SharePoint Online: PowerShell to Update List View

Requirement: Update List View in SharePoint Online using PowerShell. SharePoint Online: PowerShell to Update List View This blog post will show you how to use PowerShell to update a list view. We will walk you through the process of updating the filter settings for a list view, sorting order, and updating list…

Read more

SharePoint Online: How to Make List Field Read Only using PowerShell?

Requirement: Make a Field Read-Only in SharePoint Online List form. How to Set a List Field to Read-Only in SharePoint Online using PowerShell? Are you looking to make a SharePoint Online list field read only? Perhaps you’ve found no way to do this through the UI, but I wonder if PowerShell can…

Read more