SharePoint Online: Filter List View to Show Files Only from a Sub-Folder using PowerShell

Requirement: Set a list view filter to show files from a specific folder in a SharePoint Online document library. How to Set the View Filter to Show Files from a Folder? Unfortunately, The SharePoint web user interface doesn’t allow us to set a view filter based on folders or sub-folders. While it…

Read more

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 Find List ID (GUID)

Requirement: Get List ID in SharePoint Online using PowerShell. How to Get the List ID in SharePoint Online? In SharePoint Online, each list has a unique identifier called a GUID (Globally Unique Identifier), which is used to distinguish it from other lists within the same site. You can get the list ID…

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: PowerShell to List All Files in a Document Library

Requirement: List All Documents in a SharePoint Online Document Library using PowerShell. SharePoint Online: PowerShell to Get List of Files in Document Library There may be times when you need to get a list of all the documents in a SharePoint Online document library. This can be helpful if you need to…

Read more

SharePoint Online: PowerShell to a Get List

Requirement: Get a list in SharePoint Online using PowerShell. PowerShell to Get a SharePoint Online List If you are looking for a way to get a list in SharePoint Online using PowerShell, this blog post will show you how to do just that. You can use PowerShell to retrieve a list by…

Read more

SharePoint Online: PowerShell to Disable Versioning

Requirement: Disable Versioning in SharePoint Online using PowerShell. How to Disable Versioning in SharePoint Online? The versioning feature in SharePoint Online creates a copy of items when someone changes a document so that we can track every change to the document and revert to the old version if needed. Although it’s a…

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

Requirement: Get site properties in SharePoint Online using PowerShell. How to Get SharePoint Online Site details? To get site details in SharePoint Online, you will need to head on to: You can export these details to a CSV file. If you need further details about a specific site, you can use the…

Read more

SharePoint Online: Create Multiple Document Libraries using PowerShell

Requirement: Create multiple document libraries in SharePoint Online using PowerShell. How to Create Multiple Document Libraries in SharePoint Online? Are you looking to create multiple document libraries in SharePoint Online? A single document library may not always be sufficient. Maybe you want to create a library for each department in your company…

Read more