Forum Discussion
Enabling Meeting Attendance Report
- 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.
Hi CCorcoran
Can you please connect to Skype for Business Powershell and then run the command.
Run PowerShell ISE as Administrator
Set-ExecutionPolicy unrestricted
Import-Module SkypeOnlineConnector
$cred = Get-Credential
$session = New-CsOnlineSession -Credential $cred -Verbose
Import-PSSession -Session $session
Let me know in case you face any issues
With Regards,
Satish U
Hi Brisby,
Please let me know if you hear back.
Hi RealTime_M365.
Thank you for your suggestion.
Yes, I ran ISE in the administrator context, and with similar code to what you suggested (script.png) and received the same message as before (console.png).
Any other ideas are greatly appreciated...
Kind regards,
CC
- Jun 23, 2020This 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- CCorcoranJun 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