How to create script to find who has global teams access policy

JaixuSanzhi 25 Reputation points
2023-06-29T04:35:54.54+00:00

I want to create script If users permission is global policy through script

Can any tell me how to create this script

User's image

Windows for business | Windows Server | User experience | PowerShell
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2023-06-29T06:34:14.6333333+00:00

    If you want to list the users that have the Global/default app permissions policy assigned, you can use the following:

    Get-CsOnlineUser -Filter {TeamsAppPermissionPolicy -eq $null}


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.