Purpose
You may want to add more details about your meeting culture and video calls associated with meetings are a valuable insight into how your organization meets. This guide shows you how to configure the integration on your side.
Prerequisites:
User has Teams administrator status
Enterprise application administrator
PowerShell connected with your environment
Meeting Analytics for M365 | API permissions
You need to grant OnlineMeetingArtifacts.Read.All and OnlineMeetings.Read.All scopes to the integration (if not enabled).
Configuring Application Access Policy
Firstly, get the AppId of the 'Meeting Analytics for M365' from your Enterprise Applications.
The following steps are designed for Azure Cloud Shell and might require tailoring to your PowerShell environment:
{AppId} = 00112233-abcd-4444-9999-654321012345
{Identity} = Flowtrace-OnlineMeetings-Policy
{Description} = Grants access to Teams meetings and attendance records
Connect-MicrosoftTeams -UseDeviceAuthentication and use the link / code
New-CsApplicationAccessPolicy -Identity {Identity} -AppIds -"{AppId}" Description "{Description}"
Grant-CsApplicationAccessPolicy -PolicyName {Identity} -Global
Instead of Global, you can also filter the access using dynamic groups.
Problems with the integration
Contact our support for help on your integration or discuss any questions you might have.