Share via

MSteams:Get a list of users which have custom app premission policy assigned.

pankaj Exchange 21 Reputation points
2021-04-14T09:58:20.31+00:00

Hi Team,

Could you please guide me to how i get the information of users who have custom app permission policy assigned.

Thank you so much.

Regards,
Pankaj

Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. JimmyYang-MSFT 58,776 Reputation points Moderator
    2021-04-15T05:20:26.373+00:00

    @pankaj Exchange

    You can achieve your goal by using the Microsoft Teams Powershell Module.

    1)Install Teams PowerShell Module

    Install-Module MicrosoftTeams

    2) Connect to Microsoft Teams

    Connect-MicrosoftTeams -AccountId <UPN>

    3)Get users with Teams Policy

    Get-CsOnlineUser -Filter {TeamsAppPermissionPolicy -eq 'Policy Name'}


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Vasil Michev 126K Reputation points MVP Volunteer Moderator
    2021-04-14T11:30:15.117+00:00

    Simply run Get-CSOnlineUser and filter for the policy in question.

    0 comments No comments

Your answer

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