Skip to content

Commit e15fff0

Browse files
authored
Merge branch 'master' into chrisda
2 parents 33e847a + 3742c3a commit e15fff0

File tree

3 files changed

+35
-25
lines changed

3 files changed

+35
-25
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOUnifiedGroup.md

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

1515
## SYNOPSIS
1616

17-
.
17+
Sets the Preferred Data Location (PDL) for the specified Office 365 Group. The customer tenant must be multi-geo enabled.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,23 @@ Set-SPOUnifiedGroup [-GroupAlias] <string> [-PreferredDataLocation] <string> [<C
2424

2525
## DESCRIPTION
2626

27-
Use this cmdlet.
27+
Use this cmdlet to set the Preferred Data Location for an Office 365 Group.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Set-SPOUnifiedGroup -GroupAlias EUTeam -PreferredDataLocation EUR
3535
```
3636

37-
.
37+
Sets the PDL for the Office 365 Group named 'EUTeam' to EUR (Europe).
3838

3939
## PARAMETERS
4040

4141
### -GroupAlias
4242

43-
.
43+
The alias of the Office 365 Group.
4444

4545
```yaml
4646
Type: String
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
5757
### -PreferredDataLocation
5858
59-
.
59+
The Preferred Data Location for the Office 365 Group.
6060
6161
```yaml
6262
Type: String
@@ -75,3 +75,9 @@ Accept wildcard characters: False
7575
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
7676
7777
## NOTES
78+
79+
## RELATED LINKS
80+
81+
[Get-SPOUnifiedGroup](https://docs.microsoft.com/powershell/module/sharepoint-online/get-spounifiedgroup)
82+
83+
[Move a SharePoint site to a different geo location](https://docs.microsoft.com/office365/enterprise/move-sharepoint-between-geo-locations)

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)

sharepoint/sharepoint-ps/sharepoint-online/Update-UserType.md

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

1515
## SYNOPSIS
1616

17-
.
17+
Updates the specified user's UserType value from Azure AD.
1818

1919
## SYNTAX
2020

@@ -24,23 +24,23 @@ Update-UserType [-LoginName] <String> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
.
27+
This cmdlet retrieves the UserType value of the specified user and updates the UserType across all SharePoint Online sites in the Office 365 tenant. This can be used, for example, to convert a Guest user to a standard (Member) user if the user's UserType was previously updated in Azure AD.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232

3333
```powershell
34-
34+
Update-UserType -LoginName [email protected]
3535
```
3636

37-
.
37+
Updates the [email protected]'s UserType on all SharePoint Online sites in the tenant based on the UserType value in Azure AD.
3838

3939
## PARAMETERS
4040

4141
### -LoginName
4242

43-
{{ Fill LoginName Description }}
43+
The login name of the target user to update across SharePoint Online.
4444

4545
```yaml
4646
Type: String
@@ -70,3 +70,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7070
## NOTES
7171
7272
## RELATED LINKS
73+
74+
[Properties of an Azure Active Directory B2B collaboration user](https://docs.microsoft.com/azure/active-directory/b2b/user-properties)

0 commit comments

Comments
 (0)