Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.5 KB

File metadata and controls

59 lines (41 loc) · 1.5 KB
Module Name PnP.PowerShell
title Get-PnPGeoMoveCrossCompatibilityStatus
schema 2.0.0
applicable SharePoint Online
external help file PnP.PowerShell.dll-Help.xml
online version https://pnp.github.io/powershell/cmdlets/Get-PnPGeoMoveCrossCompatibilityStatus.html

Get-PnPGeoMoveCrossCompatibilityStatus

SYNOPSIS

Returns compatibility statuses between SharePoint Online multi-geo locations.

SYNTAX

Get-PnPGeoMoveCrossCompatibilityStatus [-Connection <PnPConnection>]

DESCRIPTION

Returns the compatibility between source and destination data locations for site moves in a multi-geo SharePoint Online tenant.

The returned status can be Compatible, Incompatible, Warning, or Error.

EXAMPLES

EXAMPLE 1

Get-PnPGeoMoveCrossCompatibilityStatus

Returns the compatibility status for all source and destination geo location combinations.

PARAMETERS

-Connection

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: PnPConnection
Parameter Sets: (All)

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

OUTPUTS

System.Management.Automation.PSObject

Returns objects with SourceDataLocation, DestinationDataLocation, and CompatibilityStatus properties.

RELATED LINKS

Microsoft 365 Patterns and Practices