Nov 17 2018
12:38 PM
- last edited on
Jan 14 2022
04:46 PM
by
TechCommunityAP
Nov 17 2018
12:38 PM
- last edited on
Jan 14 2022
04:46 PM
by
TechCommunityAP
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 documents and sharepoint sites/libraries.
I also want to see this users in the "people picker" for sharing SPO websites and also Onedrive sharing (also desktop client).
i have used: "Set-SPOTenant -ShowPeoplePickerSuggestionsForGuestUsers $True".
But: my guest users are not visible in people picker when i try to share website and also not available on onedrive sync client.
Do i need to run Set-SPOSite -ShowPeoplePickerSuggestionsForGuestUsers $True for every existing site?
How about onedrive? do i need to enable the Guest suggestions also with command?
Thank you
Regards
Marc
Jan 11 2023 12:51 PM
Jul 18 2023 06:09 AM
Sep 26 2024 02:08 PM - edited Sep 26 2024 02:09 PM
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.