Skip to content

Commit 105c764

Browse files
committed
Added limits for ExcludedSenders/ExcludedDomains
Issue #8074
1 parent b672241 commit 105c764

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

exchange/exchange-ps/exchange/New-AntiPhishPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ This setting is part of impersonation protection and is only available in Micros
444444

445445
The ExcludedDomains parameter specifies an exception for impersonation protection that looks for the specified domains in the message sender. You can specify multiple domains separated by commas.
446446

447+
The maximum number of entries is approximately 1000.
448+
447449
```yaml
448450
Type: MultiValuedProperty
449451
Parameter Sets: (All)
@@ -462,6 +464,8 @@ This setting is part of impersonation protection and is only available in Micros
462464

463465
The ExcludedSenders parameter specifies an exception for impersonation protection that looks for the specified message sender. You can specify multiple email addresses separated by commas.
464466

467+
The maximum number of entries is approximately 1000.
468+
465469
```yaml
466470
Type: MultiValuedProperty
467471
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-AntiPhishPolicy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,8 @@ This setting is part of impersonation protection and is only available in Micros
448448

449449
The ExcludedDomains parameter specifies an exception for impersonation protection that looks for the specified domains in the message sender. You can specify multiple domains separated by commas.
450450

451+
The maximum number of entries is approximately 1000.
452+
451453
```yaml
452454
Type: MultiValuedProperty
453455
Parameter Sets: (All)
@@ -466,6 +468,8 @@ This setting is part of impersonation protection and is only available in Micros
466468

467469
The ExcludedSenders parameter specifies an exception for impersonation protection that looks for the specified message sender. You can specify multiple email addresses separated by commas.
468470

471+
The maximum number of entries is approximately 1000.
472+
469473
```yaml
470474
Type: MultiValuedProperty
471475
Parameter Sets: (All)

0 commit comments

Comments
 (0)