SharePoint Online: Bulk Add/Update/Delete Faster with New-PnPBatch in PowerShell

The PnP PowerShell Module brings the ability to perform bulk operations in batches in SharePoint Online using the New-PnPBatch cmdlet. This is extremely helpful when dealing with larger lists with create, edit or delete operations. The PnP Batch operations are accelerated and relatively reduce execution time and deliver faster performance. So now,…

Read more

SharePoint Online: How to Grant Permissions to a Document?

Requirement: Share a document in SharePoint Online. Permissions are hierarchical in SharePoint Online, from the Top-level Site collection to the file level. When documents are created in the libraries, they inherit the permissions of that library by default. However, This inheritance can be broken, and permissions can be applied directly to the…

Read more

How to Create a Folder using PowerShell?

Requirement: Create a new folder in PowerShell. PowerShell to Create a Folder As an Administrator, I always look for ways to streamline my workflow and increase productivity. One tool that has been a game-changer for me is PowerShell. PowerShell is designed to automate tasks, so if you find yourself doing something repeatedly,…

Read more

How to Check the PowerShell Version?

Requirement: Get the PowerShell version. How to check the PowerShell version? PowerShell is a powerful scripting language that enables you to automate tasks, manage your environment, and more. The latest version of PowerShell has brought many new features. Hence, it’s important to know what version of PowerShell you have. Do you know…

Read more