Skip to content

Commit a0ed5b2

Browse files
authored
Merge pull request MicrosoftDocs#6475 from MicrosoftDocs/chrisda
Safe Links updates
2 parents 91141bb + ddac3f2 commit a0ed5b2

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

exchange/exchange-ps/exchange/New-SafeLinksPolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -AllowClickThrough
103-
This parameter is reserved for internal Microsoft use.
103+
This parameter has been deprecated. Use the DoNotAllowClickThrough parameter instead.
104104
105105
```yaml
106106
Type: Boolean
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176
```
177177
178178
### -DoNotRewriteUrls
179-
The DoNotRewriteUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
179+
The DoNotRewriteUrls parameter specifies the URLs that skip Safe Links scanning and are always allowed. You can specify multiple values separated by commas. Wildcards are supported (up to three).
180180
181181
```yaml
182182
Type: MultiValuedProperty
@@ -192,7 +192,7 @@ Accept wildcard characters: False
192192
```
193193
194194
### -DoNotTrackUserClicks
195-
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages. Valid values are:
195+
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages and Microsoft Teams. Valid values are:
196196
197197
- $true: User clicks aren't tracked.
198198
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
```
213213
214214
### -EnableForInternalSenders
215-
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
215+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to messages sent between internal senders and internal recipients within the same Exchange Online organization. Valid values are:
216216
217217
- $true: The policy is applied to internal and external senders.
218218
@@ -234,7 +234,7 @@ Accept wildcard characters: False
234234
### -EnableSafeLinksForTeams
235235
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
236236
237-
- $true: Safe Links is enabled for Teams.
237+
- $true: Safe Links is enabled for Teams. If a protected user clicks a malicious link in a Teams conversation, group chat, or from channels, a warning page will appear in the default web browser.
238238
239239
- $false: Safe Links isn't enabled for Teams. This is the default value.
240240
@@ -252,7 +252,7 @@ Accept wildcard characters: False
252252
```
253253
254254
### -ExcludedUrls
255-
The ExcludedUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
255+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
256256
257257
```yaml
258258
Type: String[]
@@ -308,7 +308,7 @@ Accept wildcard characters: False
308308
```
309309
310310
### -TrackClicks
311-
This parameter is reserved for internal Microsoft use.
311+
This parameter has been deprecated. Use the DoNotTrackUserClicks parameter instead.
312312
313313
```yaml
314314
Type: Boolean
@@ -340,7 +340,7 @@ Accept wildcard characters: False
340340
```
341341
342342
### -WhiteListedUrls
343-
This parameter is reserved for internal Microsoft use.
343+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
344344
345345
```yaml
346346
Type: String

exchange/exchange-ps/exchange/Set-AtpPolicyForO365.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Accept wildcard characters: False
7777
```
7878
7979
### -AllowClickThrough
80-
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 ProPlus. Valid values are:
80+
The AllowClickThrough parameter specifies whether to allow users to click through to the original blocked URL in Office 365 apps on desktop, mobile, and web clients. Valid values are:
8181
82-
- $true: Users are allowed to click through to the original URL. This is the default value.
82+
- $true: Users are allowed to click through to the original URL.
8383
84-
- $false: Users aren't allowed to click through to the original URL.
84+
- $false: Users aren't allowed to click through to the original URL. This is the default value.
8585
8686
```yaml
8787
Type: Boolean
@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
```
118118
119119
### -BlockUrls
120-
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning. You can specify multiple values separated by commas.
120+
The BlockUrls parameter specifies the URLs that are always blocked by Safe Links scanning in email messages, Microsoft Teams, and Office documents. You can specify multiple values separated by commas.
121121
122122
```yaml
123123
Type: MultiValuedProperty
@@ -193,11 +193,11 @@ Accept wildcard characters: False
193193
```
194194
195195
### -EnableSafeLinksForO365Clients
196-
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktop and mobile clients. Valid values are:
196+
The EnableSafeLinksForO365Clients parameter specifies whether Safe Links is enabled for Microsoft 365 apps on desktop, mobile, and web clients. Valid values are:
197197
198-
- $true: Safe Links are enabled for Microsoft 365 desktop and mobile apps. This is the default value.
198+
- $true: Safe Links are enabled for Microsoft 365 desktop, mobile, and web apps. This is the default value.
199199
200-
- $false: Safe Links are disabled for Microsoft 365 desktop and mobile apps.
200+
- $false: Safe Links are disabled for Microsoft 365 desktop, mobile, and web apps.
201201
202202
```yaml
203203
Type: Boolean
@@ -213,11 +213,11 @@ Accept wildcard characters: False
213213
```
214214
215215
### -TrackClicks
216-
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs. Valid values are:
216+
The TrackClicks parameter specifies whether to track user clicks related to blocked URLs in Office documents. Valid values are:
217217
218-
- $true: User clicks are tracked. This is the default value.
218+
- $true: User clicks are tracked.
219219
220-
- $false: User clicks aren't tracked.
220+
- $false: User clicks aren't tracked. This is the default value.
221221
222222
```yaml
223223
Type: Boolean

exchange/exchange-ps/exchange/Set-SafeLinksPolicy.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### -AllowClickThrough
103-
This parameter is reserved for internal Microsoft use.
103+
This parameter has been deprecated. Use the DoNotAllowClickThrough parameter instead.
104104
105105
```yaml
106106
Type: Boolean
@@ -176,7 +176,7 @@ Accept wildcard characters: False
176176
```
177177
178178
### -DoNotRewriteUrls
179-
The DoNotRewriteUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
179+
The DoNotRewriteUrls parameter specifies the URLs that skip Safe Links scanning and are always allowed. You can specify multiple values separated by commas. Wildcards are supported (up to three).
180180
181181
```yaml
182182
Type: MultiValuedProperty
@@ -192,7 +192,7 @@ Accept wildcard characters: False
192192
```
193193
194194
### -DoNotTrackUserClicks
195-
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages. Valid values are:
195+
The DoNotTrackUserClicks parameter specifies whether to track user clicks related to links in email messages and Microsoft Teams. Valid values are:
196196
197197
- $true: User clicks aren't tracked.
198198
@@ -212,7 +212,7 @@ Accept wildcard characters: False
212212
```
213213
214214
### -EnableForInternalSenders
215-
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to internal senders. Valid values are:
215+
The EnableForInternalSenders parameter specifies whether the Safe Links policy is applied to messages sent between internal senders and internal recipients within the same Exchange Online organization. Valid values are:
216216
217217
- $true: The policy is applied to internal and external senders.
218218
@@ -234,9 +234,9 @@ Accept wildcard characters: False
234234
### -EnableSafeLinksForTeams
235235
The EnableSafeLinksForTeams parameter specifies whether Safe Links is enabled for Microsoft Teams. Valid values are:
236236
237-
- $true: Safe Links is enabled for Teams.
237+
- $true: Safe Links is enabled for Teams. When a user clicks a link in a Teams conversation, group chat, or from channels, the link is checked by Safe Links. If the link is found to be malicious, a warning page appears in the default web browser.
238238
239-
- $false: Safe Links isn't enabled for Teams.
239+
- $false: Safe Links isn't enabled for Teams. This is the default value.
240240
241241
```yaml
242242
Type: Boolean
@@ -252,7 +252,7 @@ Accept wildcard characters: False
252252
```
253253
254254
### -ExcludedUrls
255-
The ExcludedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the ExcludedUrls parameter, update them to use the DoNotRewriteUrls parameter.
255+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
256256
257257
```yaml
258258
Type: String[]
@@ -272,7 +272,7 @@ The IsEnabled parameter specifies whether to rewrite URLs and check against a li
272272
273273
- $true: Rewrite URLs and check against a list of known malicious links whenever a user clicks on a link.
274274
275-
- $false: Don't rewrite URLs. This is the default value.
275+
- $false: Don't rewrite URLs and do not check links. This is the default value.
276276
277277
```yaml
278278
Type: Boolean
@@ -340,7 +340,7 @@ Accept wildcard characters: False
340340
```
341341
342342
### -WhiteListedUrls
343-
The WhiteListedUrls parameter has been deprecated. Use the DoNotRewriteUrls parameter instead. If you have any scripts that use the WhiteListedUrls parameter, update them to use the DoNotRewriteUrls parameter.
343+
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
344344
345345
```yaml
346346
Type: String

0 commit comments

Comments
 (0)