A few days ago, I had a request to add multiple users in a SharePoint site but using the default interface, I can only add one by one. If we have a long list of users that need to be added to the site this tasks can take a while. So I come up with a PowerShell that will do this task based on a CSV file that contains the email that will make this process faster
For this PowerShell, I…
Continue Reading David Ramalho’s Article on their blog
Add multiple users in a SharePoint site – SharePoint Tricks
How to add multiple users to a SharePoint site using PnP Powershell, with a csv file which you can use to add the roles on your SharePoint site.
Blog Syndicated with David Ramalho’s Permission