Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Get-SPOUnifiedGroupMoveState.md #775

Merged
merged 5 commits into from
Dec 12, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,14 @@ The move status for the Office 365 Group. Possible values are:
* InProgress (n/4): The move is in progress in one of the following states: Validation (1/4), Backup (2/4), Restore (3/4), Cleanup (4/4).
* Success: The move has completed successfully.
* Failed: The move failed.
* Stopped: The move was canceled by an administrator while it was still queued.
* NotSupported: The move could not be processed because the Preferred Data Location was invalid.
* Rescheduled: The move did not succeed and is being scheduled again for another attempt.

## NOTES

You can also apply the `-Verbose` option to see additional information about the move.

## RELATED LINKS

[Move a SharePoint site to a different geo location](https://learn.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations)
[Move a SharePoint site to a different geo location](/microsoft-365/enterprise/m365-dr-workload-spo)
Loading