Skip to content

Commit cdd87c1

Browse files
committed
Cleanup and Consolidate
1 parent 5caff67 commit cdd87c1

File tree

8 files changed

+33
-2031
lines changed

8 files changed

+33
-2031
lines changed

exchange/exchange-ps/exchange/Get-MailUser.md

Lines changed: 2 additions & 357 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/Get-Message.md

Lines changed: 6 additions & 255 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/Get-MessageTrackingLog.md

Lines changed: 1 addition & 214 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/Get-MessageTrackingReport.md

Lines changed: 4 additions & 289 deletions
Large diffs are not rendered by default.

exchange/exchange-ps/exchange/Get-MoveRequestStatistics.md

Lines changed: 6 additions & 221 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ schema: 2.0.0
66
# Get-MoveRequestStatistics
77

88
## SYNOPSIS
9-
!!! Exchange Server 2010
10-
11-
Use the Get-MoveRequestStatistics cmdlet to view detailed information about move requests.
12-
13-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
14-
159
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1610

1711
Use the Get-MoveRequestStatistics cmdlet to view detailed information about move requests.
@@ -43,194 +37,50 @@ Get-MoveRequestStatistics -MRSInstance <Fqdn> [-DomainController <Fqdn>] [-Mailb
4337
```
4438

4539
## DESCRIPTION
46-
!!! Exchange Server 2010
47-
48-
The MoveRequestQueue and MRSInstance parameter syntax sets are for debugging purposes only.
49-
50-
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Mailbox moves" entry in the Mailbox Permissions topic.
51-
52-
!!! Exchange Server 2013
53-
54-
The MoveRequestQueue parameter syntax set is for debugging purposes only.
55-
56-
You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Mailbox moves" entry in the Recipients Permissions topic.
57-
58-
!!! Exchange Server 2016, Exchange Online
59-
6040
The MoveRequestQueue parameter syntax set is for debugging purposes only.
6141

6242
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).
6343

6444
## EXAMPLES
6545

66-
### Example 1 -------------------------- (Exchange Server 2010)
67-
```
68-
Get-MoveRequestStatistics -Identity Tony@contoso.com
69-
```
70-
71-
This example returns the default statistics for Tony Smith's mailbox, which include the status, mailbox size, archive mailbox size, and the percentage complete.
72-
73-
### Example 1 -------------------------- (Exchange Server 2013)
74-
```
75-
Get-MoveRequestStatistics -Identity Tony@contoso.com
76-
```
77-
78-
This example returns the default statistics for Tony Smith's mailbox, which include the status, mailbox size, archive mailbox size, and the percentage complete.
79-
80-
### Example 1 -------------------------- (Exchange Server 2016)
46+
### Example 1
8147
```
8248
Get-MoveRequestStatistics -Identity Tony@contoso.com
8349
```
8450

8551
This example returns the default statistics for Tony Smith's mailbox, which include the status, mailbox size, archive mailbox size, and the percentage complete.
8652

87-
### Example 1 -------------------------- (Exchange Online)
88-
```
89-
Get-MoveRequestStatistics -Identity Tony@contoso.com
90-
```
91-
92-
This example returns the default statistics for Tony Smith's mailbox, which include the status, mailbox size, archive mailbox size, and the percentage complete.
93-
94-
### Example 2 -------------------------- (Exchange Server 2010)
95-
```
96-
Get-MoveRequestStatistics -Identity "contoso\tony" | Format-List
97-
```
98-
99-
This example returns the detailed statistics for Tony Smith's mailbox by pipelining the results to the Format-List command.
100-
101-
### Example 2 -------------------------- (Exchange Server 2013)
102-
```
103-
Get-MoveRequestStatistics -Identity "contoso\tony" | Format-List
104-
```
105-
106-
This example returns the detailed statistics for Tony Smith's mailbox by pipelining the results to the Format-List command.
107-
108-
### Example 2 -------------------------- (Exchange Server 2016)
109-
```
110-
Get-MoveRequestStatistics -Identity "contoso\tony" | Format-List
111-
```
112-
113-
This example returns the detailed statistics for Tony Smith's mailbox by pipelining the results to the Format-List command.
114-
115-
### Example 2 -------------------------- (Exchange Online)
53+
### Example 2
11654
```
11755
Get-MoveRequestStatistics -Identity "contoso\tony" | Format-List
11856
```
11957

12058
This example returns the detailed statistics for Tony Smith's mailbox by pipelining the results to the Format-List command.
12159

122-
### Example 3 -------------------------- (Exchange Server 2010)
123-
```
124-
Get-MoveRequestStatistics -Identity Tony@contoso.com -IncludeReport | Export-CSV C:\MRStats.csv
125-
```
126-
127-
This example returns additional information about the mailbox move for Tony Smith's mailbox and exports the report to a CSV file.
128-
129-
### Example 3 -------------------------- (Exchange Server 2013)
130-
```
131-
Get-MoveRequestStatistics -Identity Tony@contoso.com -IncludeReport | Export-CSV C:\MRStats.csv
132-
```
133-
134-
This example returns additional information about the mailbox move for Tony Smith's mailbox and exports the report to a .csv file.
135-
136-
### Example 3 -------------------------- (Exchange Server 2016)
60+
### Example 3
13761
```
13862
Get-MoveRequestStatistics -Identity Tony@contoso.com -IncludeReport | Export-CSV C:\MRStats.csv
13963
```
14064

14165
This example returns additional information about the mailbox move for Tony Smith's mailbox and exports the report to a .csv file.
14266

143-
### Example 3 -------------------------- (Exchange Online)
144-
```
145-
Get-MoveRequestStatistics -Identity Tony@contoso.com -IncludeReport | Export-CSV C:\MRStats.csv
146-
```
147-
148-
This example returns additional information about the mailbox move for Tony Smith's mailbox and exports the report to a .csv file.
149-
150-
### Example 4 -------------------------- (Exchange Server 2010)
151-
```
152-
Get-MoveRequestStatistics -MoveRequestQueue "MBXDB02"
153-
```
154-
155-
This example returns default statistics for all mailboxes whose move requests are in progress or haven't been cleared for the database MBXDB02.
156-
157-
### Example 4 -------------------------- (Exchange Server 2013)
158-
```
159-
Get-MoveRequestStatistics -MoveRequestQueue "MBXDB02"
160-
```
161-
162-
This example returns default statistics for all mailboxes whose move requests are in progress or haven't been cleared for the database MBXDB02.
163-
164-
### Example 4 -------------------------- (Exchange Server 2016)
67+
### Example 4
16568
```
16669
Get-MoveRequestStatistics -MoveRequestQueue "MBXDB02"
16770
```
16871

16972
This example returns default statistics for all mailboxes whose move requests are in progress or haven't been cleared for the database MBXDB02.
17073

171-
### Example 4 -------------------------- (Exchange Online)
172-
```
173-
Get-MoveRequestStatistics -MoveRequestQueue "MBXDB02"
174-
```
175-
176-
This example returns default statistics for all mailboxes whose move requests are in progress or haven't been cleared for the database MBXDB02.
177-
178-
### Example 5 -------------------------- (Exchange Server 2010)
74+
### Example 5
17975
```
18076
Get-MoveRequestStatistics -MRSInstance CAS01.contoso.com -MailboxGuid b6a6795c-a010-4f67-aaaa-da372d56fcb9
18177
```
18278

183-
This example returns default statistics for a mailbox that has been moved by the instance of the Microsoft Exchange Mailbox Replication service running on the server CAS01.
79+
In Exchange Server 2010, this example returns default statistics for a mailbox that has been moved by the instance of the Microsoft Exchange Mailbox Replication service running on the server CAS01.
18480

18581
## PARAMETERS
18682

18783
### -Identity
188-
!!! Exchange Server 2010
189-
190-
The Identity parameter specifies the identity of the mailbox or mail user. You can use one of the following values:
191-
192-
- GUID
193-
194-
- Distinguished name (DN)
195-
196-
- Domain\\Account
197-
198-
- User principal name (UPN)
199-
200-
- Legacy Exchange DN
201-
202-
- SMTP address
203-
204-
- Alias
205-
206-
This parameter can't be used in conjunction with the MoveRequestQueue, MRSInstance, or MailboxGuid parameters.
207-
208-
209-
210-
!!! Exchange Server 2013
211-
212-
The Identity parameter specifies the identity of the mailbox or mail user. You can use one of the following values:
213-
214-
- GUID
215-
216-
- Distinguished name (DN)
217-
218-
- Domain\\Account
219-
220-
- User principal name (UPN)
221-
222-
- Legacy Exchange DN
223-
224-
- SMTP address
225-
226-
- Alias
227-
228-
This parameter can't be used with the MoveRequestQueue or MailboxGuid parameters.
229-
230-
231-
232-
!!! Exchange Server 2016, Exchange Online
233-
23484
The Identity parameter specifies the identity of the mailbox or mail user. You can use one of the following values:
23585

23686
- GUID
@@ -249,8 +99,6 @@ The Identity parameter specifies the identity of the mailbox or mail user. You c
24999

250100
You can use this parameter with the MoveRequestQueue or MailboxGuid parameters.
251101

252-
253-
254102
```yaml
255103
Type: MoveRequestIdParameter
256104
Parameter Sets: Set1
@@ -265,34 +113,6 @@ Accept wildcard characters: False
265113
```
266114
267115
### -MoveRequestQueue
268-
!!! Exchange Server 2010
269-
270-
The MoveRequestQueue parameter specifies the mailbox database on which the move request resides. You can use one of the following values:
271-
272-
- GUID of the database
273-
274-
- Database name
275-
276-
This parameter can't be used in conjunction with the Identity or MRSInstance parameters.
277-
278-
279-
280-
!!! Exchange Server 2013
281-
282-
This parameter is available only in on-premises Exchange.
283-
284-
The MoveRequestQueue parameter specifies the mailbox database on which the move request resides. You can use one of the following values:
285-
286-
- GUID of the database
287-
288-
- Database name
289-
290-
This parameter can't be used with the Identity or MRSInstance parameters.
291-
292-
293-
294-
!!! Exchange Server 2016, Exchange Online
295-
296116
This parameter is available only in on-premises Exchange.
297117
298118
The MoveRequestQueue parameter specifies the mailbox database on which the move request resides. You can use one of the following values:
@@ -303,8 +123,6 @@ The MoveRequestQueue parameter specifies the mailbox database on which the move
303123
304124
You can't use this parameter can't be used with the Identity or MRSInstance parameters.
305125
306-
307-
308126
```yaml
309127
Type: DatabaseIdParameter
310128
Parameter Sets: Set2
@@ -337,20 +155,10 @@ Accept wildcard characters: False
337155
```
338156
339157
### -DomainController
340-
!!! Exchange Server 2010
341-
342-
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
343-
344-
345-
346-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
347-
348158
This parameter is available only in on-premises Exchange.
349159
350160
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
351161
352-
353-
354162
```yaml
355163
Type: Fqdn
356164
Parameter Sets: (All)
@@ -365,18 +173,8 @@ Accept wildcard characters: False
365173
```
366174
367175
### -IncludeReport
368-
!!! Exchange Server 2010
369-
370-
The IncludeReport switch specifies whether to return additional details about the request, which can be used for troubleshooting.
371-
372-
373-
374-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
375-
376176
The IncludeReport switch specifies whether to return additional details, which can be used for troubleshooting.
377177
378-
379-
380178
```yaml
381179
Type: SwitchParameter
382180
Parameter Sets: Set1, Set2
@@ -391,24 +189,12 @@ Accept wildcard characters: False
391189
```
392190
393191
### -MailboxGuid
394-
!!! Exchange Server 2010
395-
396-
The MailboxGuid parameter specifies the GUID of a mailbox for which you want to view the move request statistics.
397-
398-
This parameter can't be used in conjunction with the Identity parameter.
399-
400-
401-
402-
!!! Exchange Server 2013, Exchange Server 2016, Exchange Online
403-
404192
This parameter is available only in on-premises Exchange.
405193
406194
The MailboxGuid parameter specifies the GUID of a mailbox for which you want to view the move request statistics.
407195
408196
This parameter can't be used with the Identity parameter.
409197
410-
411-
412198
```yaml
413199
Type: Guid
414200
Parameter Sets: Set2, Set3
@@ -530,4 +316,3 @@ To see the return types, which are also known as output types, that this cmdlet
530316
## RELATED LINKS
531317
532318
[Online Version](https://technet.microsoft.com/library/1baf0fd7-40e1-4d91-bab7-beff28b89e99.aspx)
533-

0 commit comments

Comments
 (0)