View Microsoft Teams in Outlook

Share This:

Microsoft Teams Loading

Last year, Microsoft made a change in Office 365 that hides Office 365 Groups that were created in Teams from Outlook. There are a couple of options to get around this, but those will depend on if you’re creating a new Team, or if you’re trying to view an old Team that was created after the change but hasn’t been enabled for Outlook.

How to Create a new Team and have it visible in Outlook

  • Create the Team as an Office 365 Group by logging into your Outlook Web App (https://outlook.office365.com/).
  • Under Groups in the left navigation bar, select New Group.
    Office 365 Outlook New Group
  • Fill out the information about the new group.
  • In Microsoft Teams, when you select Join or Create a Team, select Create From…An existing Office 365 group or team
    Microsoft Teams Create Team
  • Browse for the Office 365 Group you just created and follow the remaining steps.

By creating the Team as an Office 365 Group first, you automatically enable the group to be visible within Outlook.

How to View an Existing Team in Outlook

If you already have a Microsoft Team that wasn’t created as an Office 365 Group first and you can’t see it in Outlook, then you’ll need to use Powershell to change the HiddenFromExchangeClientsEnabled flag.

Connect to Exchange Online Powershell:
Exchange Online Powershell Hidden Team Group

  • Open Powershell
  • Type $UserCredential = Get-Credential and enter your credentials when prompted
  • Start a new session by typing:

    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection

  • Run Import-PSSession $Session -DisableNameChecking
  • To view your Microsoft Team in Outlook, run this command:

    Set-UnifiedGroup "TeamsO365Group" -HiddenFromExchangeClientsEnabled:$false

    Change TeamsO365Group to the name of your Team

  • End your Exchange Online Powershell by running Remove-PSSession $Session

After a few minutes, your existing Team should be visible under Groups in Outlook.


Share This:

 

One Response

  1. HB June 13, 2020

Leave a Reply