| 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 |
Returns compatibility statuses between SharePoint Online multi-geo locations.
Get-PnPGeoMoveCrossCompatibilityStatus [-Connection <PnPConnection>]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.
Get-PnPGeoMoveCrossCompatibilityStatusReturns the compatibility status for all source and destination geo location combinations.
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: FalseReturns objects with SourceDataLocation, DestinationDataLocation, and CompatibilityStatus properties.