Colored Folders in SharePoint Online and OneDrive

As part of roadmap ID 124980, Microsoft recently rolled out a new feature that allows users to colorize their folders with a preset range of 16 colors in SharePoint Online and OneDrive. This feature applies to both new folders and existing folders. Now, users can customize their folders with different colors for…

Read more

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

How to Rename a Folder in PowerShell?

Renaming a folder or file is a routine task that we often need to perform while working with files and folders. Manual folder renaming might seem like a quick task, but It can be tedious and time-consuming to manually rename folders and directories, especially if you have a large number of them,…

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 use PowerShell to Copy a Folder?

Requirement: Copy a folder using PowerShell. How to Copy a Folder using PowerShell? Copying folders in PowerShell is a common requirement for many IT professionals and system administrators. It allows them to create backups, migrate data, or simply organize files. Working with files and folders from GUI can be tedious when you…

Read more

How to Delete Empty Folders Using PowerShell?

Empty folders can clutter your computer and make it harder to find the files you need. Thankfully, using PowerShell, you can easily delete empty folders in your system, freeing up valuable space and making it easier to find the files you need. In this article, we’ll walk you through the steps for…

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