SharePoint Online: Delete All Files in a Document Library using PowerShell

Requirement: Delete all documents in a library in SharePoint Online. How to Delete All Documents in a Library in SharePoint Online? In SharePoint Online, you may occasionally need to delete all the files in a document library. For example, if you’re importing a large number of documents into the library or if…

Read more

Disable “New Folder” in SharePoint Online Lists and Libraries

Requirement: Disable Folder Creation in SharePoint Online List or Document Library. How to Prevent Folder Creation in SharePoint Online? Would you like to disable the “New Folder” button in SharePoint Online lists and libraries? In this blog post, I will show you how to do just that. This can be helpful if…

Read more

How to Copy a Folder in SharePoint Online using PowerShell?

Requirement: Copy a Folder in SharePoint Online using PowerShell. How to Copy Folder in SharePoint Online? Copying a folder in SharePoint Online can be a useful way to quickly duplicate content and save time when creating new sites or libraries. If you need to copy a folder in SharePoint Online, PowerShell can…

Read more

SharePoint Online: PowerShell to Get Folder Permissions

Requirement: Get Folder Permissions in SharePoint Online using PowerShell. How to Get Folder Permissions in SharePoint Online? Folder-level permission in SharePoint Online helps to obtain fine-grained permissions, and they are an important part of SharePoint Online security. As an administrator, you may need to manage the permissions for folders to ensure that…

Read more

SharePoint Online: PowerShell to Get a Folder in Document Library

Requirement: Get a Folder in SharePoint Online Document Library using PowerShell. Here is my nifty collection of PowerShell scripts to get a folder in SharePoint Online! Get a Folder in SharePoint Online using PowerShell By URL Do you need to get a specific folder from your SharePoint Online document library? Perhaps you…

Read more

SharePoint Online: Upload File to Sub-Folder using PowerShell

Requirement: SharePoint Online PowerShell to Upload File to a Folder. How to upload a File to a Folder in SharePoint Online? Folders are still a great way to organize your files and keep them all in one place. In this blog post, I will show you how to use PowerShell to upload…

Read more

SharePoint Online: Upload a Folder using PowerShell

Requirement: Upload a Folder to SharePoint Online using PowerShell. How to upload a Folder to SharePoint Online Document Library? You can upload a folder and its contents to SharePoint either using the web browser – upload button in the toolbar or by dragging and dropping the folder onto the library from Windows…

Read more

SharePoint Online: Check If a Folder Exists using PowerShell

Requirement: Check if a folder exists in the SharePoint Online document library. SharePoint Online: PowerShell to Check If Folder Exists When Working with SharePoint Online PowerShell scripts, you may need to determine if a folder exists in SharePoint Online before creating a new folder or deleting an existing folder. In this blog…

Read more

SharePoint Online: Remove User or Group from Folder Permissions using PowerShell

Requirement: Remove the user from folder permissions in SharePoint Online. How to Remove a user from folder permissions in SharePoint Online? Want to restrict access to a folder in SharePoint Online? This blog post will show you how to remove a user or group from folder permissions in SharePoint Online. We’ll also…

Read more

How to Download a Folder from SharePoint Online using PowerShell?

Requirement: Download a Folder from SharePoint Online. How to Download a Folder from SharePoint Online? Are you wondering how to download a folder from SharePoint Online? Well, this post will show you how! In just a few easy steps, you can have the contents of a SharePoint folder on your computer. In…

Read more