Skip to content

Commit 471a131

Browse files
authored
Update Set-SafeLinksPolicy.md
1 parent 51b5c51 commit 471a131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Set-SafeLinksPolicy [-Identity] <SafeLinksPolicyIdParameter>
4141
[-TrackClicks <Boolean>]
4242
[-UseTranslatedNotificationText <Boolean>]
4343
[-WhatIf]
44-
[-DisableUrlRewrite]
44+
[-DisableUrlRewrite <Boolean>]
4545
[-WhiteListedUrls <String>]
4646
[<CommonParameters>]
4747
```
@@ -391,9 +391,10 @@ Accept wildcard characters: False
391391
```
392392

393393
### -DisableUrlRewrite
394-
The DisableUrlRewrite parameter will tell SafeLinks not to rewrite any URLs in email and to do time of click checks via the SafeLinks API from clients that support it. If SafeLinks is enabled and wrapping disabled content will still be scanned prior to email delivery. Currently this API check is supported in Outlook for Desktop (Windows, MacOS). If URL rewrites are enabled API checks will still occur for unwrapped URLs in supported clients if the user is in a valid SafeLinks policy.
394+
The DisableUrlRewrite parameter specifies whether to rewrite (wrap) URLs in email messages. Valid values are:
395395

396-
Generally there is no reason to disable URL rewrites also known as URL wrapping.
396+
- $true: URLs in messages are not rewritten, but messages are still scanned by Safe Links prior to delivery. Time of click checks on links are done using the Safe Links API in supported Outlook clients (currently, Outlook for Windows and Outlook for Mac). Typically, we don't recommend using this value.
397+
- $false: URLs in messages are rewritten. API checks still occur on unwrapped URLs in supported clients if the user is in a valid Safe Links policy. This is the default value.
397398

398399
```yaml
399400
Type: Boolean

0 commit comments

Comments
 (0)