top of page

SHAREPOINT - CONNECT YOUR INTRANET TO MICROSOFT TEAMS

  • Writer: Jonathan Stuckey
    Jonathan Stuckey
  • Oct 10
  • 4 min read

Audience: SharePoint or tenancy administrators

Author: Jonathan Stuckey


I run through the steps to enable the out-of-the-box SharePoint and Microsoft Teams integration. Get your stuff joined-up with no extra license fees involved - even if you are on Business Standard!

Dual screenshot of an "Awesome intranet" SharePoint site, shown seamlessly in Microsoft Teams on right. Features include team images, service links, news, events, and document sections.
A unified Microsoft UX with SharePoint in Microsoft Teams

As Microsoft continues to turn the screws on pricing, there many things we can do that hold value without massive overhead. This is one.


Changes designed to prevent ease of use

Microsoft's gradual separation of SharePoint management features in to Viva and other tools, has had another impact - preventing businesses enabling "Viva Connections" (Microsoft Teams integration) of your intranet. The gloriously simple now click-here option has been relocated and permissions changed making it harder for users to apply.


Additionally, changes in wording on snippets like this emphasize focus in driving users to buy additional "Viva plans":

Users with a Microsoft 365 subscription (E, F, or A license) are limited to creating and using one experience. If you want to create or use two or more experiences (up to 50), then every user in your tenant must have a Microsoft Viva Suite or Viva Communications and Communities license. See Microsoft Viva plans and pricing for more info. https://learn.microsoft.com/en-us/viva/connections/set-up-admin-center

,,,and it makes it seem like you need another product to get anything useful - but this isn't really the case. This functionality exists for all business license types, but its just that little-bit harder to implement.


A unified user-experience is still available - I'll do a step-by-step how-to below.


Assumptions

You have your stuff in SharePoint and you have

  1. something useful that you need to share with your team

  2. can identify your operational content, separate to your working documents

  3. have done something to create useful navigation (usually associated with intranets)

  4. someone - anyone - who is marginally technical who can drive the "Powershell" bit.


I have also assumed you have a modicum of understanding that using a Hub allows for consistent navigation to all attached sites, but you may not know that designating your main site as a 'Home' in the system settings allows you to join-up the dots between SharePoint and Teams!


Connect your intranet

This whole activity falls into 3 bits, but it does require that you have the right level of access (roles) to make the following changes.


  1. Mark your main SharePoint site as a Hub

  2. Set your main SharePoint site as Home site, and enable it for connection

  3. Publish and pin the Connections app in to Microsoft Teams


SharePoint Administration

You will need to do the following as a SharePoint Administrator (or Global Admin) on your tenancy:

  • Open browser

  • Navigate to your tenancy SharePoint Admin Centre

- substitute your tenancy home-name for 'organisation'


  • Click on Sites > Active Sites

SharePoint admin panel showing active sites list. Two sites with URLs and admin details are displayed. Options like Create, Edit are visible.
SharePoint admin: active site listing highlighting 'home'

 

  • Confirm site is listed as a "Communications" site template

  • Now click on Click on 'Hub' menu in the toolbar (above)

  • Select 'Register as a Hub'

Dashboard with "Active sites" title, site management options, and dropdown menu showing "Register as hub site" and "Associate with a hub".

  • Then select the site and click 'Edit' and confirm is a hub e.g.

Office 365 admin page showing a list of active sites. Selected "Communication site" with URL, site address, domain, and hub details.
SharePoint admin: Site properties panel for intranet Hub

Desktop PowerShell 

  • From your desktop

  • open Powershell as Administrator

    Search results for "powershell" on Windows show PowerShell options, including "Run as administrator." A blue icon is visible on a light background.
  • Run the following:

Install-Module -Name Microsoft.Online.SharePoint.PowerShell -Force
Connect-SPOService -Url "https://organisation-admin.sharepoint.com/"
Set-SPOHomeSite -HomeSiteUrl "https://organisation.sharepoint.com/" -VivaConnectionsDefaultStart $true
Disconnect-SPOService

NOTE: I have assumed that the root-site on your tenancy is your main home for navigation purposes. Most small-medium businesses have adopted this as the case through lack of other guidance and ease-of-access in tenancy setup.


Microsoft Teams Admin

As a Teams Administrator (or Global Admin)

  • Open browser

  • Navigate to Microsoft Teams admin centre

  • Click on Teams Apps > Setup Policies

  • Open 'Global (Org-wide default)' policy

  • Scroll down to Pinned Apps

  • Click + Add apps

Microsoft Teams admin center setup policies screen. Options for uploading apps and user pinning are on. Installed and pinned apps listed.
  • Search for 'Connections',

  • Click Select,

App selection interface with a search box showing "Connections." Options include a dropdown for app permission policy and a "Select" button.

  • Click Add at the bottom of the panel

  • On the Pinned apps panel

  • Click on the = next to Connections

  • Holding mouse-button down drag app to the top of the list

  • Click Save and Confirm (on dialogue)

Popup message in a software interface states "Changes will take time to take effect." Two buttons: "Confirm" and "Cancel" are visible.

Wait 30-seconds - 5 minutes for sync to the user(s)...


A run through of the publishing steps for integration

Caution:

Joining up the UI between SharePoint and Microsoft Teams doe not magically fix the quality of your content, the ease of navigation or findability to make Search wonderful. This just makes it easier for your users to access things from their primary place-of-work - Teams.


Want to know more about SharePoint, usability and getting more from your environment? Give me a shout.


Resources


Disclaimer

No Generative AI was used in the creation of this article. All content was created by author, based on released information from Microsoft. Any errors or issues with the content in this article are entirely the authors responsibility.


About the author: Jonathan Stuckey

Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.

©2024 by What's This...?

  • LinkedIn
  • YouTube
  • X
bottom of page