SharePoint Online: PowerShell to Disable Modern Experience

Requirement: Disable modern experience in SharePoint Online. How to disable New User Experience in a List and Switch back to Classic View? Definitely, the modern experience in SharePoint Online lists and libraries is faster, mobile-friendly, and easier to use. It brings new functionalities and components, such as: Quick edit metadata with an…

Read more

SharePoint Online: PowerShell to Remove User from All Sites

Requirement: Remove User from All Sites in SharePoint Online. PowerShell to remove a User from All SharePoint Online Site Collections: Do you need to remove a user from all sites and groups? Well, This blog post is to guide you on how to remove a user from all sites in SharePoint Online…

Read more

How to Create an App Catalog Site in SharePoint Online?

What is App Catalog in SharePoint Online?App Catalog in SharePoint is a central location where we can manage custom-developed apps or 3rd party apps and make them available for users to download across all site collections. Installed apps will be listed under the “From Your Organization” link when you try to add…

Read more

Delete Office 365 Group Site in SharePoint Online using PowerShell

Requirement: Delete Office 365 group-connected site collection in SharePoint Online. How to Delete Office 365 Group Site? When you delete an Office 365 group, its associated team site gets deleted automatically (However, It takes up to 30 min to delete the connected SharePoint Online site and clear it from the “Active Sites”…

Read more

SharePoint Online: PowerShell to List All Deleted Sites

Requirement: Find All Deleted Site Collections in SharePoint Online. How to Get Deleted Sites in SharePoint Online? Looking for a way to get all sites that have been deleted in SharePoint Online? Well, In this blog post, we’ll walk through the steps to use PowerShell to list all deleted sites in your…

Read more

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: Get All Documents Inventory in a Site using PowerShell

Requirement: List All Documents in SharePoint Online Site Collection using PowerShell. SharePoint Online PowerShell to Get All Documents Have you ever needed to get a list of all the documents on a SharePoint Online site? In this blog post, we will look at how you can use PowerShell to get all the…

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: Get the Site Owner using PowerShell

Requirement: Get SharePoint Online Site Owner using PowerShell. How to Check Site Owner in SharePoint Online? Site owners are users who have full control over a SharePoint site, with the ability to manage permissions, customize the site’s appearance and functionality, and more. In this article, we will explore how to get the…

Read more