Share via

Teams Administration - Find users assigned to a Custom Policy group in App Permission Policies

Anonymous
2022-10-19T23:36:03+00:00

Hi,

I am a newbie at Teams administration and my searches for determining the list of users assigned to an App Permission Policy (Custom policy group) have failed. In "meeting policies" there is a Assigned to users column but not so in Apps "permission policies".

My question is how do you find a list of users that have been assigned to a particular App Permission Policy Group? Could there be a default setting in M365 that needs to be set that then displays the Assigned to users column?

Many thanks

Brenton

Microsoft Teams | Microsoft Teams for business | Teams and channels | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-25T00:49:06+00:00

    Hi Jose,

    Thanks again for your advice.

    I suspect that our business is locked down to the degree that "Teams management module for Powershell" is not available. I will do some inquiring within our business & support partners. The insight you have provided into this matter is appreciated.

    Kind regards

    Brenton Merrett

    0 comments No comments
  2. Anonymous
    2022-10-21T12:34:11+00:00

    Thanks for your feedback and sorry for the delay. In order to manage Teams using Powershell, Teams management module for Powershell must be installed.

    1. Please open Powershell as administrator, then paste the following commands:

    Install-Module -Name PowerShellGet -Force -AllowClobber

    Install-Module -Name MicrosoftTeams -Force -AllowClobber

    1. Next, a session must be established:

    Import-Module -Name MicrosoftTeams

    Connect-MicrosoftTeams

    1. The following command will generate the list:

    Get-CsOnlineUser | Select-Object userprincipalname,TeamsAppPermissionPolicy

    In attention to your second request, according to my experience and research, there is not a command to get this list.

    IF you need anything else, please let me know.

    0 comments No comments
  3. Anonymous
    2022-10-21T03:08:41+00:00

    Hi Jose,

    Thanks for your reply. I was half expecting that it would be achievable by a powershell script but would have not been able to determine what one. Appreciate your prompt reply.

    I don't know if a further question can be asked in this item/forum. However, if not let me know.

    I am looking for a simliar user list for people that have requested an app in teams. Once again I did not find anything when I searched this question.

    Regards.

    Brenton

    0 comments No comments
  4. Anonymous
    2022-10-20T00:33:56+00:00

    Hi, my name is Jose. I'm a Teams user like you and I'm glad to help you. I'm sorry to hear this.

    Sure both views are different. Unfortunately, there is not a setting to enable the users list for this policy.

    If you manage Powershell, you can use the following guide to verify which policy are applied for everyone.

    https://robdy.io/teams-policies-assigned-to-user/

    If you need anything else please let me know.

    Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    0 comments No comments