Skip to content

Commit f1f75bd

Browse files
authored
Update Get-MoveRequestStatistics.md
Updates per Issue #1408
1 parent c49979e commit f1f75bd

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

exchange/exchange-ps/exchange/move-and-migration/Get-MoveRequestStatistics.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The MoveRequestQueue parameter specifies the mailbox database on which the move
123123
124124
- Database name
125125
126-
You can't use this parameter can't be used with the Identity or MRSInstance parameters.
126+
You can't use this parameter with the Identity or MRSInstance parameters.
127127
128128
```yaml
129129
Type: DatabaseIdParameter
@@ -138,9 +138,11 @@ Accept wildcard characters: False
138138
```
139139
140140
### -MRSInstance
141+
This parameter is available only in on-premises Exchange 2010.
142+
141143
The MRSInstance parameter specifies the fully qualified domain name (FQDN) of the Client Access server on which the Microsoft Exchange Mailbox Replication service (MRS) resides. When using this parameter, all records are returned for this instance of MRS.
142144
143-
This parameter can't be used in conjunction with the Identity or MoveRequestQueue parameters.
145+
You can use this parameter with the Identity or MoveRequestQueue parameters.
144146
145147
```yaml
146148
Type: Fqdn
@@ -172,7 +174,7 @@ Accept wildcard characters: False
172174
```
173175
174176
### -IncludeReport
175-
The IncludeReport switch specifies whether to return additional details, which can be used for troubleshooting.
177+
The IncludeReport switch specifies whether to return additional details, which can be used for troubleshooting. You don't need to specify a value with this switch.
176178
177179
```yaml
178180
Type: SwitchParameter
@@ -191,7 +193,7 @@ This parameter is available only in on-premises Exchange.
191193
192194
The MailboxGuid parameter specifies the GUID of a mailbox for which you want to view the move request statistics.
193195
194-
This parameter can't be used with the Identity parameter.
196+
You can use this parameter with the Identity parameter.
195197
196198
```yaml
197199
Type: Guid
@@ -206,13 +208,17 @@ Accept wildcard characters: False
206208
```
207209
208210
### -Diagnostic
209-
The Diagnostic switch specifies whether to return extremely detailed information in the results. Typically, you use this switch only at the request of Microsoft Customer Service and Support to troubleshoot problems.
211+
This parameter is available only in on-premises Exchange.
212+
213+
The Diagnostic switch specifies whether to return extremely detailed information in the results. You don't need to specify a value with this switch.
214+
215+
Typically, you use this switch only at the request of Microsoft Customer Service and Support to troubleshoot problems.
210216
211217
```yaml
212218
Type: SwitchParameter
213219
Parameter Sets: Set1, Set2
214220
Aliases:
215-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
221+
Applicable: Exchange Server 2013, Exchange Server 2016
216222
Required: False
217223
Position: Named
218224
Default value: None
@@ -221,13 +227,17 @@ Accept wildcard characters: False
221227
```
222228
223229
### -DiagnosticArgument
224-
The DiagnosticArgument parameter modifies the results that are returned by using the Diagnostic switch. Typically, you use the Diagnostic switch and the DiagnosticArgument parameter only at the request of Microsoft Customer Service and Support to troubleshoot problems.
230+
This parameter is available only in on-premises Exchange.
231+
232+
The DiagnosticArgument parameter modifies the results that are returned by using the Diagnostic switch. You don't need to specify a value with this switch.
233+
234+
Typically, you use the Diagnostic switch and the DiagnosticArgument parameter only at the request of Microsoft Customer Service and Support to troubleshoot problems.
225235
226236
```yaml
227237
Type: String
228238
Parameter Sets: Set1, Set2
229239
Aliases:
230-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Online
240+
Applicable: Exchange Server 2013, Exchange Server 2016
231241
Required: False
232242
Position: Named
233243
Default value: None

0 commit comments

Comments
 (0)