Skip to content

Commit cc2c695

Browse files
committed
Merge branch 'master' into chrisda
2 parents d07b8f8 + b208f90 commit cc2c695

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exchange/exchange-ps/exchange/Set-IRMConfiguration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,13 @@ Accept wildcard characters: False
271271
### -ExternalLicensingEnabled
272272
This parameter is available only in on-premises Exchange.
273273
274-
The ExternalLicensingEnabled parameter specifies whether to enable IRM features for messages that are sent to external recipients. Valid values are:
274+
The ExternalLicensingEnabled parameter specifies whether Exchange will try to acquire licenses from clusters other than the one it is configured to use. Without this setting, if Exchange receives many messages protected with a random key, the server will devote excessive resources to validating signatures and decrypting messages, even if the keys aren't valid.
275275
276-
- $true: IRM features are enabled for external messages.
276+
Valid values are:
277277
278-
- $false: IRM features are disabled for external messages. This is the default value.
278+
- $true: Exchange will try to acquire licenses from clusters other than the one it is configured to use. This value can help prevent denial of service (DoS) attacks.
279+
280+
- $false: Exchange will try to acquire licenses only from clusters that it is configured to use. This is the default value. The *LicensingLocation* parameter specifies the list of allowed clusters.
279281
280282
```yaml
281283
Type: Boolean

0 commit comments

Comments
 (0)