Forum Discussion
Team channel creation with powershell "automatically appear everyones list
- Sep 04, 2020
There's no way to set this via the PowerShell cmdlets currently. You can use the Graph API (https://docs.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) or wait for an updated version of the PowerShell module (they just released a new preview version btw, I haven't checked if the parameter is available there).
There's no way to set this via the PowerShell cmdlets currently. You can use the Graph API (https://docs.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) or wait for an updated version of the PowerShell module (they just released a new preview version btw, I haven't checked if the parameter is available there).
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",
- VasilMichevSep 07, 2020MVP
That's up to you, the /beta endpoints come with no support and can change at any time. Your other option is to wait 😄