How to Copy a Site in SharePoint Online using PowerShell?

Requirement: Copy a sub-site in SharePoint Online using PnP Provisioning Template. Site templates are a great way to make a “template” and create a copy of a site, including its structure and content. However, Microsoft has removed the “Save as Template” feature in modern site templates and group associated team sites or…

Read more

SharePoint Online: Move Subsite to Another Site using PowerShell

Requirement: Move the Subsite to a new site in SharePoint Online. How to move a subsite in SharePoint Online? As a SharePoint Online administrator, you may need to move a subsite from one site to another. In this blog post, we’ll walk through the process of moving a subsite from one SharePoint…

Read more

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

Requirement: Create Multiple subsites in SharePoint Online using PowerShell. SharePoint Online: How to Create Multiple Subsites using PowerShell? Creating multiple subsites in SharePoint Online can be a tedious process and can be a lot of work if you have to do it one by one. Wouldn’t it be great if there was…

Read more

How to Find the Site Template in SharePoint Online using PowerShell?

Requirement: Find the Site Template in SharePoint Online using PowerShell. How to Find the Site Template in SharePoint Online? You may have an existing site and want to know the site template used in creating the site in SharePoint Online. In this article, I’ll show you how to find the site template…

Read more

SharePoint Online: How to Stop Inheriting Permission and Setup Unique Access to a Subsite?

Requirement: Break permission inheritance of a Subsite in SharePoint Online. How to Break Subsite Permission Inheritance in SharePoint Online? When we create a new subsite in SharePoint Online, we have the option to set its permission: whether the subsite should inherit permissions from its parent site or it should have unique permissions….

Read more

SharePoint Online: Delete All Unique Permissions from a Site Collection using PowerShell

Requirement: Remove unique permissions from a SharePoint Online site collection and restore permission inheritance from the parent. How to reset SharePoint permissions to default? If you’re ever in a situation where you need to reset SharePoint permissions but don’t know how to do it, this is the article for you! In this…

Read more

SharePoint Online: Delete Unique Permissions in a Subsite using PowerShell

Requirement: Delete Unique Permissions of a Subsite in SharePoint Online using PowerShell. How to Remove Unique Permissions of a SharePoint Online Site? One of the features of SharePoint Online is the ability to assign unique permissions to individual documents or folders. This allows for fine-grained control over who can access, edit, or…

Read more

SharePoint Online: Get Subsites using PowerShell

Requirement: Get a subsite using PowerShell in SharePoint Online. This blog post shows how you can get a subsite in SharePoint Online using PowerShell. This script can be useful if you need to quickly perform some action on a specific subsite or gather information about a particular site. Get a Subsite using…

Read more

SharePoint Online: Remove User from Subsite Permission using PowerShell

Requirement: Remove a user from a SharePoint Online subsite. How to remove a User from SharePoint Online Subsite? By default, SharePoint Online subsites inherit permissions from their parent sites. As part of managing access to SharePoint Online sites, at times, it may be necessary to remove users from a subsite to restrict…

Read more

SharePoint Online: Get Subsite Size using PowerShell

Requirement: Get Subsite Size in SharePoint Online. How to Get the Subsite Size in SharePoint Online? Are you looking for a way to get the size of your subsites in SharePoint Online? Well, there are a few approaches you can take, and we’ll walk through each one to get the size of…

Read more