robdy / blog-comments

0 stars 0 forks source link

teams-powershell-datamining-sep-2023/ #15

Open utterances-bot opened 7 months ago

utterances-bot commented 7 months ago

Teams PowerShell datamining - September 2023 | Robert Dyjas - blog

How can Teams administrators limit the permissions of meeting presenters? We do not know yet. But we know Microsoft is preparing something.

https://robdy.io/teams-powershell-datamining-sep-2023/

rolftroendle commented 7 months ago

Hi Robdy LimitPresenterRolePermissions is now available as per MC715431 and will be rolled out in March. Cheers Rolf

robdy commented 7 months ago

Thank you for your comment, @rolftroendle! I added the note about this entry in Message Center!

Grejsmark commented 7 months ago

Regards to CustomBanner, try this: $Banner = New-CsTeamsCustomBannerText -text "Teams ComplianceRecording Banner TEXT" Set-CsTeamsComplianceRecordingPolicy -identity "TheIdentityOfTheTeamsComplianceRecordingPolicy" -CustomBanner $Banner.Id