@@ -14,7 +14,7 @@ ms.reviewer:
14
14
15
15
## SYNOPSIS
16
16
17
- .
17
+ Initiates the move of an Office 365 Group to a new geo location
18
18
19
19
## SYNTAX
20
20
@@ -24,23 +24,23 @@ Start-SPOUnifiedGroupMove [-GroupAlias] <String> [-DestinationDataLocation] <Str
24
24
25
25
## DESCRIPTION
26
26
27
- .
27
+ Initiates the move of an Office 365 Group to a new geo location. The administrator may set a preferred start and end time for the move, however the preferred end time is not guaranteed. The customer tenant must be multi-geo enabled .
28
28
29
29
## EXAMPLES
30
30
31
31
### Example 1
32
32
33
33
``` powershell
34
-
34
+ Start-SPOUnifiedGroupMove -GroupAlias EUTeam -DestinationDataLocation EUR
35
35
```
36
36
37
- .
37
+ Starts the move of Office 365 Group EUTeam to the Preferred Data Location EUR (Europe) .
38
38
39
39
## PARAMETERS
40
40
41
41
### -DestinationDataLocation
42
42
43
- {{ Fill DestinationDataLocation Description }}
43
+ The destination location for the Office 365 Group move.
44
44
45
45
``` yaml
46
46
Type : String
@@ -56,7 +56,7 @@ Accept wildcard characters: False
56
56
57
57
### -Force
58
58
59
- {{ Fill Force Description }}
59
+ Force the cmdlet to run.
60
60
61
61
` ` ` yaml
62
62
Type : SwitchParameter
@@ -72,7 +72,7 @@ Accept wildcard characters: False
72
72
73
73
### -GroupAlias
74
74
75
- {{ Fill GroupAlias Description }}
75
+ The alias of the Office 365 Group.
76
76
77
77
` ` ` yaml
78
78
Type : String
@@ -88,7 +88,7 @@ Accept wildcard characters: False
88
88
89
89
### -PreferredMoveBeginDate
90
90
91
- {{ Fill PreferredMoveBeginDate Description }}
91
+ The move will likely begin at this specified time.
92
92
93
93
` ` ` yaml
94
94
Type : DateTime
@@ -104,7 +104,7 @@ Accept wildcard characters: False
104
104
105
105
### -PreferredMoveEndDate
106
106
107
- {{ Fill PreferredMoveEndDate Description }}
107
+ The move will likely be completed by this specified time, on a best effort basis.
108
108
109
109
` ` ` yaml
110
110
Type : DateTime
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136
136
137
137
### -SuppressAllWarnings
138
138
139
- {{ Fill SuppressAllWarnings Description }}
139
+ Suppress all warning messages.
140
140
141
141
` ` ` yaml
142
142
Type : SwitchParameter
@@ -152,7 +152,7 @@ Accept wildcard characters: False
152
152
153
153
### -SuppressBcsCheck
154
154
155
- {{ Fill SuppressBcsCheck Description }}
155
+ Suppress checking of Business Connectivity Services used with the associated Office 365 Group Team site.
156
156
157
157
` ` ` yaml
158
158
Type : SwitchParameter
@@ -168,7 +168,7 @@ Accept wildcard characters: False
168
168
169
169
### -SuppressMarketplaceAppCheck
170
170
171
- {{ Fill SuppressMarketplaceAppCheck Description }}
171
+ Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated Office 365 Group Team site.
172
172
173
173
` ` ` yaml
174
174
Type : SwitchParameter
@@ -184,7 +184,7 @@ Accept wildcard characters: False
184
184
185
185
### -SuppressWorkflow2013Check
186
186
187
- {{ Fill SuppressWorkflow2013Check Description }}
187
+ Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated Office 365 Group Team site.
188
188
189
189
` ` ` yaml
190
190
Type : SwitchParameter
@@ -200,7 +200,7 @@ Accept wildcard characters: False
200
200
201
201
### -ValidationOnly
202
202
203
- {{ Fill ValidationOnly Description }}
203
+ This parameter will force the cmdlet to execute only validation.
204
204
205
205
` ` ` yaml
206
206
Type : SwitchParameter
@@ -229,3 +229,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
229
229
## NOTES
230
230
231
231
## RELATED LINKS
232
+
233
+ [Move a SharePoint site to a different geo location](https://docs.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations)
0 commit comments