Forum Discussion
CMSCMSCMS
Apr 22, 2020Iron Contributor
Meeting Attendance List
Hi All, I've seen the uservoice for creating an attendance list after a meeting https://microsoftteams.uservoice.com/forums/555103-public/suggestions/33989875-view-or-export-a-list-of-users-who-atte...
Apr 22, 2020
You need to enable it via PowerShell:
Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"
Adam
Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"
Adam
spacex
May 19, 2020Copper Contributor
please correct this line to read:
Set-CSTeamsMeetingPolicy -Identity Global -AllowEngagementReport "Enabled"
because you cannot have space after hyphen character (syntax error as we know it)
Set-CSTeamsMeetingPolicy -Identity Global -AllowEngagementReport "Enabled"
because you cannot have space after hyphen character (syntax error as we know it)