SharePoint Online: PowerShell to Get a File

Requirement: Get a File from SharePoint Online using PowerShell. PowerShell to Get a File from SharePoint Online In this blog post, we will take a look at how you can use PowerShell to get a file from a SharePoint Online site. This can be useful if you need to access a file…

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: 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