Skip to content

Commit 7f12c6d

Browse files
authored
Merge branch 'MicrosoftDocs:master' into PhoneNumberRemove
2 parents c11709f + b788b65 commit 7f12c6d

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
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

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

skype/skype-ps/skype/New-CsTenantTrustedIPAddress.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,9 @@ Accept wildcard characters: False
154154
### -MaskBits
155155
This parameter determines the length of bits to mask to the subnet.
156156
157-
IPv4 format IP address accepts maskbits from 0 to 32 inclusive. IPv6 format IP address accepts maskbits from 0 to 128 inclusive.
157+
IPv4 format IP address accepts maskbits from 0 to 32 inclusive. If not provided, the value is set to 32.
158+
159+
IPv6 format IP address accepts maskbits from 0 to 128 inclusive. If not provided, the value is set to 128.
158160
159161
```yaml
160162
Type: System.Int32

0 commit comments

Comments
 (0)