Skip to content

Commit 1f47beb

Browse files
authored
Merge pull request MicrosoftDocs#2184 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents fdb8118 + 1722322 commit 1f47beb

File tree

8 files changed

+370
-313
lines changed

8 files changed

+370
-313
lines changed

exchange/exchange-ps/exchange/federation-and-hybrid/Set-RemoteMailbox.md

Lines changed: 166 additions & 129 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/mail-flow/Get-MessageTrace.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Get-MessageTrace [-EndDate <DateTime>] [-Expression <Expression>] [-FromIP <Stri
2727
## DESCRIPTION
2828
You can use this cmdlet to search message data for the last 10 days. If you run this cmdlet without any parameters, only data from the last 48 hours is returned.
2929

30+
If you enter a time period that's older than 10 days, you won't receive an error, but the command will return no results. To search for message data that's between 10 and 90 days old, use the Start-HistoricalSearch and Get-HistoricalSearch cmdlets.
31+
3032
This cmdlet returns a maximum of 1000000 results, and will timeout on very large queries. If your query returns too many results, consider splitting it up using smaller StartDate and EndDate intervals.
3133

3234
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).

exchange/exchange-ps/exchange/mailboxes/Set-MailboxAutoReplyConfiguration.md

Lines changed: 140 additions & 130 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/move-and-migration/Remove-MigrationUser.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Remove-MigrationUser [-Identity] <MigrationUserIdParameter> [-Confirm] [-DomainController <Fqdn>] [-Force]
22-
[-WhatIf] [-Partition <MailboxIdParameter>] [<CommonParameters>]
21+
Remove-MigrationUser [-Identity] <MigrationUserIdParameter> [-Confirm] [-DomainController <Fqdn>] [-Force] [-Partition <MailboxIdParameter>] [-WhatIf] [<CommonParameters>]
2322
```
2423

2524
## DESCRIPTION
@@ -88,43 +87,47 @@ Accept wildcard characters: False
8887
```
8988
9089
### -Force
91-
The Force switch specifies that some specific checks and removal steps should be skipped and that the migration user should be forcibly removed. This parameter is used to work around issues where the migration user needs to be removed to fix issues when the user or data is corrupted, or to prevent such issues from occurring
90+
This parameter is available only in on-premises Exchange.
91+
92+
The Force switch specifies that some specific checks and removal steps should be skipped and that the migration user should be forcibly removed. This parameter is used to work around issues where the migration user needs to be removed to fix issues when the user or data is corrupted, or to prevent such issues from occurring.
9293
9394
```yaml
9495
Type: SwitchParameter
9596
Parameter Sets: (All)
9697
Aliases:
97-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
98+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
9899
Required: False
99100
Position: Named
100101
Default value: None
101102
Accept pipeline input: False
102103
Accept wildcard characters: False
103104
```
104105
105-
### -WhatIf
106-
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
106+
### -Partition
107+
This parameter is available only in the cloud-based service.
108+
109+
This parameter is reserved for internal Microsoft use.
107110
108111
```yaml
109-
Type: SwitchParameter
112+
Type: MailboxIdParameter
110113
Parameter Sets: (All)
111-
Aliases: wi
112-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
114+
Aliases:
115+
Applicable: Exchange Online
113116
Required: False
114117
Position: Named
115118
Default value: None
116119
Accept pipeline input: False
117120
Accept wildcard characters: False
118121
```
119122
120-
### -Partition
121-
This parameter is reserved for internal Microsoft use.
123+
### -WhatIf
124+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
122125
123126
```yaml
124-
Type: MailboxIdParameter
127+
Type: SwitchParameter
125128
Parameter Sets: (All)
126-
Aliases:
127-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
129+
Aliases: wi
130+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
128131
Required: False
129132
Position: Named
130133
Default value: None

exchange/exchange-ps/exchange/move-and-migration/Remove-PublicFolderMigrationRequest.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,29 +154,29 @@ Accept pipeline input: False
154154
Accept wildcard characters: False
155155
```
156156
157-
### -WhatIf
158-
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
157+
### -Force
158+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
159159
160160
```yaml
161161
Type: SwitchParameter
162-
Parameter Sets: (All)
163-
Aliases: wi
164-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
162+
Parameter Sets: Identity
163+
Aliases:
164+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
165165
Required: False
166166
Position: Named
167167
Default value: None
168168
Accept pipeline input: False
169169
Accept wildcard characters: False
170170
```
171171
172-
### -Force
173-
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
172+
### -WhatIf
173+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
174174
175175
```yaml
176176
Type: SwitchParameter
177-
Parameter Sets: Identity
178-
Aliases:
179-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
177+
Parameter Sets: (All)
178+
Aliases: wi
179+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
180180
Required: False
181181
Position: Named
182182
Default value: None

exchange/exchange-ps/exchange/move-and-migration/Remove-PublicFolderMoveRequest.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222
Remove-PublicFolderMoveRequest [-Identity] <PublicFolderMoveRequestIdParameter>
2323
[-Confirm]
2424
[-DomainController <Fqdn>]
25-
[-WhatIf] [-Force] [<CommonParameters>]
25+
[-Force]
26+
[-WhatIf] [<CommonParameters>]
2627
```
2728

