Forum Discussion
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-attended-a-meet
They mention they've enabled downloading an attendance list, but helpfully not explained how.
Anyone know how it's done?
Thanks
- You need to enable it via PowerShell:
Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"
Adam- CMSCMSCMSIron Contributor
adam deltinger Thanks. How do you then get the report from the meeting?
- CMSCMSCMSIron Contributor
adam deltinger Also, I'm getting the following error. I'm using an administrative PowerShell session, and have installed the Teams module.
Set-CSTeamsMeetingPolicy : The term 'Set-CSTeamsMeetingPolicy' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Set-CSTeamsMeetingPolicy
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-CSTeamsMeetingPolicy:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionCMSCMSCMS Teams policy cmdlets are in the Skype for Business Online PowerShell module. Download and install that module and you'll be able to use that cmdlet.
- m_cassar83Copper ContributorHi, when i try the command i'm getting You are not permitted to invoke Set-CsTeamsMeetingPolicy with the following parameters: AllowEngagementReport
what am i missing?
Thanks!m_cassar83 Probably the feature hasn't yet been enabled in your tenant.
- Calbrit01Copper Contributor
I get this error about a uri string?
PS C:\WINDOWS\system32> Set-CsTeamsMeetingPolicy -Identity Global -AllowEngagementReport "Enabled"
Value cannot be null.
Parameter name: uriString
+ CategoryInfo : NotSpecified: (:) [Set-CsTeamsMeetingPolicy], ArgumentNullException
+ FullyQualifiedErrorId : System.ArgumentNullException,Microsoft.Rtc.Management.Internal.SetTeamsMeetingPolicyCmdlet
+ PSComputerName : admin2g.online.gov.skypeforbusiness.us- ParLinderothSteel Contributor
Try with Enabled instead of "Enabled"
- Patricia_AzevedoCopper Contributor
Calbrit01 the command is correct. are you putting a blank space between - and allowengagementreport ?