Forum Discussion
TonyRedmond
Jul 02, 2021MVP
Linking Public Preview for Teams Desktop Client to Office Current Channel
A change to the Teams update policy allows tenants to connect Teams preview mode for the desktop client with Office Current Channel (Preview) for the Microsoft 365 apps for enterprise. When the c...
TonyRedmond
Jul 03, 2021MVP
The old AllowPreview setting is being deprecated. You therefore need to move to the new AllowPublicPreview setting if you want users to be able to switch into preview (or follow Office automatically). Here's what an updated policy looks like:
Get-CsTeamsUpdateManagementPolicy -Identity "Test Teams Users"
Identity : Tag:Test Teams Users
Description : A policy to test new Teams features before they are generally available
AllowManagedUpdates : False
AllowPreview : True
UpdateDayOfWeek : 1
UpdateTime : 18:00
UpdateTimeOfDay : 03/07/2021 18:00:00
AllowPublicPreview : Enabled
glenmcleroy
Jul 03, 2021Brass Contributor
Got it. Makes sense now. Thanks!