Skip to content

Commit a2183bf

Browse files
authored
Merge pull request MicrosoftDocs#4811 from tseward/patch-31
Update Start-SPOUnifiedGroupMove.md
2 parents 932dc2e + 91ff472 commit a2183bf

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOUnifiedGroupMove.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
.
17+
Initiates the move of an Office 365 Group to a new geo location
1818

1919
## SYNTAX
2020

@@ -24,23 +24,23 @@ Start-SPOUnifiedGroupMove [-GroupAlias] <String> [-DestinationDataLocation] <Str
2424

2525
## DESCRIPTION
2626

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.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Start-SPOUnifiedGroupMove -GroupAlias EUTeam -DestinationDataLocation EUR
3535
```
3636

37-
.
37+
Starts the move of Office 365 Group EUTeam to the Preferred Data Location EUR (Europe).
3838

3939
## PARAMETERS
4040

4141
### -DestinationDataLocation
4242

43-
{{ Fill DestinationDataLocation Description }}
43+
The destination location for the Office 365 Group move.
4444

4545
```yaml
4646
Type: String
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
5757
### -Force
5858
59-
{{ Fill Force Description }}
59+
Force the cmdlet to run.
6060
6161
```yaml
6262
Type: SwitchParameter
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
7373
### -GroupAlias
7474
75-
{{ Fill GroupAlias Description }}
75+
The alias of the Office 365 Group.
7676
7777
```yaml
7878
Type: String
@@ -88,7 +88,7 @@ Accept wildcard characters: False
8888
8989
### -PreferredMoveBeginDate
9090
91-
{{ Fill PreferredMoveBeginDate Description }}
91+
The move will likely begin at this specified time.
9292
9393
```yaml
9494
Type: DateTime
@@ -104,7 +104,7 @@ Accept wildcard characters: False
104104
105105
### -PreferredMoveEndDate
106106
107-
{{ Fill PreferredMoveEndDate Description }}
107+
The move will likely be completed by this specified time, on a best effort basis.
108108
109109
```yaml
110110
Type: DateTime
@@ -136,7 +136,7 @@ Accept wildcard characters: False
136136
137137
### -SuppressAllWarnings
138138
139-
{{ Fill SuppressAllWarnings Description }}
139+
Suppress all warning messages.
140140
141141
```yaml
142142
Type: SwitchParameter
@@ -152,7 +152,7 @@ Accept wildcard characters: False
152152
153153
### -SuppressBcsCheck
154154
155-
{{ Fill SuppressBcsCheck Description }}
155+
Suppress checking of Business Connectivity Services used with the associated Office 365 Group Team site.
156156
157157
```yaml
158158
Type: SwitchParameter
@@ -168,7 +168,7 @@ Accept wildcard characters: False
168168
169169
### -SuppressMarketplaceAppCheck
170170
171-
{{ Fill SuppressMarketplaceAppCheck Description }}
171+
Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated Office 365 Group Team site.
172172
173173
```yaml
174174
Type: SwitchParameter
@@ -184,7 +184,7 @@ Accept wildcard characters: False
184184
185185
### -SuppressWorkflow2013Check
186186
187-
{{ Fill SuppressWorkflow2013Check Description }}
187+
Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated Office 365 Group Team site.
188188
189189
```yaml
190190
Type: SwitchParameter
@@ -200,7 +200,7 @@ Accept wildcard characters: False
200200
201201
### -ValidationOnly
202202
203-
{{ Fill ValidationOnly Description }}
203+
This parameter will force the cmdlet to execute only validation.
204204
205205
```yaml
206206
Type: SwitchParameter
@@ -229,3 +229,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
229229
## NOTES
230230
231231
## 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

Comments
 (0)