Commands › SharePoint Online

Get-SPOUnifiedGroupMoveState

SharePoint Online Microsoft.Online.SharePoint.PowerShell Get-*

Returns the state of an Office 365 Group move between Preferred Data Locations.

Quick start script

# Get-SPOUnifiedGroupMoveState — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com

# 2. Run and inspect
Get-SPOUnifiedGroupMoveState -GroupAlias <String> | Format-List

# 3. Export for evidence / drift tracking
Get-SPOUnifiedGroupMoveState | Export-Clixml .\SPOUnifiedGroupMoveState-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-SPOUnifiedGroupMoveState [-GroupAlias] <String> [<CommonParameters>]

Parameters (1)

ParameterTypeRequiredWhat it controls
-GroupAlias String yes The alias of the Office 365 Group.

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.