< Back

Get-TeamsApp

Sat Jan 18, 2020 4:17 pm

NAME Get-TeamsApp



SYNOPSIS

Returns app information from the Teams tenant app store.





SYNTAX

Get-TeamsApp [-DisplayName <String>] [-DistributionMethod <String>] [-ExternalId <String>] [-Id <String>]

[<CommonParameters>]





DESCRIPTION

Use any optional parameter to retrieve app information from the Teams tenant app store.





PARAMETERS

-DisplayName <String>

Name of the app visible to users



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-DistributionMethod <String>

The type of app in Teams: global or organization. For LOB apps, use "organization"



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ExternalId <String>

The external ID of the app, provided by the app developer and used by Azure Active Directory



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Id <String>

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



Required? false

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:\\> Get-TeamsApp -Id b9cc7986-dd56-4b57-ab7d-9c4e5288b775





-------------------------- Example 2 --------------------------



PS C:\\> Get-TeamsApp -ExternalId b00080be-9b31-4927-9e3e-fa8024a7d98a -DisplayName <String>] [-DistributionMethod

<String>]





-------------------------- Example 3 --------------------------



PS C:\\> Get-TeamsApp -DisplayName SampleApp -DistributionMethod organization







RELATED LINKS