Forum Discussion
CCorcoran
Jun 18, 2020Copper Contributor
Enabling Meeting Attendance Report
Hi All, We have tried to enable the Teams Attendance report for our Global policy however when I run the PowerShell command I receive the following message: "The WriteObject and WriteError me...
- Jun 23, 2020try the following:
Get-CsTeamsMeetingPolicy -Identity Global
If LiveCaptionsEnabledType is set to EnabledUserOverride
Do the following:
Set-CsTeamsMeetingPolicy -Identity Global -LiveCaptionsEnabledType DisabledUserOverride
Looks like EnabledUserOverride is an invalid PS Value
If you have any additional meeting policies with this value, you will also want to configure the same value.
Jun 23, 2020
This should have been fixed now. Most of the Customer were affected due to the updates. Please run the Powershell now and see if you still see the issue.
With Regards,
Satish U
With Regards,
Satish U
CCorcoran
Jun 23, 2020Copper Contributor
Hi RealTime_M365,
I tried again and I am still seeing the issue. What updates were causing the issue? Is there something else that we have to do to get it working?
CCorcoran