Forum Discussion

IT_DSGB's avatar
IT_DSGB
Copper Contributor
Jun 22, 2020
Solved

Teams Meeting Policy Membership

Hi,

 

I'm looking to get a list of the users that I've assigned a MS Teams Meeting Policy. Is there a Power Shell script to accomplish this? or can it be found anywhere in the admin center? 

  • IT_DSGB Hey, you can use the Get-CsOnlineUser cmdlet. It should look something like this for a single policy Get-CsOnlineUser -Filter {teamsmeetingpolicy -eq "RestrictedAnonymousAccess"}

     

    A search took me here https://cann0nf0dder.wordpress.com/2020/03/29/getting-all-ms-teams-user-policies-using-powershell/ which explains it further.

     

4 Replies

Resources