external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Updates an available app from the app catalog
Update-PnPApp -Identity <AppMetadataPipeBind>
[-Connection <SPOnlineConnection>]
PS:> Update-PnPApp -Identity 99a00f6e-fb81-4dc7-8eac-e09c6f9132fe
This will update an already installed app if a new version is available. Retrieve a list all available apps and the installed and available versions with Get-PnPApp
Specifies the Id or an actual app metadata instance
Type: AppMetadataPipeBind
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: True
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