Get-SPOContainerTypeConfiguration
Use this cmdlet to read the configuration values set on the container type.
Syntax
Default (Default)
Get-SPOContainerTypeConfiguration
-ContainerTypeId <Guid>
[<CommonParameters>]
Description
The Get-SPOContainerTypeConfiguration
cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application. This can either be the default value or the previously set value on the container type.
You must be a SharePoint Embedded 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
Applicable: SharePoint Online
This parameter specifies the ID of the SharePoint Embedded container type. Use the Get-SPOContainerType
command to retrieve the ContainerTypeId.
Parameter properties
Type: | System.Guid |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.