Scenario: You need to pull up the users list who are assigned with a particular Teams Meeting Policy in Microsoft Teams.
There are two methods that can be used as mentioned below:
Method 1:
GUI method: Teams Admin Center > Users > Manage Users > Apply related filters on Meeting Policies to get the assigned users list. Reference screenshot is attached below:
in the above screenshot, you can see that a filter is applied for the meeting policy named AllOff and by applying the filter, assigned users are shown as highlighted.
Method 2:
- Run PowerShell as Administrator.
- Connect with Microsoft Teams PowerShell Module
- Run the below command:
Get-CsOnlineUser | Select-Object DisplayName, TeamsMeetingPolicy
You will get the below output for the PowerShell command:
Comments
0 comments
Please sign in to leave a comment.