Forum Discussion

wo_kn's avatar
wo_kn
Brass Contributor
Jul 17, 2020
Solved

How do i change Properties of teams using powershell?

I was setting up a new team for my organisation and I wanted to add a calendar to the team by importing it as a site. For the calendar, i planned on using the Office 365 group calendar but the group ...
  • ShellBlazer's avatar
    ShellBlazer
    Jul 17, 2020

    wo_kn 

     

    Set-UnifiedGroup is part of the Exchange Module. 

    https://docs.microsoft.com/en-us/powershell/module/exchange/set-unifiedgroup?view=exchange-ps 

     

    You can install this by running: 

    Install-Module -Name ExchangeOnlineManagement

     

    Connect by running: 

    Connect-ExchangeOnline

     

    Be aware that for managing all aspects of Teams you might need 4 PowerShell modules. 

    1. AzureAD Module

    2. Exchange online module

    3. SharePoint module 

    4. Teams Module