Set-SPOTenantTaxonomyReplicationParameters
Select groups for replication
Syntax
Set-SPOTenantTaxonomyReplicationParameters
[-ReplicateAllGroups]
[<CommonParameters>]
Set-SPOTenantTaxonomyReplicationParameters
-ReplicatedGroups <String[]>
[<CommonParameters>]
Description
Before using this cmdlet, make sure you connect to SharePoint Online using Connect-SPOService and the desirable satellite location URL as the -Url parameter.
By default, all global groups except system/search/people/sitecollection in primary location will be replicated to satellite.
Examples
EXAMPLE 1
Set-SPOTenantTaxonomyReplicationParameters -ReplicatedGroups "group1","group2"
Tenant admin can use this cmdlet to select some groups only for replicating to overwrite default settings.
EXAMPLE 2
Set-SPOTenantTaxonomyReplicationParameters -ReplicateAllGroups
Tenant admin can also reset to replicate all the groups.
Parameters
-ReplicateAllGroups
This parameter specifies whether all groups should be replicated.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-ReplicatedGroups
Specifies a comma-separated list of groups that should be replicated.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |