Get-SPOContainerTypeConfiguration

Returns container type configurations in a SharePoint Embedded application.

Syntax

Get-SPOContainerTypeConfiguration
   [-ContainerTypeId <ContainerTypeId>]

Description

The Get-SPOContainerTypeConfiguration cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application.

You must be a SharePoint Administrator or Global Administrator to run this cmdlet.

Examples

Example 1

Get-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604e4

This example returns a list of configurations set on a container type '4f0af585-8dcc-0000-223d-661eb2c604e4'.

Parameters

-ContainerTypeId

This parameter specifies the ID of the SharePoint Embedded container type. Use the Get-SPOContainerType command to retrieve the ContainerTypeId.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online