Get-SPOContainerTypeConfiguration
使用此 Cmdlet 讀取容器類型上設定的組態值。
語法
Default (預設值)
Get-SPOContainerTypeConfiguration
-ContainerTypeId <Guid>
[<CommonParameters>]
Description
此 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 容器類型的標識碼。
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。