2829
### MigrationRequestQueue
@@ -147,29 +148,29 @@ Accept pipeline input: False
147148
Accept wildcard characters: False
148149
```
149150
150-
### -WhatIf
151-
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
151+
### -Force
152+
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
152153
153154
```yaml
154155
Type: SwitchParameter
155-
Parameter Sets: (All)
156-
Aliases: wi
157-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
156+
Parameter Sets: Identity
157+
Aliases:
158+
Applicable: Exchange Server 2016, Exchange Server 2019
158159
Required: False
159160
Position: Named
160161
Default value: None
161162
Accept pipeline input: False
162163
Accept wildcard characters: False
163164
```
164165
165-
### -Force
166-
The Force switch specifies whether to suppress warning or confirmation messages. You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate. You don't need to specify a value with this switch.
166+
### -WhatIf
167+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
167168
168169
```yaml
169170
Type: SwitchParameter
170-
Parameter Sets: Identity
171-
Aliases:
172-
Applicable: Exchange Server 2016, Exchange Server 2019
171+
Parameter Sets: (All)
172+
Aliases: wi
173+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
173174
Required: False
174175
Position: Named
175176
Default value: None

exchange/exchange-ps/exchange/policy-and-compliance/New-SupervisoryReviewRule.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
2929

3030
### -------------------------- Example 1 --------------------------
3131
```
32-
New-SupervisoryReviewRule -Name "EU Brokers Rule" -Policy "EU Brokers Policy" -SamplingRate 100 -Conditions ((NOT(Reviewee:US Compliance)) -AND (Reviewee:EU Brokers) -AND ((trade) -OR (insider trading)) -AND (NOT(approved by the Contoso financial team)))
32+
New-SupervisoryReviewRule -Name "EU Brokers Rule" -Policy "EU Brokers Policy" -SamplingRate 100 -Conditions "((NOT(Reviewee:US Compliance)) -AND (Reviewee:EU Brokers) -AND ((trade) -OR (insider trading)) -AND (NOT(approved by the Contoso financial team)))"
3333
```
3434

