SharePoint Online: Copy/Move Users from One Group to Another

Requirement: Move users from one group to another in SharePoint Online. How to Copy or Move Users Between SharePoint Online Groups? Do you need to copy users from one group to another in SharePoint Online? Maybe you’ve just set up a new group and need to populate it with users from an…

Read more

Get All Document Libraries in SharePoint Online using PnP PowerShell

Requirement: Get all document libraries in SharePoint Online using PowerShell PnP. PnP PowerShell to Get All Document Libraries in SharePoint Online Would you like to get a list of all document libraries on your SharePoint Online site? PowerShell makes it easy! I’ll show you how to use PowerShell to get a list…

Read more

Set SharePoint Online Site to Read Only using PowerShell

Requirement: Set a SharePoint Online site to read only using PowerShell. How to make a SharePoint Online site read only? If you have a SharePoint Online site that you would like to make read-only, PowerShell makes it easy! This blog post will show you how to set a SharePoint Online site to…

Read more

SharePoint Online: Get Document Library Permissions and Export to CSV using PnP PowerShell

Requirement: SharePoint Online PowerShell to Get Document Library Permissions. How to Get SharePoint Online Document Library Permissions? Are you looking for a way to export permissions on your SharePoint Online document library so that you’ll be sure who has access to your SharePoint Online document library? Or perhaps you want to generate…

Read more

SharePoint Online: Get List Item Count using PowerShell

Requirement: Get list item count in SharePoint Online using PowerShell. How to Get List Items Count in SharePoint Online? If you need to get a count of the items in a given SharePoint Online list, there are a few ways to do it. In this post, we’ll show you how to use…

Read more

How to Disable Footer in SharePoint Online Communication Sites?

Requirement:  Disable Footer in SharePoint Online Communication Sites. How to Hide Footer in Communication Sites in SharePoint Online? Although the footer section is handy, you may have to disable the footer in some scenarios. For example, you may not have the right content and links for the footer, or you want to…

Read more

SharePoint Online: How to Disable Social Bar (Like, Comment, Views, Save for later) in Modern Site Pages?

Requirement: Disable Social Bar links (Like, Comment, Views, Save for later) in SharePoint Online Modern Site Pages. PowerShell to Hide Social Bar Links in SharePoint Online Site Collection: The Social Bar is a new feature in SharePoint Online modern pages that lets users like, comment, and see the number of views. Run…

Read more

How to Show Search Refiners Count in SharePoint Online?

Requirement: Show refiners count in SharePoint Online Search. SharePoint Online: Search Refiners Count By default, SharePoint Online search refiners don’t show the results count. To enable refiners count, you need to manually modify the display template file used by the search refiner web part. It’s pretty easy, and we just need to…

Read more

SharePoint Online: How to Set Permissions to Add But Not Delete?

Requirement: Set permission to add but not delete in SharePoint site or list. How to Set Permissions to add but not delete in SharePoint? We have a requirement to configure permissions to add items but not delete them in a SharePoint Online site. So, let’s see how we can restrict permissions on…

Read more

Fix “Connect-SPOService : The term ‘Connect-SPOService’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.” Error

Problem: When trying to connect to the SharePoint Online site through the PowerShell cmdlet: Connect-SPOService -URL https://crescent-Admin.SharePoint.com, got an error message and could not connect to SharePoint Online from PowerShell: Connect-SPOService : The term ‘Connect-SPOService’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling…

Read more