How to Copy Files from OneDrive to SharePoint Online?

Requirement: Copy files from OneDrive to SharePoint Online. How to Copy Files from OneDrive for Business Sites to SharePoint Online? If you’re using OneDrive for Business and SharePoint Online, there may be times when you need to copy files from OneDrive to SharePoint for various reasons, such as sharing with a team…

Read more

SharePoint Online: Import Files from a CSV using PowerShell

Requirement: Upload files from a CSV to SharePoint Online. SharePoint Online: How to Import Files from a CSV using PowerShell? You may know PowerShell is a powerful scripting language that enables administrators to automate many tasks. In this blog post, we’ll show you how to use PowerShell to import files from a…

Read more

How to Copy Files with PowerShell Copy-Item cmdlet?

Copying files is a common task that system administrators need to perform regularly. While you can use Windows Explorer for basic operations, PowerShell offers more flexibility and control when it comes to copying files. In this article, we will go over the different ways you can copy files and folders using PowerShell….

Read more

SharePoint Online: Bulk Delete Files from a CSV using PowerShell

Requirement: Delete multiple files from SharePoint Online document libraries from a CSV using PowerShell. How to Delete Multiple Files in SharePoint Online Site from a CSV file? PowerShell can be your powerful ally when it comes to managing your files and folders in SharePoint Online. I was looking for a way to…

Read more

OneDrive for Business: Block Syncing of Specific File Types

Requirement: Block syncing of specific file types in OneDrive for Business. How to Block File Types in OneDrive for Business? By default, Users can upload all types of files in their OneDrive for Business folder. However, for security and compliance reasons, we can restrict users from syncing specific file types in OneDrive…

Read more

SharePoint Online: Get All Items Created or Modified by a Specific User

Requirement: Find All List Items Created or Modified by a Specific User. PowerShell to Get All Files Created or Modified by a Particular User If you need to get a list of all items created or modified by a specific user in SharePoint Online, Here is the PowerShell script to do that!…

Read more

SharePoint Online: How to Disable Download Option for Documents?

Requirement: Disable download document options in SharePoint Online. SharePoint Online: How to Disable Download Document Button? Are you looking for a way to disable the download option for documents in SharePoint Online? Well, One of the great features of SharePoint Online is that users can easily access and download documents. However, there…

Read more

SharePoint Online: Get Files and Sub-Folders Count on Each Folder in a Document Library using PowerShell

Requirement:  Get the count of files and sub-folders at each folder in a SharePoint Online document library. How to Get the Number of Files and Sub-Folders at Each Folder of a Document Library? When a document library has multiple folders, sub-folder, and files, you can get the number of files and sub-folders…

Read more

SharePoint Online: Find Duplicate Files using PowerShell

Requirement: Find Duplicate Documents in SharePoint Online. When multiple people from different teams work together, there is a huge possibility of duplicate content in SharePoint. People may have uploaded the same document to various libraries or even different folders in document libraries. Duplicate files can take up valuable storage space and can…

Read more

SharePoint Online: Delete All Files Older than 30 Days in a Document Library using PowerShell

Requirement: Delete All Files Older than 30 Days in a SharePoint Online Document Library. PowerShell to Delete Files Older than 30 Days in SharePoint Online I had to remove all files older than 30 days from a SharePoint Online document library. This PowerShell lets you remove all files created 30 days ago…

Read more