Search Results for

    Show / Hide Table of Contents

    New-PnPTeamsApp

    SYNOPSIS

    Required Permissions

    • Microsoft Graph API : One of AppCatalog.ReadWrite.All, Directory.ReadWrite.All

    Adds an app to the Teams App Catalog.

    SYNTAX

    New-PnPTeamsApp -Path <String>  
    

    DESCRIPTION

    Allows to add an app to the Teams App Catalog.

    EXAMPLES

    EXAMPLE 1

    New-PnPTeamsApp -Path c:\myapp.zip
    

    Adds the app as defined in the zip file to the Teams App Catalog

    PARAMETERS

    -Path

    The path pointing to the packaged/zip file containing the app

    Type: String
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer