SharePoint Online: View Folder Size using PowerShell

Requirement: Get a Folder Size in SharePoint Online. How to Check a Folder Size in SharePoint Online? Managing SharePoint content can be a daunting task, especially when you have to find out what size your folders are. You will need to know the total size of your folder to determine how much…

Read more

SharePoint Online: Find and Delete Duplicate List Items using PowerShell

Requirement: Find and Delete Duplicate Items in a SharePoint Online list using PowerShell. Find Duplicate Rows in a SharePoint Online List using PowerShell When you have a list with a lot of data, it’s easy for duplicates to sneak in. Maybe someone entered the same data twice, or an import process created…

Read more

SharePoint Online: Get-Set Choice Field Value using PowerShell

Requirement: Get / Set Choice Field Value in SharePoint Online using PowerShell. PowerShell to Get Choice Field Value from a List Item in SharePoint Online: This blog post will explore how to get or set the value of a choice field in SharePoint Online using PowerShell. We will cover how to use…

Read more

SharePoint Online: Delete Permission Level using PowerShell

Requirement: SharePoint Online Remove permission level using PowerShell. How to Delete a Permission Level in SharePoint Online? Permission levels in SharePoint Online are sets of permissions that define what actions a user can perform in a site. It is important to manage permission levels in SharePoint to ensure that users have the…

Read more

SharePoint Online: How to Check a Group’s Permissions in a Site?

Requirement: Check Group Permission in SharePoint Online. How to Check SharePoint Online Group Permissions? SharePoint permissions determine who has access to the resources in a site and what actions they can perform. SharePoint groups may be granted permission anywhere in a site collection. Checking group permissions in SharePoint Online is crucial for…

Read more

Limited-access user permission lockdown mode Feature in SharePoint

What is limited-access user permission lockdown mode? In SharePoint, users are automatically assigned to the “Limited Access” permission level when their account is granted exclusive access (unique permission) only to resources such as list/library/document, etc., within site, but not directly to the site itself. E.g., When you grant access to a List…

Read more

SharePoint Online: How to Approve Multiple Documents using PowerShell?

Requirement: Approve Multiple Documents in SharePoint Online using PowerShell. PowerShell is a powerful tool that can help you automate common tasks in SharePoint Online. In this blog post, we will show you how to approve multiple documents at the same time in SharePoint Online using PowerShell. This can be a helpful time-saving…

Read more

SharePoint Online: Download All Versions of a Document using PowerShell

Requirement: Download All Versions of a Document in SharePoint Online using PowerShell. How to download the previous version in SharePoint Online? To download a specific version of a document in SharePoint Online, you can follow these steps using the web interface: SharePoint Online: PowerShell to Download All Versions of a Document In…

Read more

PowerShell to Update Permissions for Custom Permission Level in SharePoint

Requirement: Update permission level in SharePoint using PowerShell. How to Edit a Permission level in SharePoint? If you have ever created a custom permission level in SharePoint, you know that it can be a bit of a pain to set the permissions correctly. This blog post will show you how to update…

Read more