Commands › SharePoint Online

Get-SPOSiteCollectionAppCatalogs

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

Use this cmdlet to get the Site Collection App Catalog.

Quick start script

# Get-SPOSiteCollectionAppCatalogs — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com

# 2. Run and inspect
Get-SPOSiteCollectionAppCatalogs -Site <SpoSitePipeBind> | Format-List

# 3. Export for evidence / drift tracking
Get-SPOSiteCollectionAppCatalogs | Export-Clixml .\SPOSiteCollectionAppCatalogs-$(Get-Date -Format yyyyMMdd).xml

Syntax

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

Parameters (1)

ParameterTypeRequiredWhat it controls
-Site SpoSitePipeBind yes Url of the site

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.