Edit

Share via


New-CsTeamsAppPermissionPolicy

As an admin, you can use app permission policies to allow or block apps for your users.

Syntax

Default (Default)

New-CsTeamsAppPermissionPolicy
    [[-Identity] <String>]
    [-Confirm]
    [-DefaultCatalogApps <DefaultCatalogApp[]>]
    [-DefaultCatalogAppsType <String>]
    [-Description <String>]
    [-Force]
    [-GlobalCatalogApps <GlobalCatalogApp[]>]
    [-GlobalCatalogAppsType <String>]
    [-InMemory]
    [-PrivateCatalogApps <PrivateCatalogApp[]>]
    [-PrivateCatalogAppsType <String>]
    [-Tenant <Object>]
    [-WhatIf]

Description

NOTE: The existence of this cmdlet is being documented for completeness, but do not use this cmdlet. We require that all creation and modification of app permission polices (not including the assignment or removal of policies from users) happens in the Microsoft Teams & Skype for Business Admin Center to ensure that the policy matches your expectations for the end user experience. While the cmdlet may succeed, the changes aren't applied to the tenant.

As an admin, you can use app permission policies to enable or block specific apps for your users. Learn more about the App Setup Policies: /microsoftteams/teams-app-permission-policies.

This is only applicable for tenants who have not been migrated to ACM or UAM.

Examples

Example 1

Intentionally omitted.

Inputs

None

Outputs

System.Object