Create a Web Part Page in SharePoint Online

Requirement: Create a new web part page in SharePoint Online. How to Create a Web Part Page in SharePoint Online? In SharePoint Online, a web part page is a type of page that allows you to add and customize web parts, which are small reusable components that can display content, and perform…

Read more

SharePoint Online: Disable a Feature for All Sites using PowerShell

Requirement: Disable a feature for all SharePoint Online sites using PowerShell. If you are a SharePoint administrator, there may be times when you need to disable a feature for all sites in your organization. You can do this by using PowerShell! This blog post will show you how to disable a feature…

Read more

SharePoint Online: Bulk Delete Folders from a CSV using PowerShell

Requirement: Bulk Delete Folders in SharePoint Online. How to Bulk Delete Multiple Folders in SharePoint Online? Have you ever wanted to bulk delete multiple folders from SharePoint Online to clean up your site or remove outdated or unwanted content? If so, you’re probably familiar with the challenge of selecting each folder and…

Read more

SharePoint Online: Create Multiple Lists from a CSV File using PowerShell

Requirement: Bulk create list or document library in SharePoint Online from a CSV File. How to Create Multiple lists from CSV File? PowerShell makes it easy to create multiple lists in SharePoint Online! This article will show you how to use PowerShell to create multiple lists from a CSV file in SharePoint…

Read more

SharePoint Online: Bulk Delete Files from a CSV using PowerShell

Requirement: Delete multiple files from SharePoint Online document libraries from a CSV using PowerShell. How to Delete Multiple Files in SharePoint Online Site from a CSV file? PowerShell can be your powerful ally when it comes to managing your files and folders in SharePoint Online. I was looking for a way to…

Read more

How to use an Encrypted Password File in PowerShell Scripts?

Requirement: Use an encrypted password file in PowerShell scripts. How to use an Encrypted Password File to Read/Write Credentials in PowerShell? PowerShell modules like PnP PowerShell offers a mechanism to use Windows credentials store to Save and retrieve user name and password to use it in scripts. However, for other PowerShell modules…

Read more

Site Collection Administrator in SharePoint Online – A Comprehensive Guide!

Introduction The SharePoint Online site collection administrator is responsible for managing the SharePoint Online site collection. This includes creating and managing sites, configuring site settings, managing user access, etc. When creating a site collection, a Global Administrator or SharePoint Online Administrator specifies the primary site collection administrator for the site. Learn the…

Read more

Getting Started with Home Site in SharePoint Online

What is Home Site in SharePoint Online? Home site in SharePoint Online is the top landing page for your organization at https://tenant.sharepoint.com/_layouts/15/sharepoint.aspx. The new Set-SPOHomeSite cmdlet sets a modern communication site collection as the SharePoint Online landing page for your organization! So when you click “SharePoint” from the tiles in Office 365…

Read more

Create a Communication Site in SharePoint Online using PowerShell

Requirement: Create a communication site in SharePoint Online using PowerShell. How to create a Communication Site in SharePoint Online? One of the recent addition to the Microsoft SharePoint Online space is Communication sites! While modern team sites are used for departments/teams to collaborate, The SharePoint Online communication site templates are designed to…

Read more