From db2fc4aa7e7f30d92af1069cf264ead0c1d95f1f Mon Sep 17 00:00:00 2001 From: Stephen Rice Date: Mon, 26 Jan 2026 16:14:11 -0800 Subject: [PATCH 1/2] Update UseFindPeopleInPeoplePicker to document site admin bypass Clarify that SharePoint site administrators can bypass People Picker restrictions on sites they administer when this feature is enabled. Co-Authored-By: Claude Opus 4.5 --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index 219b5a1c3..41e62965d 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -5773,7 +5773,7 @@ This feature enables tenant admins to enable ODB and SPO to respect Exchange sup PARAMVALUE: True | False > [!NOTE] -> When set to $true, users aren't able to share with security groups or SharePoint groups. +> When set to $true, users aren't able to share with security groups or SharePoint groups. SharePoint site administrators can bypass the People Picker restrictions on sites they administer. ```yaml Type: System.Boolean From e01932f9d4c39e23f2042536f731409d1941f1a2 Mon Sep 17 00:00:00 2001 From: Stephen Rice Date: Tue, 27 Jan 2026 13:05:14 -0800 Subject: [PATCH 2/2] Add site admin bypass note to SearchResolveExactEmailOrUPN Both UseFindPeopleInPeoplePicker and SearchResolveExactEmailOrUPN are part of the IsDutyOfCarePeoplePicker check, so both parameters need the same documentation about site admin bypass behavior. Co-Authored-By: Claude Opus 4.5 --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index 41e62965d..ddc0e7e3a 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -5195,6 +5195,9 @@ The valid values are: - False (default) - Starts with / partial name search functionality is available. - True - Disables starts with for all users/partial name search functionality for all SharePoint users, except SharePoint Admins. +> [!NOTE] +> SharePoint site administrators can bypass the People Picker restrictions on sites they administer. + ```yaml Type: System.Boolean Parameter Sets: (All)