SharePoint Online: How to Change the Task List UI to Modern Experience?

Problem: Although the tenant level Settings for SharePoint Online list and libraries configured to use New experience, task lists are created with Classic experience by default. How to Change SharePoint Online Task List to Modern Experience? Task lists in SharePoint Online are created with Classic experience by default. To change its UI…

Read more

SharePoint Online: How to Remove the Feedback Button?

Requirement: Disable feedback button in SharePoint Online! The feedback button in the bottom right of SharePoint Online gets your feedback comments to Microsoft User voice directly. In my case, End users thought their comments were going to the IT team of the organization, and we wanted to hide the feedback button in…

Read more

SharePoint Online: PowerShell to Remove User from All Sites

Requirement: Remove User from All Sites in SharePoint Online. PowerShell to remove a User from All SharePoint Online Site Collections: Do you need to remove a user from all sites and groups? Well, This blog post is to guide you on how to remove a user from all sites in SharePoint Online…

Read more

Fix “Connect-SPOService : Current site is not a tenant administration site.” Error in SharePoint Online Management Shell

Problem: When trying to connect to SharePoint Online using SharePoint Online Management Shell, I got an error message: “Connect-SPOService : Current site is not a tenant administration site.” Root Cause and Solution: The script was trying to connect to SharePoint Online as: “Connect-SPOService -Url https://crescent.sharepoint.com”, But the problem is: It should connect…

Read more

SharePoint Online: Copy Folder Structure between Document Libraries using PowerShell

Requirement: Copy Folder Structure between document libraries in SharePoint Online. PowerShell to Copy Folder Structure between SharePoint Online Document Libraries: Ever wanted to clone a folder, sub-folder structure between two SharePoint Online document libraries? Well, here is the PowerShell script to copy folder structure from one document library to another – without…

Read more

SharePoint Online: Upload Folder Structure using PowerShell

Requirement: Upload folder structure to SharePoint Online using PowerShell. PowerShell to Upload Folder Structure to SharePoint Online: I had to clone a folder structure from a local drive to SharePoint Online. Uploading a folder structure to SharePoint Online can be a tedious process, especially if you have a lot of files and…

Read more

SharePoint Online: PowerShell to Get a Content Type

Requirement: Get Content Types in SharePoint Online using PowerShell. PowerShell to Get Content Type by Content Type ID: As an administrator, you might need to retrieve information about specific content types in your SharePoint Online using PowerShell. You can use PowerShell to get a content type by its Name or ID on…

Read more

SharePoint Online: Get Columns from Content Type using PowerShell

Requirement: PowerShell to Get Content Type Fields in SharePoint Online. PowerShell to Get Columns from Content Type in SharePoint Online: Have you ever needed to get a list of all fields in your SharePoint Online content type? Well, you can get all fields of the content type from the content type settings…

Read more