Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.75 KB

File metadata and controls

73 lines (48 loc) · 1.75 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spositecollectionappcatalogs
applicable SharePoint Online
title Get-SPOSiteCollectionAppCatalogs
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Get-SPOSiteCollectionAppCatalogs

SYNOPSIS

Use this cmdlet to get the Site Collection App Catalog.

SYNTAX

Get-SPOSiteCollectionAppCatalogs [-Site] <SpoSitePipeBind> [<CommonParameters>]

DESCRIPTION

Use this cmdlet to get the Site Collection App Catalog. For more information, see Use the App Catalog to make custom business apps available for your SharePoint environment

EXAMPLES

Example 1

 Get-SPOSiteCollectionAppCatalogs -Site https://contoso.sharepoint.com/sites/Research

This example returns the Site Collection App Catalog for the site https://contoso.sharepoint.com/sites/Research.

PARAMETERS

-Site

Applicable: SharePoint Online

Url of the site

Type: Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS