Set-SPOTenantContentTypeReplicationParameters
レプリケーションのコンテンツ タイプを選択する
構文
Set-SPOTenantContentTypeReplicationParameters
[-ReplicateAllContentTypes]
[<CommonParameters>]
Set-SPOTenantContentTypeReplicationParameters
-ReplicatedContentTypes <String[]>
[<CommonParameters>]
説明
コマンドレットを実行する前に、最初に 'Connect-SPOService' を使用して SharePoint Online に接続してください。 既定では、プライマリの場所に公開されているすべてのコンテンツ タイプがサテライトにレプリケートされます。
例
例 1
Set-SPOTenantContentTypeReplicationParameters -ReplicatedContentTypes "ct1","ct2"
テナント管理者は、このコマンドレットを使用して、既定の設定を上書きするためにレプリケートする場合にのみ一部のコンテンツ タイプのみを選択できます
例 2
Set-SPOTenantContentTypeReplicationParameters -ReplicateAllContentTypes
テナント管理者は、リセットしてすべてのコンテンツ タイプをレプリケートすることもできます。
パラメーター
-ReplicateAllContentTypes
ReplicateAllContentTypes パラメーターは、すべてのコンテンツ タイプをレプリケートするかどうかを指定します。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-ReplicatedContentTypes
レプリケートするコンテンツ タイプのコンマ区切りリストを指定します。
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |