Forum Discussion
Show users assigned to a Meeting Policy
- May 05, 2020
Tim McGrath Hello Tim, yes. You should use PowerShell for this. I believe you need to use the Get-CsOnlineUser in combination with the 'CsTeamsMeetingPolicy'. Perhaps something like Get-CsOnlineUser -Filter {teamsmeetingpolicy -eq "RestrictedAnonymousAccess"} There should be plenty of articles and guides out there so do a search for more assistance (I am not a PowerShell guru).
Good luck!
Tim McGrath Hello Tim, yes. You should use PowerShell for this. I believe you need to use the Get-CsOnlineUser in combination with the 'CsTeamsMeetingPolicy'. Perhaps something like Get-CsOnlineUser -Filter {teamsmeetingpolicy -eq "RestrictedAnonymousAccess"} There should be plenty of articles and guides out there so do a search for more assistance (I am not a PowerShell guru).
Good luck!
ChristianBergstrom thank you! Exactly what I was looking for