< Back

Set-TeamsApp

Sat Jan 18, 2020 4:18 pm

NAME Set-TeamsApp



SYNOPSIS

Updates an app in the Teams tenant app store.





SYNTAX

Set-TeamsApp -Id <String> -Path <String> [<CommonParameters>]





DESCRIPTION

Use a Teams app manifest zip file to upload an app to the tenant app store.





PARAMETERS

-Id <String>

The app's ID generated by Teams (different from the external ID)



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Path <String>

The local path of the app manifest zip file, for use in New and Set



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Set-TeamsApp -Id b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -Path c:\\Path\\SampleApp.zip







RELATED LINKS