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

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

SharePoint Online: Grant Access to All Lists and Libraries with Unique Permission using PowerShell

Requirement: Grant Access to All Lists and Libraries with Unique Permission in SharePoint Online. How to Set Permissions on All Lists and Libraries with Broken Inheritance? We have a SharePoint Online site with a bunch of lists and document libraries uniquely permission-ed. How do we quickly find unique permission lists and add users or…

Read more

SharePoint Online: Export Group Members to Excel

Requirement: Export SharePoint Online group members to Excel. How to Export SharePoint Online Group Members to Excel? SharePoint Groups are used to control access to sites, lists, libraries, and other resources. Have you ever wanted to export all members of a SharePoint Online group to Excel? In some cases, it may be…

Read more

SharePoint Online: Copy/Move Users from One Group to Another

Requirement: Move users from one group to another in SharePoint Online. How to Copy or Move Users Between SharePoint Online Groups? Do you need to copy users from one group to another in SharePoint Online? Maybe you’ve just set up a new group and need to populate it with users from an…

Read more

Get All SharePoint Online Users and Groups with “Full Control” (Owner) Permissions using PowerShell

Requirement: Find all Users and groups with “Full Control” permissions in SharePoint Online sites. How to Get Users and Groups with Full Control in SharePoint Online? In SharePoint Online, permissions can be assigned to users and groups to control access to site content. One of the highest levels of permission is Full…

Read more

SharePoint Online: Grant Permission to a User on All Items in the List using PowerShell

Requirement: Grant Permission to a User on All Items in a SharePoint Online List. PowerShell to Grant Permissions to a User on All Items in a List in SharePoint Online If you have a list or document library with unique permissions applied to the items, granting access to each Item/file/folder one by…

Read more

SharePoint Online: Remove User from All Groups in a Site using PowerShell

Requirement: Remove a user from all groups in a SharePoint Online Site Collection. SharePoint Online: PowerShell to Remove User from All Groups While managing users and their permissions in SharePoint Online can be done through the user interface, it can become tedious and time-consuming for administrators when dealing with large numbers of…

Read more