Teams – You can manage Teams Meeting backgrounds
As you know Teams has been allowing end-users to either blur or set a custom background for their meeting.
Teams meeting organizer can download the list of the attendee of a meeting in a CSV format. This is also available for Meet Now meeting
First, request your Teams administrator to create/update the Teams meeting policy with the Skype for Business Online PowerShell module (available here https://www.microsoft.com/en-us/download/details.aspx?id=39366) to turn the AllowEngagementReport parameter to Enabled
NOTE don’t forget if you are in a Skype Hybrid configuration (with on-premises systems) you need to use an @onmicrosoft.com user name.
Import-Module SkypeOnlineConnector
$userCredential = Get-Credential
$sfbSession = New-CsOnlineSession -Credential $userCredential
Import-PSSession $sfbSession
Set-CsTeamsMeetingPolicy –Identity <policy identity> –AllowEngagementReport Enabled
Then during the meeting, the meeting organizer will be able to download the attendance list using the Show Participants
As you know Teams has been allowing end-users to either blur or set a custom background for their meeting.
A new setting is becoming available for Teams meeting policies to control how dial-in users are handled when joining the meeting.
As you may know, Teams administrators can control by policy call recording for both meeting and 1:1 calls.