Hi there
On a SharePoint Online Library > Folder - What PowerShell command/code can grant permissions to an external user (directly, without adding him to a group)?
Thank you.
Hi there
On a SharePoint Online Library > Folder - What PowerShell command/code can grant permissions to an external user (directly, without adding him to a group)?
Thank you.
Hi @frob ,
We are currently looking into this needs and will give you an update as soon as possible. Thank you for your understanding and support.
Thanks,
Elsie Lu
I wanted to check if there is any way to do this, please. Any help will be appreciated.
Thank you.
As a reference to someone who might need this, I was able to get this to work (as long as the external user is already added as a Guest User in AD).
Set-PnPFolderPermission -List 'ACN' -Identity 'ACN\ACN' -User 'ExtUser@gmail.com' -AddRole 'Contribute'
Thank you.
Hi @frob,
Sorry for the delay. I have done some research and testing. Usually we use Add-SPOUser or Pnp commands to add external users. After my research, the current commands cannot meet your needs. It is currently not supported by powershell to grant external user permissions at the folder level.
We may need to manually authorize external users at the folder level. Thanks for your support and understanding.
References:
Add-SPOUser
Add-PnPUserToGroup
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi Elsie
How about if those external users are already added as guest users in AD? Can PowerShell add them directly?
Thanks.
15 people are following this question.