How to Display List of All Subsites in Modern SharePoint Online Site?

Requirement: Display a list of subsites in SharePoint Online. How to View Subsites in SharePoint Online Site Collection? In SharePoint Online, when you want to view all the subsites under a site collection, there is no native way to do this (Although you can get all immediate subsites of a site from…

Read more

How to create a Subsite Even If the subsites creation is disabled in SharePoint Online?

Update: Things are changed now! You can’t create a subsite if the subsite creation is disabled on the Admin Center! If you try to create a subsite through web browser, You’ll get “New subsites are not available for your organization. Create a new site instead.” message and PowerShell says “New subsites are…

Read more

SharePoint Online: Get Subsite Permission Report using PowerShell

Requirement: PowerShell script to get subsite permissions in SharePoint Online. How to Get Subsite Permissions in SharePoint Online? Do you need to access the SharePoint Online site permissions but don’t know how? If so, this blog post is for you! With a few steps, you will be able to view all of…

Read more

SharePoint Online: How to Enable or Disable Subsite Creation?

Requirement: Disable subsite creation in SharePoint Online. How to enable subsites in SharePoint Online? The traditional information architecture in SharePoint site collections and subsites is site collections have a top-level site and may have a number of sub-sites underneath. However, the recent recommendation from Microsoft is to avoid subsites and create site…

Read more

How to Create a Redirect in SharePoint Online?

Requirement: Create a redirect in SharePoint Online. How to Redirect SharePoint Online page to a different URL? Redirects are a great way to send your visitors automatically to another page or forward users to other sites from your SharePoint Online when they try to access a page that doesn’t exist or has…

Read more

SharePoint Online: Activate a Feature on All Sites using PowerShell

Requirement: Enable a SharePoint Online feature for all sites using PowerShell. PowerShell to Activate a Site Collection Feature for All Sites Do you want to activate the feature on all your SharePoint Online sites? Activating a feature on SharePoint Online sites using PowerShell can save time and effort when managing a large…

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: Find All Unused Sites based on Last Modified Date

Requirement: Get All unused SharePoint Online Sites based on the last modified date. How to Find the Last Modified Date of SharePoint Online Site Collections? If you’re like most SharePoint administrators, you have a number of sites in your SharePoint Online tenant that are no longer being used, and you may want…

Read more

How to Make a Subsite Read-Only in SharePoint using PowerShell?

Requirement: Make a SharePoint Subsite read-only. This method replaces all other permissions applied on the subsite with “Read” and can’t be reverted! Make sure you are proceeding only in scenarios where you don’t need to revert the read-only (E.g. Post migration)! You can take backup of the existing permissions though. If you…

Read more