How to Copy Permissions from One Folder to Another in SharePoint Online using PowerShell?

Requirement: Copy permissions from one folder to another in SharePoint Online. SharePoint Online Copy Permissions from one folder to Another using PowerShell Ever wanted to clone permissions from an existing folder to a new folder in SharePoint Online? When working with SharePoint Online, there may be times when you need to copy…

Read more

OneDrive for Business: How to Restore Deleted Files or Folders?

Requirement: Restore deleted files from OneDrive for Business site. Restore deleted files in OneDrive for Business Microsoft’s OneDrive is a cloud storage service that allows users to save and share files online. When you delete a file or folder in OneDrive for Business, it’s not gone forever. Instead, deleted items are moved…

Read more

How to Sync a SharePoint Online Document Library to a Local Folder?

There might come a time when you need to sync a SharePoint Online document library to your local computer. Maybe you’re working on a project with others and want to have an offline copy of the files, or perhaps you want easier access to your files and keep everything in one place….

Read more

SharePoint Folder shows Empty in Windows Explorer!

Problem: SharePoint Online folder appears empty in the File Explorer view! We confirmed the specific folder has files and subfolders by browsing through the web browser. However, in the Explorer view, the SharePoint folder appears empty! Here is the Folder in Browser View: The same SharePoint folder shows empty in the mapped…

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

SharePoint Online: How to Hide Folders in Document Library and Show All Files?

Requirement: Display all files without folders in the SharePoint Online document library. When you have a complicated deep File-Folder structure, You may want to hide folders from the view and show all files without folders in the SharePoint document library view. Probably, you may wish to use Metadata instead of Folders! How…

Read more

SharePoint Online: Grant Folder Permissions from a CSV File using PowerShell

Requirement: Set permissions to Multiple Folders from a CSV File in SharePoint Online. PowerShell to Set Folder Permissions in Bulk from a CSV File in SharePoint Online You can Set folder permissions in SharePoint Online document library using the web browser interface or PowerShell. In this article, let’s see how to use…

Read more