Skip to content

Commit 51b5c51

Browse files
authored
Update Set-SafeLinksPolicy.md
updated with new cmdlet options
1 parent 99e7f7f commit 51b5c51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 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]
4445
[-WhiteListedUrls <String>]
4546
[<CommonParameters>]
4647
```
@@ -389,6 +390,23 @@ Accept pipeline input: False
389390
Accept wildcard characters: False
390391
```
391392

393+
### -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.
395+
396+
Generally there is no reason to disable URL rewrites also known as URL wrapping.
397+
398+
```yaml
399+
Type: Boolean
400+
Parameter Sets: (All)
401+
Aliases:
402+
403+
Required: False
404+
Position: Named
405+
Default value: None
406+
Accept pipeline input: False
407+
Accept wildcard characters: False
408+
```
409+
392410
### -WhiteListedUrls
393411
This parameter has been deprecated. Use the DoNotRewriteUrls parameter instead.
394412

0 commit comments

Comments
 (0)