New attendance and engagement policy settings for Teams Events

Microsoft is separating controls for Teams Events attendance and engagement reports from those for Teams Meetings. Teams administrators will soon be able to manage organizer access to attendance and engagement reports for events independently of the setting in Teams Meeting policies.

  • This update applies only to Teams Events, such as Town Halls, Webinars, and Immersive Events. Attendance and engagement report settings for Teams Meetings remain unchanged.
These events are affected by the update
These events are affected by the update
  • Teams administrators should review and prepare their attendance and engagement reporting settings in Teams Events policies before the rollout. Teams Events policies will not inherit the current meeting settings.


Timeline

The rollout is scheduled for October 2026.

How does this affect Teams administrators?

Today, Teams Events inherit their attendance and engagement report behavior from Teams Meeting policies.
The following three settings are affected in meeting policies. Read the documentation for additional details.

Attendance and engagement report settings in the Teams admin center
Attendance and engagement report settings in the Teams admin center

Or, with PowerShell, the following properties:

  • AllowEngagementReport
  • AllowTrackingInReport
  • InfoShownInReportMode
Attendance and engagement report settings with PowerShell
Attendance and engagement report settings with PowerShell

With this rollout, event organizers’ access to attendance and engagement reports will instead be controlled by new settings in Teams Events policies, separate from the meeting policy settings.

Teams administrators should review the default configuration in their Events policies. According to Microsoft, Teams Events policies will not inherit the current meeting settings. The new report settings take effect in October 2026.
The two settings AllowEngagementReport and InfoShownInReportMode are already available in events policies and can be updated via PowerShell (not yet in the Teams admin center). The third setting, AllowTrackingInReport, is not available in events policies.

AllowEngagementReport
Controls whether attendance and engagement reports are allowed for events.

Possible values are:

  • Enabled: On, but organizers can turn it off. This is the default setting.
  • Disabled: Off, but organizers can turn it on.
  • ForceEnabled: On. Organizers cannot turn off attendance and engagement reports.
  • ForceDisabled: Off. Organizers cannot view or download attendance and engagement reports.


InfoShownInReportMode
Controls what information is shown in attendance reports.

Possible values are:

  • FullInformation: Full attendee information is shown in the report. This is the default setting.
  • IdentityOnly: Only attendee identity is shown in the report.
New attendance and engagement report settings in events policies
New attendance and engagement report settings in events policies

To update the settings:

PowerShell
Set-CsTeamsEventsPolicy -Identity "<PolicyName>" -AllowEngagementReport "<Enabled | Disabled | ForceEnabled | ForceDisabled>" -InfoShownInReportMode "<FullInformation | IdentityOnly>"

Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with more than 10 years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Comment