Cover of SharePoint Online Permissions and Sharing Field Guide
SharePoint Online Field Guides

SharePoint Online Permissions and Sharing Field Guide

Stop oversharing: external sharing, Anyone links, and Microsoft Entra B2B guest access for Microsoft 365 administrators

This is the companion page for SharePoint Online Permissions and Sharing Field Guide. If the book is in your hands, start with the placement quiz: it tells you which chapters to read first. The chapter map, the hardest SharePoint questions answered in full, and the topics sitting just outside the book are all on this page.

Get the book on Amazon See where you are

What this guide covers

SharePoint Online sells permissions and sharing as one feature, and most administrators treat them that way. That habit is behind a large share of access incidents. Authorization decides who can do what inside a site. Sharing decides whether content can leave the site at all. These are separate problems, they live on separate admin surfaces, and their controls do not overlap cleanly. You can build a textbook-correct site permission model and still watch an "Anyone" link walk a document out to an unauthenticated stranger. You can tighten a site's sharing dial and never notice that a Purview container label, a sensitivity label applied to the site itself rather than to the files inside it, is already enforcing something stricter underneath you.

This book holds both problems in view at once, which is the only way the product makes sense. It connects the SharePoint admin center, the Entra external collaboration settings that gate every guest before SharePoint ever sees the request, and the Purview labels that quietly override site settings. It names the failure modes before you meet them in production: the org-level ceiling no site can exceed, the re-enable trap that restores guest access when you toggle sharing back on, the scope-count limits that file-level sharing silently inflates (each uniquely permissioned item in a library is a permission scope, and a library caps out at 50,000), and the 2026 Entra B2B migration that strands legacy one-time-passcode guests.

Every product specific is grounded against current Microsoft Learn and validated in a live Microsoft 365 E5 lab. You do not need a production tenant to follow along; a trial tenant is enough to reproduce every walkthrough.

Chapter map

  1. How SharePoint Permissions and Sharing Fit Together
  2. Licensing, Prerequisites, and Admin Roles
  3. Permission Levels, What They Are and How They Stack
  4. SharePoint Groups and the Default Group Model
  5. Microsoft 365 Groups and Team Sites, How Group Membership Drives Permissions
  6. Permission Inheritance, Unique Permissions, and the Scope Model
  7. Site Collection Administrators and the Limited Access Permission
  8. Organization-Level External Sharing, The Tenant Policy Ceiling
  9. Site-Level External Sharing and Per-Site Sharing Controls
  10. Sharing Links, Types, Permissions, Expiration, and Defaults
  11. Entra B2B Integration, Guest Accounts, and One-Time Passcode
  12. Sensitivity Labels for Sites, Privacy, External Sharing, and Unmanaged Devices
  13. Before You Go to Production, Permissions and Sharing Readiness Checklist

Appendices: PowerShell and Graph Quick Reference; Build a Lab Tenant; Production Readiness Checklist.

Who it is for

This book is for SharePoint, Microsoft 365, and Teams administrators who run real tenants and want the moving parts connected rather than listed, along with MS-700, MS-102, and SC-300 candidates who keep meeting SharePoint permissions as one slice of a larger stack and want the depth those exams assume but never teach in one place.

See where you are

7 questions from this guide's territory (3 easy, 4 medium), with the explanation after each. Nothing is stored and nothing is sent anywhere.

The rest of SharePoint Online Field Guides

One product per book, a lab appendix in every one, and a companion page like this one for each.

  • Cover of SharePoint Online Administration and Migration Field Guide
    Field guide

    SharePoint Online Administration and Migration Field Guide

    SharePoint Online has no servers for you to patch, which is exactly why its failures are harder to find.

  • Cover of SharePoint Online Content, Metadata, and Search Field Guide
    Field guide

    SharePoint Online Content, Metadata, and Search Field Guide

    The column nobody indexed. The term set left open.

    Publishing$12.99Companion page
  • Cover of SharePoint Online Governance, Security, and Compliance Field Guide
    Field guide

    SharePoint Online Governance, Security, and Compliance Field Guide

    Nothing in SharePoint compliance breaks loudly.

  • Cover of SharePoint Online Sites and Architecture Field Guide
    Field guide

    SharePoint Online Sites and Architecture Field Guide

    Clearing the self-service site creation checkbox does not stop sites from appearing. Someone spins up a Team and a site appears anyway, through a pipeline the checkbox never touched.

    Publishing$12.99Companion page

The hard set (2 questions)

The hardest SharePoint questions this guide publishes, none of them repeated from the placement quiz above: the answer first, why every other option is wrong, and the Microsoft Learn page behind it. The practice book for this exam holds the full bank.

The tenant's organization-wide external sharing (SharingCapability) is set to 'New and existing guests' (ExternalUserSharingOnly). A site owner asks the admin to enable 'Anyone' links on just their one site by running Set-SPOSite -SharingCapability ExternalUserAndGuestSharing. What is the outcome?

Correct answer: A. The change is rejected/ineffective because a site's sharing can't be more permissive than the tenant setting

A site's external sharing can be equal to or MORE restrictive than the tenant, but never more permissive. With the tenant at ExternalUserSharingOnly, a site may be Disabled, ExistingExternalUserSharingOnly, or ExternalUserSharingOnly, but not ExternalUserAndGuestSharing. Anyone links must be enabled at the tenant first.

Why the other options are wrong:

  • B. Sharing scope isn't silently narrowed to internal-only; the more-permissive value simply isn't permitted.
  • C. A site cannot exceed the tenant's sharing ceiling, so it can't override the tenant to allow Anyone links.
  • D. Setting a site value never escalates the organization-wide tenant setting.

Memory hook: Tenant sets the ceiling; sites can only go stricter, never looser.

Microsoft Learn: Turn external sharing on or off

Your organization-level external sharing is set to Anyone. For one project site, external sharing is set to "New and existing guests" (recipients must sign in or use a verification code). As SharePoint Administrator you set that site's default sharing link type to "Anyone with the link." A user on that site clicks Share on a document. Which link type will be selected by default in the Share dialog?

Correct answer: A. Only people in your organization

Microsoft Learn states that if the default is set to "Anyone with the link" but the site (or OneDrive) is configured to allow sharing only with guests who sign in or provide a verification code, the effective default link shown is "Only people in your organization." Because this site requires authenticated guests ("New and existing guests"), Anyone links aren't valid, so SharePoint falls back to the org default. The user must manually choose "Specific people" to share externally.

Why the other options are wrong:

  • B. "Anyone with the link" was configured, but it can't apply on a site that requires authentication, so SharePoint overrides it rather than showing it.
  • C. "Specific people" is what the user must manually select to share externally on this site; it isn't the automatic default.
  • D. "People with existing access" is a distinct link type that grants no new permissions and is never the automatic fallback here.

Memory hook: Anyone default on a sign-in-required site collapses to "People in your organization" - the org default catches the fall.

Microsoft Learn: Turn external sharing on or off

Exam prep? The SharePoint sampler scores you by topic and points you to the guide behind each miss.

Take the SharePoint sampler Every SharePoint practice question, with explanations