Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 852 Bytes

Get-PnPTenantAppCatalogUrl.md

File metadata and controls

42 lines (30 loc) · 852 Bytes
external help file applicable schema
SharePoint Online
2.0.0

Get-PnPTenantAppCatalogUrl

SYNOPSIS

Retrieves the url of the tenant scoped app catalog.

SYNTAX

Get-PnPTenantAppCatalogUrl [-Connection <SPOnlineConnection>]

EXAMPLES

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

PS:> Get-PnPTenantAppCatalogUrl

Returns the url of the tenant scoped app catalog site collection

PARAMETERS

-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