Skip to content

Commit 9b36e4d

Browse files
authored
Merge pull request MicrosoftDocs#3761 from get-itips/patch-58
Corrected parameter of example 1
2 parents 101f15c + f586952 commit 9b36e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/New-SafeLinksRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4646

4747
### -------------------------- Example 1 --------------------------
4848
```
49-
New-SafeLinksRule -Name "Research Department URL Rule" -SafeAttachmentPolicy "Research Block URL" -SentToMemberOf "Research Department" -ExceptIfSentToMemberOf "Research Department Managers"
49+
New-SafeLinksRule -Name "Research Department URL Rule" -SafeLinksPolicy "Research Block URL" -SentToMemberOf "Research Department" -ExceptIfSentToMemberOf "Research Department Managers"
5050
```
5151

5252
This example creates a new Safe Links rule named Research Department URL Rule with the following conditions:

0 commit comments

Comments
 (0)