Skip to content

Commit fb7e14f

Browse files
authored
Merge pull request MicrosoftDocs#6052 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents b208f90 + cc2c695 commit fb7e14f

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

exchange/exchange-ps/exchange/Get-ComplianceSearch.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222
## SYNTAX
2323

2424
```
25-
Get-ComplianceSearch [[-Identity] <ComplianceSearchIdParameter>] [-Case <String>] [-DomainController <Fqdn>]
26-
[-ResultSize <Unlimited>] [<CommonParameters>]
25+
Get-ComplianceSearch [[-Identity] <ComplianceSearchIdParameter>]
26+
[-Case <String>]
27+
[-DomainController <Fqdn>]
28+
[-ResultSize <Unlimited>]
29+
[<CommonParameters>]
2730
```
2831

2932
## DESCRIPTION
@@ -52,7 +55,9 @@ This examples show details of the compliance search named Case 1234.
5255
## PARAMETERS
5356

5457
### -Case
55-
This parameter is reserved for internal Microsoft use.
58+
The Case parameter filters the results by the name of a Core eDiscovery case that the compliance search is associated with. If the value contains spaces, enclose the value in quotation marks.
59+
60+
You can't use this parameter to view compliance searches associated with Advanced eDiscovery cases.
5661

5762
```yaml
5863
Type: String

exchange/exchange-ps/exchange/New-ComplianceSearch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ Accept wildcard characters: False
132132
```
133133
134134
### -Case
135-
The Case parameter specifies the name of an eDiscovery case that the new compliance search will be associated with. If the value contains spaces, enclose the value in quotation marks.
135+
The Case parameter specifies the name of a Core eDiscovery case to associate the new compliance search with. If the value contains spaces, enclose the value in quotation marks.
136+
137+
You can't use this parameter to create compliance searches associated with Advanced eDiscovery cases.
136138
137139
If the Name parameter contains spaces, the value of the ExchangeLocation parameter is cleared when you use the Case parameter.
138140

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5021,7 +5021,9 @@ A valid value is a number from 32 to 256 kilobytes (32768 to 262144 bytes). When
50215021

50225022
Unqualified values are typically treated as bytes, but small values may be rounded up to the nearest kilobyte.
50235023

5024-
The default value is 64 kilobytes (65536 bytes).
5024+
In Exchange Online, Exchange 2019, Exchange 2016, and Exchange 2013, the default value is 256 kilobytes (262,144 bytes).
5025+
5026+
In Exchange 2010, the default value is 64 kilobytes (65,536 bytes).
50255027

50265028
The quota for Inbox rules applies only to enabled rules. There is no restriction on the number of disabled rules a mailbox can have. However, the total size of rules that are enabled or active can't exceed the value specified for this parameter.
50275029

0 commit comments

Comments
 (0)