Skip to content

Commit e718eca

Browse files
authored
Merge pull request MicrosoftDocs#6305 from AdwoodMicrosoft/patch-4
Update Start-SPOUnifiedGroupMove.md
2 parents e79c10d + ffb81b2 commit e718eca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Start-SPOUnifiedGroupMove [-GroupAlias] <String> [-DestinationDataLocation] <Str
2424

2525
## DESCRIPTION
2626

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.
27+
Initiates the move of an Office 365 Group site 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 to use these commandlets.
2828

2929
## EXAMPLES
3030

@@ -34,13 +34,13 @@ Initiates the move of an Office 365 Group to a new geo location. The administrat
3434
Start-SPOUnifiedGroupMove -GroupAlias EUTeam -DestinationDataLocation EUR
3535
```
3636

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

3939
## PARAMETERS
4040

4141
### -DestinationDataLocation
4242

43-
The destination location for the Office 365 Group move.
43+
The destination location for the Office 365 Group site move.
4444

4545
```yaml
4646
Type: String
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
5757
### -Force
5858
59-
Force the cmdlet to run.
59+
Force the cmdlet to run. This ignores all warning blocks and validations. It is only recommended if the administrator only wishes to preserve data and is not interested in checks for applications, Business Connectivity Services, or other functionalities.
6060
6161
```yaml
6262
Type: SwitchParameter
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
7373
### -GroupAlias
7474
75-
The alias of the Office 365 Group.
75+
The alias of the Office 365 Group attached to the site you want to move.
7676
7777
```yaml
7878
Type: String
@@ -152,7 +152,7 @@ Accept wildcard characters: False
152152
153153
### -SuppressBcsCheck
154154
155-
Suppress checking of Business Connectivity Services used with the associated Office 365 Group Team site.
155+
Suppress checking for Business Connectivity Services used with the associated Office 365 Group site.
156156
157157
```yaml
158158
Type: SwitchParameter
@@ -168,7 +168,7 @@ Accept wildcard characters: False
168168
169169
### -SuppressMarketplaceAppCheck
170170
171-
Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated Office 365 Group Team site.
171+
Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated Office 365 Group site.
172172
173173
```yaml
174174
Type: SwitchParameter
@@ -184,7 +184,7 @@ Accept wildcard characters: False
184184
185185
### -SuppressWorkflow2013Check
186186
187-
Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated Office 365 Group Team site.
187+
Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated Office 365 Group site.
188188
189189
```yaml
190190
Type: SwitchParameter

0 commit comments

Comments
 (0)