Search Results for

    Show / Hide Table of Contents

    Get-PnPTeamsApp

    SYNOPSIS

    Required Permissions

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

    Gets one Microsoft Teams App or a list of all apps.

    SYNTAX

    Get-PnPTeamsApp [-Identity <TeamsAppPipeBind>]  
    

    DESCRIPTION

    Allows to retrieve Microsoft Teams apps. By using Identity option it is possible to retrieve a specific app.

    EXAMPLES

    EXAMPLE 1

    Get-PnPTeamsApp
    

    Retrieves all the Microsoft Teams Apps

    EXAMPLE 2

    Get-PnPTeamsApp -Identity a54224d7-608b-4839-bf74-1b68148e65d4
    

    Retrieves a specific Microsoft Teams App

    EXAMPLE 3

    Get-PnPTeamsApp -Identity "MyTeamsApp"
    

    Retrieves a specific Microsoft Teams App

    PARAMETERS

    -Identity

    Specify the name, id or external id of the app.

    Type: TeamsAppPipeBind
    Parameter Sets: (All)
    
    Required: False
    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