Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 2.33 KB

File metadata and controls

72 lines (44 loc) · 2.33 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/get-spotenanttaxonomyreplicationparameters
applicable SharePoint Online
title Get-SPOTenantTaxonomyReplicationParameters
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Get-SPOTenantTaxonomyReplicationParameters

SYNOPSIS

Get the replication parameters to manage Multi-Geo taxonomy replication.

SYNTAX

Get-SPOTenantTaxonomyReplicationParameters [<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.

This Cmdlet gets the replication parameters and it works to get the replication taxonomy in a Multi-Geo tenant. It works with the Set-SPOTenantTaxonomyReplicationParameters to set the parameters.

Get the sites to be replicated in a Multi-Geo taxonomy replication.

EXAMPLES

Example 1

Get-SPOTenantTaxonomyReplicationParameters

Gets the replication groups that are being replicated on the current tenant.

PARAMETERS

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

Set-SPOTenantTaxonomyReplicationParameters

Get-SPOTenantContentTypeReplicationParameters

Set-SPOTenantContentTypeReplicationParameters