Get-SPOContainerTypeConfiguration

使用此 cmdlet 读取针对容器类型设置的配置值。

语法

Get-SPOContainerTypeConfiguration
   -ContainerTypeId <Guid>
   [<CommonParameters>]

说明

cmdlet Get-SPOContainerTypeConfiguration 检索并返回在 SharePoint Embedded 应用程序下创建的容器类型上设置的配置设置。 这可以是容器类型的默认值或以前设置的值。

您必须是 SharePoint Embedded 管理员才能运行此 cmdlet。

示例

示例 1

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

此示例返回在容器类型“4f0af585-8dcc-0000-223d-661eb2c604e4”上设置的配置列表。

参数

-ContainerTypeId

此参数指定 SharePoint Embedded 容器类型的 ID。 Get-SPOContainerType使用 命令检索 ContainerTypeId。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False
适用于:SharePoint Online