Forum Discussion

CMSCMSCMS's avatar
CMSCMSCMS
Iron Contributor
Apr 22, 2020

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

  • Calbrit01's avatar
    Calbrit01
    Copper 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

  • You need to enable it via PowerShell:
     
    Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"

    Adam
    • spacex's avatar
      spacex
      Copper 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)
    • spacex's avatar
      spacex
      Copper 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.com

       

      PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-CsTeamsMeetingPolicy


      Identity : Global

      adam deltinger 

      • CMSCMSCMS's avatar
        CMSCMSCMS
        Iron Contributor

        spacex The items with "-" can't have a space after them. It should be -identity for example. Same for AllowEngagementReport.

Resources