Forum Discussion

gcjuw84's avatar
gcjuw84
Brass Contributor
Jul 03, 2020

View users assigned to an App Setup Policy

Hi everyone   I have created a custom app setup policy to allow a subset of users to allow the upload of custom apps.  This is working fine but as I'm adding more users I need an easy way to see ev...
  • ChristianBergstrom's avatar
    Jul 03, 2020

    gcjuw84 Hey, just use it anyway. It won't break anything 🙂

     

    You can use the Get-CsOnlineUser cmdlet by the way.

     

    e.g. Get-CsOnlineUser-Filter {teamsappsetuppolicy -eq "enterpolicynamehere"} but you'd probably want to adjust it to get a clean result and to fit your requirements.

Resources