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 / Update / Uninstall SharePoint Online PowerShell Module?

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

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