SharePoint Online: Get All Folders from List or Library using PowerShell

Requirement: Get All Folders from a SharePoint Online list using PowerShell. PowerShell to Get All Folders in a SharePoint Online List In many cases, you may need to get a list of all folders within a SharePoint Online list or library. This can be accomplished using PowerShell. This blog post will show…

Read more

SharePoint Online: Delete Empty Folders using PowerShell

Requirement: Delete Empty Folders in SharePoint Online Document Library using PowerShell. Are you facing an issue with a lot of empty folders in your SharePoint Online site? And, if you’re like me, you probably wondered if there was an easier way to do it. Because identifying and deleting them using the web…

Read more

SharePoint Online: Create Site Collection from Custom Template

Requirement: Create a Site Collection with Custom Template in SharePoint Online. SharePoint Online: Create Site Collection from Custom Template A custom site template is a pre-configured set of components, settings and features that can be used as the foundation for a new site collection. Creating subsites from a custom template is quite…

Read more

Get SharePoint Online Tenant Settings using PowerShell

Requirement: Get tenant settings in SharePoint Online. PowerShell to Retrieve Tenant Setting in SharePoint Online: To make the most of the SharePoint Online platform, it’s important to understand the various settings that are available and how they impact the behaviour of SharePoint. In this blog post, we are going to show you…

Read more

SharePoint Online: Compare Features Between Sites using PowerShell

Have you ever wanted to compare features activated between SharePoint Site collections or sites? Well, this nifty PowerShell script does that exactly! PowerShell to Compare Features Between SharePoint Online Sites or Site Collections To compare features available in two SharePoint Online sites, follow these steps: Let’s automate this process using PowerShell to…

Read more

How to Enable SharePoint Designer for SharePoint Online?

Requirement: Enable SharePoint Designer for a SharePoint Online site. SharePoint Online: How to Connect from SharePoint Designer? SharePoint Designer is a powerful tool for customizing SharePoint sites. It offers a robust set of features for creating custom web pages, designing page layouts, and building custom form components. Additionally, you can connect to…

Read more

Co-Authoring Feature in SharePoint Online

Overview of Co-authoring in SharePoint Online What is Co-Authoring in SharePoint Online? Well, Co-Authoring feature in SharePoint Online and OneDrive allows multiple users to edit documents and collaborate concurrently in real-time. By default, documents in SharePoint Online document libraries are enabled with co-authoring. When multiple users edit one document (Word, Excel, PowerPoint,…

Read more

SharePoint Online: Unique Permissions Report using PowerShell

Requirement: Get unique permissions report in SharePoint Online using PowerShell. PowerShell for SharePoint Online Unique Permissions Report In SharePoint Online, it’s important to keep track of the permissions assigned to each site, list, and library. However, this can be a difficult task, especially in large and complex environments. A unique permissions report…

Read more

SharePoint Online: Set List Item Permissions using SharePoint Designer Workflow and REST API

Business Requirement: In “Project Documents” SharePoint Online document library, Project related documents are getting uploaded by the project team. This library has “Permissions” drop-down column (metadata) with values “Restricted” and “Non-Restricted”. If the Permission is restricted, we need to break the permissions of the document, remove all users and groups from it…

Read more