| external help file | sharepointonline.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/sharepoint-online/set-spotenantcontenttypereplicationparameters |
| applicable | SharePoint Online |
| title | Set-SPOTenantContentTypeReplicationParameters |
| schema | 2.0.0 |
| author | trent-green |
| ms.author | trgreen |
| ms.reviewer |
Select content types for replication
Set-SPOTenantContentTypeReplicationParameters [-ReplicateAllContentTypes] [<CommonParameters>]Set-SPOTenantContentTypeReplicationParameters -ReplicatedContentTypes <String[]> [<CommonParameters>]Before you run the cmdlets, please use 'Connect-SPOService' to connect to SharePoint Online first. By default, all published content types in primary location will be replicated to satellite.
Set-SPOTenantContentTypeReplicationParameters -ReplicatedContentTypes "ct1","ct2"Tenant admin can use this cmdlet to select only some content types only for replicating to overwrite default settings
Set-SPOTenantContentTypeReplicationParameters -ReplicateAllContentTypesTenant admin can also reset to replicate all the content types.
The ReplicateAllContentTypes parameter specifies whether all content types should be replicated.
Type: SwitchParameter
Parameter Sets: ReplicateAllContentTypes
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies a comma separated list of content types that should be replicated.
Type: String[]
Parameter Sets: ReplicateSelectedContentTypes
Aliases:
Applicable: SharePoint Online
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Introduction to the SharePoint Online management shell
SharePoint Online Management Shell Download
Get-SPOTenantTaxonomyReplicationParameters