Skip to main content

Command Palette

Search for a command to run...

Collaborating with Guests in a SharePoint Site

Published
β€’3 min read
Collaborating with Guests in a SharePoint Site
P

Cloud and systems engineer with a strong foundation in networking, automation, and infrastructure design. I write about real-world challenges, best practices, and evolving trends in cloud computing, system administration, and network architecture.


πŸ”‘ Why This Matters

  • SharePoint is often used for collaboration with external partners, vendors, or contractors.

  • Guest access is controlled at multiple levels:

    1. Entra ID (Azure AD) β†’ Controls if external users are allowed at all.

    2. Microsoft 365 Groups β†’ Controls whether groups can include guests.

    3. SharePoint org-level β†’ Sets the maximum sharing level allowed in the tenant.

    4. Site-level β†’ Controls sharing on each site.

πŸ‘‰ If guest collaboration doesn’t work β†’ check all four levels.


πŸ› οΈ Step 1 – Configure Microsoft Entra ID External Collaboration

  • This is the highest-level control. If blocked here β†’ no guests can be invited.

βœ… Steps:

  1. Sign in to Entra admin center β†’ https://entra.microsoft.com/

  2. Go to External identities β†’ External collaboration settings.

  3. Choose:

    • Member users and admins can invite guests OR

    • Anyone in the org can invite guests.

  4. Check Collaboration restrictions β†’ make sure guest domains aren’t blocked.

  5. Optional: Restrict guest access to directory info (so guests can’t see all users).


πŸ› οΈ Step 2 – Configure Microsoft 365 Groups Guest Settings

  • SharePoint modern team sites are tied to a Microsoft 365 Group.

  • If Groups don’t allow guests β†’ SharePoint site won’t either.

βœ… Steps:

  1. In Microsoft 365 admin center β†’ go to Settings β†’ Org settings β†’ Microsoft 365 Groups.

  2. Ensure both are checked:

    • βœ”οΈ Group owners can add guests.

    • βœ”οΈ Guests can access group content.


πŸ› οΈ Step 3 – Configure SharePoint Organization-Level Sharing

  • This sets the maximum level of external sharing across SharePoint & OneDrive.

  • Sites cannot be more permissive than the org setting.

βœ… Options:

  • Anyone β†’ allows unauthenticated links (anyone with link can access).

  • New and existing guests β†’ requires authentication (preferred for security).

βœ… Steps:

  1. In SharePoint admin center β†’ Policies β†’ Sharing.

  2. Choose sharing level: Anyone OR New and existing guests.

  3. Save changes.


πŸ› οΈ Step 4 – Create the SharePoint Site

  • Must create the site where collaboration will happen.

βœ… Steps:

  1. In SharePoint admin center β†’ Sites β†’ Active sites β†’ Create.

  2. Select Team site.

  3. Enter site name + group owner.

  4. Choose public or private.

  5. Finish setup.


πŸ› οΈ Step 5 – Configure Site-Level Sharing

  • Even if the org allows β€œAnyone,” the site can still restrict to β€œNew and existing guests.”

βœ… Steps:

  1. In SharePoint admin center β†’ Active sites β†’ Select your site.

  2. Go to Settings β†’ More sharing settings.

  3. Choose: Anyone OR New and existing guests.

  4. Save changes.

⚠️ Note: Entire site cannot be shared with β€œAnyone,” but individual files/folders can.


πŸ› οΈ Step 6 – Invite Guests

  • Now that settings are ready, you can add internal & external users.

  • Guest access is controlled through the Microsoft 365 Group linked to the site.

βœ… Steps:

  1. Open your SharePoint site.

  2. Click Members β†’ Add members.

  3. Enter email addresses of users/guests β†’ Save.


⚠️ Security Notes

  • Removing guest licenses or revoking access removes their ability to sign in.

  • Use sensitivity labels to enforce stricter external sharing policies.

  • Use conditional access policies (MFA, device compliance) for guest security.


βœ… Quick Recap for Exams / Practice:

  1. Entra ID β†’ allow guest collaboration.

  2. M365 Groups β†’ allow guests in groups.

  3. SharePoint org-level β†’ set maximum sharing (Anyone vs Guests only).

  4. Site-level β†’ fine-tune sharing.

  5. Invite users β†’ via Microsoft 365 Group / site members.

1 views

More from this blog

AWS

33 posts