SharePoint Online: Get Site Collection ID (or Web ID) using PowerShell

Requirement: Get the ID of a SharePoint Online site collection or subsite using PowerShell. How to get the SharePoint Online Site ID? If you are a SharePoint administrator, then there is a good chance you will need the IDs of your SharePoint Online site collection or subsite at times to troubleshoot issues…

Read more

SharePoint Online: Create Subsite with Unique Permissions using PowerShell

Requirement: Create a Subsite with Unique Permissions in SharePoint Online using PowerShell. How to Create a Subsite with Unique permissions in SharePoint Online? You can create a subsite with unique permissions in SharePoint Online to give specific people access to particular information on your site. This article will show you how to…

Read more

How to Find Who Created a Site in SharePoint?

Ever wanted to find out who has created a SharePoint site? Sorry! There is no way to get who created a site from the SharePoint user interface! You can’t get “Created By” or “Created On” values anywhere. But PowerShell is our rescuer! Let’s see who has created a SharePoint site using PowerShell:…

Read more

SharePoint Online: How to Trigger Full Reindex using PowerShell?

Requirement: Reindex SharePoint Online site using PowerShell. How to Reindex the SharePoint site? After mapping a crawled property to a new managed property in SharePoint Online, We had to Reindex the SharePoint Online site. Typically, whenever you make changes to the search schema, You should Re-index the site. Unlike SharePoint On-premises, where…

Read more

SharePoint Online: How to Change Subsite URL using PowerShell?

Requirement: Change the URL of a subsite in SharePoint Online. How to Change the Subsite URL in SharePoint Online? You may need to change the URL of your subsite for several reasons. Maybe you want to update the name of your subsite to reflect a change in your business, or you just…

Read more

SharePoint Online: Restore Deleted Subsite from Recycle Bin using PowerShell

Requirement: The user had deleted a subsite by mistake. Now the requirement is to restore the deleted subsite in SharePoint Online. How to restore a deleted subsite in SharePoint? Have you or the end-user ever accidentally deleted a subsite in SharePoint Online? Did anyone with full control permissions hit the delete button…

Read more

SharePoint Online: Find All Subsites with Unique Permissions using PowerShell

Requirement: Find All SharePoint Online Sites with Unique Permissions using PowerShell. How to check if a site (web) is using Unique permissions or inheriting permissions from the parent? Are you looking for a way to quickly check if a SharePoint Online Subsite has unique permissions? PowerShell makes finding all sites with unique…

Read more

SharePoint Online: PowerShell to Create Subsite from Custom Template

Requirement: Create SharePoint Online subsite from a custom site template using PowerShell. How to create a subsite from a custom template in SharePoint Online? SharePoint templates can be beneficial in saving time when creating new sites or pages. You can quickly create a new site by using a template similar to what…

Read more

SharePoint Online: How to Save Site as Template?

Requirement: Save SharePoint Online Site as Template! Site templates are the quickest way to define the skeleton of a particular standard in SharePoint. It provides great re-usability so that we can create as many sites as we want from the template without manually re-creating them. So, After you create a site and…

Read more

SharePoint Online: PowerShell to Get All Site Collections and Subsites

Requirement: SharePoint Online PowerShell to get all site collections and subsites. SharePoint Online PowerShell to list all site collections and subsites Do you need to get a list of all sites and subsites in your SharePoint Online environment? Manually retrieving a list of all sites and subsites in SharePoint Online can be…

Read more