Forum Discussion
Marc Mönnikes
Nov 17, 2018Brass Contributor
Azure B2B show guest user SPO and onedrive people picker
Hello, i want to add "guest user" from other tenant to our tenant. it is a kind of federation between 2 firms. So the users should find users from other firm with an easy way to share document...
alessandropalopoli
Jul 18, 2023Copper Contributor
Maybe the problem is still current:
I also faced the problem at least in relation to OneDrive. Besides the SPO-Tenant command to enable the option on the tenant side, I also used the Set-SPOSite command for the OneDrive URLs in the tenant: (Example: Set-SPOSite -Identity "OneDrivePath" -ShowPeoplePickerSuggestionsForGuestUsers $true) - In the sharing context, the guests were resolved as soon as I searched for the display name. It helped me.
I also faced the problem at least in relation to OneDrive. Besides the SPO-Tenant command to enable the option on the tenant side, I also used the Set-SPOSite command for the OneDrive URLs in the tenant: (Example: Set-SPOSite -Identity "OneDrivePath" -ShowPeoplePickerSuggestionsForGuestUsers $true) - In the sharing context, the guests were resolved as soon as I searched for the display name. It helped me.
- Frenz242Sep 26, 2024Copper Contributor
How do you find the "OneDrivePath"?
I attempted the command:
Set-SPOSite -identity https://<TenantName>-my.sharepoint.com/ -ShowPeoplePickerSuggestionsForGuestUsers $true
I get the error:
Set-SPOSite : The property ShowPeoplePickerSuggestionsForGuestUsers cannot be set on the MySite host.