Forum Discussion

Juan M Baena's avatar
Juan M Baena
Iron Contributor
Apr 30, 2019

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 anyone implemented this change (looks its via PowerShell) and or seen any side effects or issues when doing so? Thanks!

1 Reply

  • shobhitbhalla's avatar
    shobhitbhalla
    Brass Contributor

    Hi Juan M Baena ,

     

    QuestionSharePoint 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

Resources