3535
This example creates a new supervisory review rule named EU Brokers Rule with the following settings:
@@ -83,23 +83,23 @@ Accept wildcard characters: False
8383
### -Condition
8484
The Condition parameter specifies the conditions and exceptions for the rule. This parameter uses the following syntax:
8585
86-
- User or group communications to supervise: ((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...). Exceptions use the syntax (NOT((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...)).
86+
- User or group communications to supervise: "((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...)". Exceptions use the syntax "(NOT((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...))".
8787
88-
- Direction: ((Direction:Inbound) -OR (Direction:Outbound) -OR (Direction:Internal)).
88+
- Direction: "((Direction:Inbound) -OR (Direction:Outbound) -OR (Direction:Internal))".
8989
90-
- Message contains words: ((\<Word1orPhrase1\>) -OR (\<Word2orPhrase2\>)...). Exceptions use the syntax (NOT((\<Word1orPhrase1\>)-OR (\<Word2orPhrase2\>)...)).
90+
- Message contains words: "((\<Word1orPhrase1\>) -OR (\<Word2orPhrase2\>)...)". Exceptions use the syntax "(NOT((\<Word1orPhrase1\>)-OR (\<Word2orPhrase2\>)...))".
9191
92-
- Any attachment contains words: ((Attachment:\<word1\>) -OR (Attachment:\<word2\>)...). Exceptions use the syntax (NOT((Attachment:\<word1\>)-OR (Attachment:\<word2\>)...)).
92+
- Any attachment contains words: "((Attachment:\<word1\>) -OR (Attachment:\<word2\>)...)". Exceptions use the syntax "(NOT((Attachment:\<word1\>)-OR (Attachment:\<word2\>)...))".
9393
94-
- Any attachment has the extension: ((AttachmentName:.\<extension1\>) -OR (AttachmentName:.\<extension2\>)...). Exceptions use the syntax (NOT((AttachmentName:.\<extension1\>)-OR (AttachmentName:.\<extension2\>)...)).
94+
- Any attachment has the extension: "((AttachmentName:.\<extension1\>) -OR (AttachmentName:.\<extension2\>)...)". Exceptions use the syntax "(NOT((AttachmentName:.\<extension1\>)-OR (AttachmentName:.\<extension2\>)...))".
9595
96-
- Message size is larger than: (MessageSize:\<size in B, KB, MB or GB\>). For example (MessageSize:300KB). Exceptions use the syntax (NOT(MessageSize:\<size in B, KB, MB or GB\>))
96+
- Message size is larger than: "(MessageSize:\<size in B, KB, MB or GB\>)". For example "(MessageSize:300KB)". Exceptions use the syntax "(NOT(MessageSize:\<size in B, KB, MB or GB\>))".
9797
98-
- Any attachment is larger than: (AttachmentSize:\<size in B, KB, MB or GB\>). For example (AttachmentSize:3MB). Exceptions use the syntax (NOT(AttachmentSize:\<size in B, KB, MB or GB\>))
98+
- Any attachment is larger than: "(AttachmentSize:\<size in B, KB, MB or GB\>)". For example "(AttachmentSize:3MB)". Exceptions use the syntax "(NOT(AttachmentSize:\<size in B, KB, MB or GB\>))".
9999
100100
- Parentheses ( ) are required around the whole filter.
101101
102-
- Separate multiple conditions or exception types with the -AND operator. For example, ((Reviewee:[email protected]) -AND (AttachmentSize:3MB)).
102+
- Separate multiple conditions or exception types with the -AND operator. For example, "((Reviewee:[email protected]) -AND (AttachmentSize:3MB))".
103103
104104
```yaml
105105
Type: String

exchange/exchange-ps/exchange/policy-and-compliance/Set-SupervisoryReviewRule.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
2929

3030
### -------------------------- Example 1 --------------------------
3131
```
32-
Set-SupervisoryReviewRule -Identity "EU Brokers Rule" -AddReviewers [email protected]
32+
Set-SupervisoryReviewRule -Identity "EU Brokers Rule" -Conditions "((NOT(Reviewee:US Compliance)) -AND (Reviewee:EU Brokers) -AND ((trade) -OR (insider trading)) -AND (NOT(approved by the Contoso financial team)))"
3333
```
3434

35-
This example adds the reviewer [email protected] to the rule named EU Brokers Rule.
35+
This example modifies the existing rule named EU Brokers Rule with the following settings:
36+
37+
- Conditions: Supervise inbound and outbound communications for members of the EU Brokers group that contain the words trade or insider trading.
38+
39+
- Exceptions: Exclude supervision for members of the EU Compliance group, or messages that contain the phrase "approved by the Contoso financial team".
3640

3741
## PARAMETERS
3842

@@ -60,23 +64,23 @@ Accept wildcard characters: False
6064
### -Condition
6165
The Condition parameter specifies the conditions and exceptions for the rule. This parameter uses the following syntax:
6266
63-
- User or group communications to supervise: ((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...). Exceptions use the syntax (NOT((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...)).
67+
- User or group communications to supervise: "((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...)". Exceptions use the syntax "(NOT((Reviewee:\<emailaddress1\>) -OR (Reviewee:\<emailaddress2\>)...))".
6468
65-
- Direction :((Direction:Inbound) -OR (Direction:Outbound) -OR (Direction:Internal)).
69+
- Direction: "((Direction:Inbound) -OR (Direction:Outbound) -OR (Direction:Internal))".
6670
67-
- Message contains words: ((\<Word1orPhrase1\>)-OR (\<Word2orPhrase2\>)...). Exceptions use the syntax (NOT((\<Word1orPhrase1\>)-OR (\<Word2orPhrase2\>)...)).
71+
- Message contains words: "((\<Word1orPhrase1\>) -OR (\<Word2orPhrase2\>)...)". Exceptions use the syntax "(NOT((\<Word1orPhrase1\>) -OR (\<Word2orPhrase2\>)...))".
6872
69-
- Any attachment contains words: ((Attachment:\<word1\>)-OR (Attachment:\<word2\>)...). Exceptions use the syntax (NOT((Attachment:\<word1\>)-OR (Attachment:\<word2\>)...)).
73+
- Any attachment contains words: "((Attachment:\<word1\>) -OR (Attachment:\<word2\>)...)". Exceptions use the syntax "(NOT((Attachment:\<word1\>) -OR (Attachment:\<word2\>)...))".
7074
71-
- Any attachment has the extension: ((AttachmentName:.\<extension1\>)-OR (AttachmentName:.\<extension2\>)...). Exceptions use the syntax (NOT((AttachmentName:.\<extension1\>)-OR (AttachmentName:.\<extension2\>)...)).
75+
- Any attachment has the extension: "((AttachmentName:.\<extension1\>) -OR (AttachmentName:.\<extension2\>)...)". Exceptions use the syntax "(NOT((AttachmentName:.\<extension1\>) -OR (AttachmentName:.\<extension2\>)...))".
7276
73-
- Message size is larger than: (MessageSize:\<size in B, KB, MB or GB\>). For example (MessageSize:300KB). Exceptions use the syntax (NOT(MessageSize:\<size in B, KB, MB or GB\>))
77+
- Message size is larger than: "(MessageSize:\<size in B, KB, MB or GB\>)". For example "(MessageSize:300KB)". Exceptions use the syntax "(NOT(MessageSize:\<size in B, KB, MB or GB\>))".
7478
75-
- Any attachment is larger than: (AttachmentSize:\<size in B, KB, MB or GB\>). For example (AttachmentSize:3MB). Exceptions use the syntax (NOT(AttachmentSize:\<size in B, KB, MB or GB\>))
79+
- Any attachment is larger than: "(AttachmentSize:\<size in B, KB, MB or GB\>)". For example "(AttachmentSize:3MB)". Exceptions use the syntax "(NOT(AttachmentSize:\<size in B, KB, MB or GB\>))".
7680
7781
- Parentheses ( ) are required around the whole filter.
7882
79-
- Separate multiple conditions or exception types with the -AND operator. For example, ((Reviewee:[email protected]) -AND (AttachmentSize:3MB)).
83+
- Separate multiple conditions or exception types with the -AND operator. For example, "((Reviewee:[email protected]) -AND (AttachmentSize:3MB))".
8084
8185
```yaml
8286
Type: String

0 commit comments

Comments
 (0)