Get-SPOContainerTypeConfiguration

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

语法

Default (默认值)

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 Online

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

参数属性

类型:System.Guid
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:Named
必需:True
来自管道的值:False
来自管道的值(按属性名称):False
来自剩余参数的值:False

CommonParameters

此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters

输入

None

输出

System.Object