SharePoint Online: How to Deploy a Design Package Solution (WSP) using PowerShell?

Requirement: Deploy a design package solution (WSP) in SharePoint Online. Prerequisites: You must activate publishing infrastructure feature both at site collection and site levels before deploying any design package! How to deploy a Solution Package using PowerShell? You may have a solution package WSP file for site template or design package for…

Read more

How to Customize Search Navigation in SharePoint Online?

Requirement: Customize the search drop down by adding a new search scope in SharePoint Online. How to Customize the Search Navigation in SharePoint Online? The default search drop-down has the below options: We need a new custom scope (drop-down option) to the search drop down to be added. This document outlines How to…

Read more

How to Install the SharePoint Online PowerShell Module?

Requirement: Install SharePoint Online PowerShell module. The SharePoint Online PowerShell Module enables administrators to manage their SharePoint Online environments using PowerShell cmdlets. This module is a great way to manage and automate your SharePoint environment. You can use it to perform a wide range of tasks you typically do in the SharePoint…

Read more

Download and Install SharePoint Online Client Components SDK using PowerShell

What is SharePoint Online client components SDK? The SharePoint Online Client Components SDK provides the tools necessary to develop applications that interact with SharePoint Online. It includes libraries for accessing SharePoint data and functionality and extensive documentation on how to use these libraries. We need SharePoint Online client components SDK installed on…

Read more

Add Active Directory Group to SharePoint using PowerShell

Requirement: Add Active Directory Group to SharePoint Group using PowerShell. How to Add Active Directory Group to SharePoint? In this blog post, we will walk through the steps necessary to add an Active Directory group to SharePoint permissions. This can be helpful if you need to quickly grant permissions to a group…

Read more

SharePoint Online: How to Disable Sharing for Non-Owners using PowerShell?

Requirement: Disable Sharing for Non-Owners in SharePoint Online. How to Disable Sharing for Members in SharePoint? If you are a SharePoint Online administrator, You may want to disable sharing for people who are not site owners. Perhaps you have users who need access to specific content but don’t need the ability to…

Read more

SharePoint Online: Disable Page Comments in Modern Sites using PowerShell

Requirement: Disable page comments in SharePoint Online Modern Sites and Communication sites. How to Disable Page Comments in SharePoint Online? Modern pages in SharePoint Online have a comments section at the bottom of each page for better collaboration. Comments are a great way to interact with others and get feedback on your…

Read more

SharePoint Online: Find All Large Files using PowerShell

Requirement: Find all large files in the SharePoint Online site collection. How to Find Large Files in SharePoint Online? Are you looking for a way to quickly find all large files in your SharePoint Online environment? Large files can quickly consume storage space, making it difficult to manage the content within your…

Read more