Forum Discussion
Joe Volk
Apr 30, 2020Copper Contributor
View everyone assigned to a meeting policy
We are creating a custom Meetings policy to assign to users who need to be able to record meetings. By default, we have removed the ability to record meetings as requested by Legal. There are instanc...
teams1535
May 06, 2020Former Employee
Hi Joe Volk
notedown the created custompolicyName.
Please connect Teams using powershell run below command to get the users.
Import-Module SkypeOnlineConnector
$userCredential = Get-Credential
$sfbSession = New-CsOnlineSession -Credential $userCredential
Import-PSSession $sfbSession
Get-CsOnlineUser -Filter {TeamsMeetingPolicy -eq 'CustompolicyName'}|fl UserPrincipalName