Table of Contents

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

PnP.PowerShell.Commands.Model.GeoMoveTenantCompatibilityCheck

Returns objects with SourceDataLocation, DestinationDataLocation, and GeoMoveTenantCompatibilityResult properties.

Microsoft 365 Patterns and Practices