Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 1.28 KB

Install-PnPApp.md

File metadata and controls

62 lines (45 loc) · 1.28 KB
external help file applicable schema
SharePoint Online
2.0.0

Install-PnPApp

SYNOPSIS

Installs an available app from the app catalog

SYNTAX

Install-PnPApp -Identity <AppMetadataPipeBind>
               [-Connection <SPOnlineConnection>]

EXAMPLES

------------------EXAMPLE 1------------------

PS:> Install-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe

This will install an available app, specified by the id, to the current site.

------------------EXAMPLE 2------------------

PS:> Get-PnPAvailableApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe | Install-PnPApp

This will install the given app into the site.

PARAMETERS

-Identity

Specifies the Id or an actual app metadata instance

Type: AppMetadataPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Accept pipeline input: True

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices