Skip to content

Commit 8dc9686

Browse files
authored
Merge pull request MicrosoftDocs#8340 from briwilcox/patch-2
Update Set-SafeLinksPolicy.md
2 parents 12828e6 + 65ceff1 commit 8dc9686

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Set-SafeLinksPolicy [-Identity] <SafeLinksPolicyIdParameter>
4141
[-TrackClicks <Boolean>]
4242
[-UseTranslatedNotificationText <Boolean>]
4343
[-WhatIf]
44+
[-DisableUrlRewrite <Boolean>]
4445
[-WhiteListedUrls <String>]
4546
[<CommonParameters>]
4647
```
@@ -389,6 +390,24 @@ Accept pipeline input: False
389390
Accept wildcard characters: False
390391
```
391392

393+
### -DisableUrlRewrite
394+
The DisableUrlRewrite parameter specifies whether to rewrite (wrap) URLs in email messages. Valid values are:
395+
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.
398+
399+
```yaml
400+
Type: Boolean
401+
Parameter Sets: (All)
402+
Aliases:
403+
404+
Required: False
405+
Position: Named
406+
Default value: None
407+
Accept pipeline input: False
408+
Accept wildcard characters: False
409+
```
410+
392411
### -WhiteListedUrls
393412
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
394413

0 commit comments

Comments
 (0)