Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.65 KB

File metadata and controls

73 lines (48 loc) · 1.65 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/remove-spositecollectionappcatalogbyid
applicable SharePoint Online
title Remove-SPOSiteCollectionAppCatalogById
schema 2.0.0
author techwriter40
ms.author pamgreen
ms.reviewer

Remove-SPOSiteCollectionAppCatalogById

SYNOPSIS

Removes the site collection app catalog by the id of the site collection.

SYNTAX

Remove-SPOSiteCollectionAppCatalogById -SiteId <Guid> [<CommonParameters>]

DESCRIPTION

Use this cmdlet to remove the site collection app catalog by the id of the site collection.

EXAMPLES

Example 1

Remove-SPOSiteCollectionAppCatalogById -SiteId bdbd7458-8199-4e99-87ca-15fe9dc17a86

This example removes the site collection app catalog from the site with the id 'bdbd7458-8199-4e99-87ca-15fe9dc17a86'.

PARAMETERS

-SiteId

Applicable: SharePoint Online

Guid of the site collection.

Type: System.Guid
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
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