SharePoint Online: How to Change the User’s Display Name?

Requirement: Change the user display name in SharePoint Online using PowerShell. How to Change the Display Name of the User in SharePoint Online? When working with SharePoint Online, there may be instances where you need to update a user’s display name. Perhaps you have an employee whose last name has changed, and…

Read more

SharePoint Online: Add Bulk Users and Groups using PowerShell

Requirement: Add multiple users and Groups to SharePoint Online sites in bulk. How to Create Multiple Groups and Users in SharePoint Online? I had to create several SharePoint User Groups and add users to those groups on different sites. In this blog post, let’s take a look at how to add multiple…

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

Add User to All SharePoint Online Sites using PowerShell

Requirement: Add user to all sites in SharePoint Online using PowerShell. PowerShell to Add User to All Sites in SharePoint Online Have you ever wanted to add a user to all SharePoint Online sites of your tenant with Read/Edit/Full Control (Or Visitor/Member/Owner) Permissions? Adding the user to a SharePoint Group or Granting…

Read more

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

Requirement: Copy permissions from one list to another in SharePoint Online. PowerShell to Copy Permissions Between SharePoint Online Lists and Libraries Have you ever needed to copy permissions from one list to another in SharePoint Online? Maybe you’ve set up a new list or library and need to quickly give users and…

Read more

Get User Effective Permissions in SharePoint Online using PowerShell

Requirement: Get effective permissions granted to a user on a SharePoint Online site using PowerShell. PowerShell to Get User’s Effective Permissions in SharePoint Online Here is how to use the “GetUserEffectivePermissions” method to retrieve all effective permissions a specific user has on a given SharePoint site. This script gets all permissions, such…

Read more

Find All Shared Links in SharePoint Online Document Library

Requirement: We wanted to find all links shared through the “Share” Feature in SharePoint Online. PowerShell to Generate Shared Links Report in SharePoint Online When a file or folder is shared in SharePoint Online, It generates a Link, and users can use that link to view or edit based on permissions set…

Read more

Generate Shared Links Permission Report in SharePoint Online

Requirement: Generate a permission report for all links shared through SharePoint Online’s “Share” feature. Get All Shared Links Permission in SharePoint Online Document Library using PowerShell When you share a file or folder in SharePoint Online, It breaks the permission inheritance of the particular item and grants unique permissions. Here is the…

Read more

SharePoint Online: How to Allow Edit Permissions but Not Download?

Requirement: Allow edit but not download in SharePoint Online. SharePoint Online: How to Allow Edit but not download? We wanted to provide edit permissions to users on an Excel spreadsheet stored in the SharePoint Online document library, without giving them the ability to download the file! So, how to provide users the…

Read more