Forum Discussion

reddy207reddy's avatar
reddy207reddy
Copper Contributor
Sep 04, 2020
Solved

Team channel creation with powershell "automatically appear everyones list

Hello guys - I am new to microsoft teams .. i am trying to create channel with powershell where i should be able to check in checkbox "Automatically show this channel in everyone’s channel list" using powershell .. could you guide whats the property for this

4 Replies

    • sjackson340's avatar
      sjackson340
      Copper Contributor

      VasilMichev 

      This is now possible as a team-owner within the teams app via the manage-team options > channels view. Simple checkboxes...

    • reddy207reddy's avatar
      reddy207reddy
      Copper Contributor

      Thanks for response , Graph API also should fine but i need to use membership-type and isfavouritebydefault options. I can see these are available only in Beta versions not v1.0.

      As This is for client implementations, shall i go ahead and use in production implementations also? what are drawbacks if i use these type of beta properties in production?

       

      "isFavoriteByDefault": true, "membershipType": "channelMembershipType",

       

       

       

      • VasilMichev's avatar
        VasilMichev
        MVP

        That's up to you, the /beta endpoints come with no support and can change at any time. Your other option is to wait 😄

Resources