Skip to content

Latest commit

 

History

History
90 lines (59 loc) · 2.05 KB

File metadata and controls

90 lines (59 loc) · 2.05 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-spocrossgeomovedusers
applicable SharePoint Online
title Get-SPOCrossGeoMovedUsers
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Get-SPOCrossGeoMovedUsers

SYNOPSIS

In a multi-geo tenant returns the SharePoint Online user (or users) that had been moved.

SYNTAX

Get-SPOCrossGeoMovedUsers -Direction <String> [<CommonParameters>]

DESCRIPTION

This cmdlet allows you to get the moved users out and in the current SPO Site. It requires a connection to a multi-geo tenant to run correctly. You must be a SharePoint Online Administrator to get the moved users out and in the current SPO site.

EXAMPLES

EXAMPLE 1

Get-SPOCrossGeoMovedUsers -Direction MoveIn

Get the cross users that have been moved in the current SPO site

EXAMPLE 2

Get-SPOCrossGeoMovedUsers -Direction MoveOut

Get the cross users that have been moved out the current SPO site

PARAMETERS

-Direction

Applicable: SharePoint Online Used to specify move direction.

Possible values

  • MoveIn
  • MoveOut
Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: MoveIn, MoveOut

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

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors