Skip to content

Latest commit

 

History

History
120 lines (79 loc) · 3.16 KB

File metadata and controls

120 lines (79 loc) · 3.16 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/set-spotenanttaxonomyreplicationparameters
applicable SharePoint Online
title Set-SPOTenantTaxonomyReplicationParameters
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Set-SPOTenantTaxonomyReplicationParameters

SYNOPSIS

Select groups for replication

SYNTAX

ReplicateSelectedGroups (Default)

Set-SPOTenantTaxonomyReplicationParameters -ReplicatedGroups <String[]> [<CommonParameters>]

ReplicateAllGroups

Set-SPOTenantTaxonomyReplicationParameters [-ReplicateAllGroups] [<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

Applicable: SharePoint Online

This parameter specifies whether all groups should be replicated.

Type: System.Management.Automation.SwitchParameter
Parameter Sets: ReplicateAllGroups
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ReplicatedGroups

Applicable: SharePoint Online

Specifies a comma-separated list of groups that should be replicated.

Type: System.String[]
Parameter Sets: ReplicateSelectedGroups
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Introduction to the SharePoint Online management shell

SharePoint Online Management Shell Download

Get-SPOAppErrors

Get-SPOTenantTaxonomyReplicationParameters

Get-SPOTenantContentTypeReplicationParameters

Set-SPOTenantContentTypeReplicationParameters