Forum Discussion
Thomsch
May 14, 2020Iron Contributor
How to check which features are enabled at our tenant
As an admin I have to educate our users about new features. Is there any way to see if our tenant already got a specific feature? Like 3x3 videomeeting windows. I'm able to test and see if features ...
ChristianBergstrom
May 14, 2020Silver Contributor
Thomsch Hello Thomas, I would like to suggest PowerShell. The Get-CsTeams* will provide you with most of the config you'd want to see. E.g. Get-CsTeamsClientConfiguration, CsTeamsMeetingConfiguration, CsTeamsMeetingPolicy etc. To see features that are coming such as 3x3 I would say the https://www.microsoft.com/en-us/microsoft-365/roadmap?rtc=2&filters=Microsoft%20Teams , https://admin.microsoft.com/Adminportal/Home#/MessageCenter and/or https://microsoftteams.uservoice.com/ is better suited to stay updated.