| 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 |
In a multi-geo tenant returns the SharePoint Online user (or users) that had been moved.
Get-SPOCrossGeoMovedUsers -Direction <String> [<CommonParameters>]
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.
Get-SPOCrossGeoMovedUsers -Direction MoveInGet the cross users that have been moved in the current SPO site
Get-SPOCrossGeoMovedUsers -Direction MoveOutGet the cross users that have been moved out the current SPO site
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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.