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
53 Replies
- 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- Patricia_AzevedoCopper Contributor
Calbrit01 the command is correct. are you putting a blank space between - and allowengagementreport ?
- ParLinderothIron Contributor
Try with Enabled instead of "Enabled"
- You need to enable it via PowerShell:
Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"
Adam- Patricia_AzevedoCopper Contributor
adam deltinger This works for me !! Thanks a lot !
- spacexCopper Contributorplease 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) - spacexCopper Contributor
PS C:\Windows\System32\WindowsPowerShell\v1.0> Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"
A positional parameter cannot be found that accepts argument 'Identity'.
+ CategoryInfo : InvalidArgument: (:) [Set-CsTeamsMeetingPolicy], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.Rtc.Management.Internal.SetTeamsMeetingPolicyCmdle
t
+ PSComputerName : admin1e.online.lync.comPS C:\Windows\System32\WindowsPowerShell\v1.0> Get-CsTeamsMeetingPolicy
Identity : Global