Forum Discussion
Meeting Attendance List
Set-CSTeamsMeetingPolicy - Identity Global - AllowEngagementReport "Enabled"
Adam
- Patricia_AzevedoJun 05, 2020Copper Contributor
adam deltinger This works for me !! Thanks a lot !
- spacexMay 19, 2020Copper 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) - spacexMay 19, 2020Copper 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 - m_cassar83Apr 24, 2020Copper 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!- TonyRedmondApr 24, 2020MVP
m_cassar83 Probably the feature hasn't yet been enabled in your tenant.
- m_cassar83Apr 24, 2020Copper ContributorBut when I use the Get-CsTeamsMeetingPolicy, I see it listed. Could it be that it's still not enabled?
- CMSCMSCMSApr 22, 2020Iron 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- John Johny Restrepo HernándezSep 05, 2021Copper ContributorThe solution that I found is to follow the commands step by step in this way:
1. Start Windows PowerShell as Administrator permissions and execute.
2. Install-Module -Name PowerShellGet -Force -AllowClobber
3. Install-Module -Name MicrosoftTeams -Force -AllowClobber
4. Close the Windows PowerShell.
5. Open again the Windows PowerShell and execute.
6. Import-Module -Name MicrosoftTeams -Version 2.5.1, Microsoft Teams modules has 2 versions.
7. Get-Command -Module MicrosoftTeams, you can see that version for commands are 2.5.1.
8. Connect-MicrosoftTeams.
9. Get-CsTeamsMeetingPolicy | fl Identity, RecordingStorageMode, for to see all policies on Tenant of Microsoft 365.
I hope this solution can work for them or help them. - TonyRedmondApr 22, 2020MVP
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.
- MP_84May 15, 2020Copper Contributor
TonyRedmond I received this warning after enabling it. WARNING: The value for LiveCaptionsEnabledType: EnabledUserOverride is deprecated and has been replaced with
DisabledUserOverride. Do you know if the cmdlet has changed?
- CMSCMSCMSApr 22, 2020Iron Contributor
adam deltinger Thanks. How do you then get the report from the meeting?