Forum Discussion
Juan M Baena
Apr 30, 2019Iron Contributor
People Picker
Good Day Recently we were asked if we could hide from the People Picker the Everyone Except External Users for helping avoid scenarios of oversharing of content with the whole company. Has anyon...
shobhitbhalla
May 01, 2019Brass Contributor
Hi Juan M Baena ,
SharePoint Online does NOT enforce licensing requirements, everyone in the organization will be able to access pages (depending on the permissions of course). You can remove the "everyone except external users" claim by running the following PowerShell cmdlet:Set-SPOTenant -ShowEveryoneExceptExternalUsersClaim:$false
More info here: https://github.com/MicrosoftDocs/office-docs-powershell/blob/master/sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md