Skip to content

Commit aa02b82

Browse files
authored
Update Set-SafeLinksPolicy.md
1 parent 4b71dd6 commit aa02b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Set-SafeLinksPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Accept wildcard characters: False
219219
```
220220
221221
### -ExcludedUrls
222-
The ExcludedUrls parameter specifies a URL that's skipped by Safe Links scanning. You can specify multiple values separated by commas.
222+
The ExcludedUrls parameter is deprecated. Use the DoNotRewriteUrls param instead. If you have any scripts that use the ExcludedUrls parameter, update them to use the DoNotRewriteUrls param.
223223
224224
```yaml
225225
Type: String[]
@@ -307,7 +307,7 @@ Accept wildcard characters: False
307307
```
308308
309309
### -WhiteListedUrls
310-
This parameter is reserved for internal Microsoft use.
310+
The WhiteListedUrls parameter is deprecated. Use the DoNotRewriteUrls param instead. If you have any scripts that use the WhiteListedUrls parameter, update them to use the DoNotRewriteUrls param.
311311
312312
```yaml
313313
Type: String

0 commit comments

Comments
 (0)