Forum Discussion

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

    Adam
    • CMSCMSCMS's avatar
      CMSCMSCMS
      Iron 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 : CommandNotFoundException

      • TonyRedmond's avatar
        TonyRedmond
        MVP

        CMSCMSCMS  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_cassar83's avatar
      m_cassar83
      Copper Contributor
      Hi, 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!
  • 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

Resources