Skip to content

Commit 0f8762c

Browse files
authored
Merge branch 'master' into patch-42
2 parents 15a57de + 382f419 commit 0f8762c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Use the Set-ProtectionAlert cmdlet to modify alert policies in the Security & Co
1818

1919
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2020

21+
> [!NOTE]
22+
> You cannot use this cmdlet to edit default alert policies. You can only modify alerts you have created using New-ProtectionAlert cmdlet.
23+
2124
## SYNTAX
2225

2326
```

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteDesign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Accept wildcard characters: False
111111
```
112112
113113
### -PreviewImageUrl
114-
The URL of a preview image. If none is specified, SharePoint uses a generic image.
114+
The URL of a preview image. If none is specified, SharePoint uses a generic image. Recommended size is 400 x 421 pixels.
115115
116116
```yaml
117117
Type: String

sharepoint/sharepoint-ps/sharepoint-server/Import-SPWeb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ Accept wildcard characters: False
269269

270270
### -UpdateVersions
271271
Indicates how to resolve situations where a file to be imported to a site already exists in that site.
272-
If the UpdateVersions parameter is absent, the import operation by default uses a value of 1.
272+
If the UpdateVersions parameter is absent, the import operation by default uses a value of 1 (Append).
273273

274274
The type must be any one of the following:
275275

276-
-Add new versions to the current file
276+
-Append, which adds new versions to the current file
277277

278278
-Overwrite the file and all of its versions (delete then insert)
279279

0 commit comments

Comments
 (0)