Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 2.09 KB

File metadata and controls

79 lines (54 loc) · 2.09 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocrossgeomovedusers
applicable SharePoint Online
title Get-SPOCrossGeoMovedUsers
schema 2.0.0
author trent-green
ms.author trgreen
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

Used to specify move direction.

Possible values

  • MoveIn
  • MoveOut
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: MoveIn, MoveOut
Applicable: SharePoint Online

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.

RELATED LINKS

Getting started with SharePoint Online Management Shell

Get-SPOAppErrors