Skip to content

Commit 12828e6

Browse files
authored
Merge pull request MicrosoftDocs#8339 from briwilcox/patch-1
Update New-SafeLinksPolicy.md
2 parents 39f74df + fe4ec4a commit 12828e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 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 <Boolean>]
4546
[-WhiteListedUrls <String>]
4647
[<CommonParameters>]
4748
```
@@ -170,6 +171,24 @@ Accept pipeline input: False
170171
Accept wildcard characters: False
171172
```
172173

174+
### -DisableUrlRewrite
175+
The DisableUrlRewrite parameter specifies whether to rewrite (wrap) URLs in email messages. Valid values are:
176+
177+
- $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.
178+
- $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.
179+
180+
```yaml
181+
Type: Boolean
182+
Parameter Sets: (All)
183+
Aliases:
184+
185+
Required: False
186+
Position: Named
187+
Default value: None
188+
Accept pipeline input: False
189+
Accept wildcard characters: False
190+
```
191+
173192
### -DoNotAllowClickThrough
174193
The DoNotAllowClickThrough parameter specifies whether to allow users to click through to the original URL on warning pages. Valid values are:
175194

0 commit comments

Comments
 (0)