Skip to content

Commit 219e27d

Browse files
authored
Merge branch 'master' into patch-79
2 parents 9e3a346 + 9ca2556 commit 219e27d

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,11 +1212,7 @@ Accept wildcard characters: False
12121212
### -LinkedInEnabled
12131213
This parameter is available only in the cloud-based service.
12141214
1215-
The LinkedInEnabled parameter specifies whether users can synchronize their LinkedIn contacts to their Contacts folder. Valid values are:
1216-
1217-
- $true: LinkedIn integration is enabled. This is the default value.
1218-
1219-
- $false: LinkedIn integration is disabled.
1215+
LinkedIn integration is no longer supported.
12201216
12211217
```yaml
12221218
Type: Boolean

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ Accept wildcard characters: False
696696
### -DisabledWebPartIds
697697
PARAMVALUE: <Guid>[,<Guid>,...]
698698
699-
Allows administrators prevent certain, specific web parts from being added to pages or rendering on pages on which they were previously added. Only web parts that utilize third-party services (Amazon Kindle, YouTube, Twitter) can be disabled in such a manner.
699+
Allows administrators prevent certain, specific web parts from being added to pages or rendering on pages on which they were previously added. Currently, only Amazon Kindle, YouTube and Twitter web parts can be disabled in such a manner.
700700
701701
To disable a specific web part you need to enter its GUID as the parameter: Amazon Kindle (46698648-fcd5-41fc-9526-c7f7b2ace919), YouTube (544dd15b-cf3c-441b-96da-004d5a8cea1d), Twitter (f6fdf4f8-4a24-437b-a127-32e66a5dd9b4). If you are looking for a GUID for any other web part, easiest way to achieve is to place the web part on a SharePoint page and move to maintenance mode. See more details around the [web part maintenance mode from Microsoft Support](https://support.office.com/en-us/article/Open-and-use-the-Web-Part-Maintenance-Page-EFF9CE22-D04A-44DD-AE83-AC29A5E396C2).
702702

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@ This command starts the information and the status of a move request of a user b
4444

4545
### EXAMPLE 1
4646
```powershell
47-
Start-SPOSiteContentMove -Url $url -DestinationDataLocation $DestLocation -PreferredMoveBeginDate ((Get-Date).AddHours(1)) -PreferredMoveEndDate ((Get-Date).AddHour(12))
47+
Start-SPOSiteContentMove -Url https://contosoenergy.sharepoint.com/sites/hr -DestinationDataLocation EUR -PreferredMoveBeginDate ((Get-Date).AddHours(1)) -PreferredMoveEndDate ((Get-Date).AddHour(12))
4848
```
49-
Starts the movement of the content on $url to the destination defined on $DestLocation variable preferred to start 1 hour ahead from now, until 12 hours to that relative time.
49+
Starts the movement of the content on https://contosoenergy.sharepoint.com/sites/hr to the EUR destination preferred to start 1 hour ahead from now, until 12 hours to that relative time.
5050

5151
### EXAMPLE 2
5252
```powershell
53-
Start-SPOSiteContentMove -GroupName [email protected] -DestinationDataLocation $destlocation
53+
Start-SPOSiteContentMove -GroupName [email protected] -DestinationDataLocation JPN
5454
```
55-
Starts the movement of a group of users called [email protected] to the destination location called $destlocation
55+
Starts the movement of a group of users called [email protected] to the JPN location
5656

5757
### EXAMPLE 3
5858
```powershell
59-
Start-SPOSiteContentMove -Url $url -DestinationUrl $destlocation
59+
Start-SPOSiteContentMove -Url https://contosoenergy.sharepoint.com/sites/hr -DestinationUrl https://contosoenergyEUR.sharepoint.com/sites/hr
6060
```
61-
Starts the movement from a $url and set it to the location defined on $destlocation
61+
Starts the movement from https://contosoenergy.sharepoint.com/sites/hr and set it to the location https://contosoenergyEUR.sharepoint.com/sites/hr
6262

6363

6464
## PARAMETERS

0 commit comments

Comments
 (0)