< Back
New-TeamsApp
Post
NAME New-TeamsApp
SYNOPSIS
Creates a new app in the Teams tenant app store.
SYNTAX
New-TeamsApp -DistributionMethod <String> -Path <String> [<CommonParameters>]
DESCRIPTION
Use a Teams app manifest zip file to upload an app to the tenant app store. DistributionMethod specifies that the
app should be added to the organization.
PARAMETERS
-DistributionMethod <String>
The type of app in Teams: global or organization. For LOB apps, use "organization"
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:\\> New-TeamsApp -DistributionMethod organization -Path c:\\Path\\SampleApp.zip
RELATED LINKS
SYNOPSIS
Creates a new app in the Teams tenant app store.
SYNTAX
New-TeamsApp -DistributionMethod <String> -Path <String> [<CommonParameters>]
DESCRIPTION
Use a Teams app manifest zip file to upload an app to the tenant app store. DistributionMethod specifies that the
app should be added to the organization.
PARAMETERS
-DistributionMethod <String>
The type of app in Teams: global or organization. For LOB apps, use "organization"
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:\\> New-TeamsApp -DistributionMethod organization -Path c:\\Path\\SampleApp.zip
RELATED LINKS