Skip to content

Commit 19ddcfe

Browse files
authored
Update New-SafeLinksPolicy.md
1 parent 99e7f7f commit 19ddcfe

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ New-SafeLinksPolicy [-Name] <String>
4242
[-TrackClicks <Boolean>]
4343
[-UseTranslatedNotificationText <Boolean>]
4444
[-WhatIf]
45+
[-DisableUrlRewrite]
4546
[-WhiteListedUrls <String>]
4647
[<CommonParameters>]
4748
```
@@ -408,6 +409,23 @@ Accept pipeline input: False
408409
Accept wildcard characters: False
409410
```
410411

412+
### -DisableUrlRewrite
413+
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.
414+
415+
Generally there is no reason to disable URL rewrites also known as URL wrapping.
416+
417+
```yaml
418+
Type: Boolean
419+
Parameter Sets: (All)
420+
Aliases:
421+
422+
Required: False
423+
Position: Named
424+
Default value: None
425+
Accept pipeline input: False
426+
Accept wildcard characters: False
427+
```
428+
411429
### -WhiteListedUrls
412430
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
413431

0 commit comments

Comments
 (0)