Skip to content

Commit 7bd6ca9

Browse files
authored
Merge pull request MicrosoftDocs#4096 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents 1640742 + 1aa395a commit 7bd6ca9

11 files changed

+687
-415
lines changed

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

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
11
---
22
external help file: Microsoft.Exchange.ProvisioningAndMigration-Help.xml
3-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
3+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
44
title: Get-PublicFolderMigrationRequest
55
schema: 2.0.0
66
author: chrisda
77
ms.author: chrisda
88
ms.reviewer:
9-
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019 || exchonline-ps"
9+
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019"
1010
---
1111

1212
# Get-PublicFolderMigrationRequest
1313

1414
## SYNOPSIS
15-
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.
15+
This cmdlet is available only in on-premises Exchange.
1616

17-
Use the Get-PublicFolderMigrationRequest cmdlet to view the detailed status of on-going public folder migration requests that were initiated by using the New-PublicFolderMigrationRequest cmdlet.
17+
Use the Get-PublicFolderMigrationRequest cmdlet to view information about serial public folder migration requests (requests created by the New-PublicFolderMigrationRequest cmdlet).
18+
19+
**Note**: Serial public folder migration cmdlets are no longer available in Exchange Online.
1820

1921
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2022

2123
## SYNTAX
2224

2325
### Filtering
2426
```
25-
Get-PublicFolderMigrationRequest [-BatchName <String>]
27+
Get-PublicFolderMigrationRequest
28+
[-BatchName <String>]
2629
[-DomainController <Fqdn>]
2730
[-HighPriority <$true | $false>]
2831
[-Name <String>]
2932
[-RequestQueue <DatabaseIdParameter>]
3033
[-ResultSize <Unlimited>]
31-
[-Status <None | Queued | InProgress | AutoSuspended | CompletionInProgress | Synced | Completed | CompletedWithWarning | Suspended | Failed>]
34+
[-Status <RequestStatus>]
3235
[-Suspend <$true | $false>]
3336
[<CommonParameters>]
3437
```
@@ -71,7 +74,7 @@ You can't use this parameter with the Identity parameter.
7174
Type: String
7275
Parameter Sets: Filtering
7376
Aliases:
74-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
77+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
7578
Required: False
7679
Position: Named
7780
Default value: None
@@ -80,8 +83,6 @@ Accept wildcard characters: False
8083
```
8184
8285
### -DomainController
83-
This parameter is available only in on-premises Exchange.
84-
8586
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.
8687
8788
```yaml
@@ -97,8 +98,6 @@ Accept wildcard characters: False
9798
```
9899
99100
### -HighPriority
100-
This parameter is available only in on-premises Exchange.
101-
102101
The HighPriority parameter filters the results based on the Priority value that was assigned when the request was created. Valid input for this parameter is $true or $false. Here's how these values filter the results:
103102
104103
- $true Returns requests that were created with the Priority value High, Higher, Highest or Emergency.
@@ -120,27 +119,19 @@ Accept wildcard characters: False
120119
```
121120
122121
### -Identity
123-
The Identity parameter specifies the identity of the public folder. You can use the following values:
122+
The Identity parameter specifies the identity of the public folder migration request that you want to view. You can use the following values:
124123
125124
- GUID
126125
127126
- Name
128127
129-
You can't use this parameter with the following parameters:
130-
131-
- BatchName
132-
133-
- RequestQueue
134-
135-
- Status
136-
137-
- Suspend
128+
You can't use this parameter with other filtering parameters (BatchName, HighPriority, Name, RequestQueue, Status, or Suspend)
138129
139130
```yaml
140131
Type: PublicFolderMigrationRequestIdParameter
141132
Parameter Sets: Identity
142133
Aliases:
143-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
134+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
144135
Required: False
145136
Position: 1
146137
Default value: None
@@ -149,13 +140,15 @@ Accept wildcard characters: False
149140
```
150141
151142
### -Name
152-
The Name parameter specifies the name of the public folder migration request.
143+
The Name parameter filters the results by the name of the public folder migration request.
144+
145+
You can't use this parameter with the Identity parameter.
153146
154147
```yaml
155148
Type: String
156149
Parameter Sets: Filtering
157150
Aliases:
158-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
151+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
159152
Required: False
160153
Position: Named
161154
Default value: None
@@ -164,8 +157,6 @@ Accept wildcard characters: False
164157
```
165158
166159
### -RequestQueue
167-
This parameter is available only in on-premises Exchange.
168-
169160
The RequestQueue parameter identifies the request based on the mailbox database where the request is being run. You can use any value that uniquely identifies the database. For example:
170161
171162
- Name
@@ -195,7 +186,7 @@ The ResultSize parameter specifies the maximum number of results to return. If y
195186
Type: Unlimited
196187
Parameter Sets: (All)
197188
Aliases:
198-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
189+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
199190
Required: False
200191
Position: Named
201192
Default value: None
@@ -229,10 +220,10 @@ The Status parameter filters the results based on status. You can use the follow
229220
You can't use this parameter with the Identity parameter.
230221
231222
```yaml
232-
Type: None | Queued | InProgress | AutoSuspended | CompletionInProgress | Synced | Completed | CompletedWithWarning | Suspended | Failed
223+
Type: RequestStatus
233224
Parameter Sets: Filtering
234225
Aliases:
235-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
226+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
236227
Required: False
237228
Position: Named
238229
Default value: None
@@ -249,7 +240,7 @@ You can't use this parameter with the Identity parameter.
249240
Type: $true | $false
250241
Parameter Sets: Filtering
251242
Aliases:
252-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
243+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
253244
Required: False
254245
Position: Named
255246
Default value: None

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

Lines changed: 19 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,47 @@
11
---
22
external help file: Microsoft.Exchange.ProvisioningAndMigration-Help.xml
3-
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
3+
applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
44
title: Get-PublicFolderMigrationRequestStatistics
55
schema: 2.0.0
66
author: chrisda
77
ms.author: chrisda
88
ms.reviewer:
9-
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019 || exchonline-ps"
9+
monikerRange: "exchserver-ps-2013 || exchserver-ps-2016 || exchserver-ps-2019"
1010
---
1111

1212
# Get-PublicFolderMigrationRequestStatistics
1313

1414
## SYNOPSIS
15-
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.
15+
This cmdlet is available only in on-premises Exchange.
1616

17-
Use the Get-PublicFolderMigrationRequestStatistics cmdlet to view detailed information about migration requests.
17+
Use the Get-PublicFolderMigrationRequestStatistics cmdlet to view detailed information about serial public folder migration requests (requests created by the New-PublicFolderMigrationRequest cmdlet).
18+
19+
**Note**: Serial public folder migration cmdlets are no longer available in Exchange Online.
1820

1921
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2022

2123
## SYNTAX
2224

23-
### IdentityOnPremises
25+
### Identity
2426
```
2527
Get-PublicFolderMigrationRequestStatistics [-Identity] <PublicFolderMigrationRequestIdParameter>
2628
[-Diagnostic]
2729
[-DiagnosticArgument <String>]
2830
[-DiagnosticInfo <String>]
2931
[-DomainController <Fqdn>]
3032
[-IncludeReport]
31-
[-ReportOnly] [<CommonParameters>]
32-
```
33-
34-
### IdentityCloud
35-
```
36-
Get-PublicFolderMigrationRequestStatistics [-Identity] <PublicFolderMigrationRequestIdParameter>
37-
[-DiagnosticInfo <String>]
38-
[-IncludeReport]
3933
[-ReportOnly]
4034
[<CommonParameters>]
4135
```
4236

4337
### MigrationRequestQueue
4438
```
45-
Get-PublicFolderMigrationRequestStatistics -RequestQueue <DatabaseIdParameter>
39+
Get-PublicFolderMigrationRequestStatistics -RequestQueue <DatabaseIdParameter> [-RequestGuid <Guid>]
4640
[-Diagnostic]
4741
[-DiagnosticArgument <String>]
4842
[-DomainController <Fqdn>]
4943
[-IncludeReport]
5044
[-ReportOnly]
51-
[-RequestGuid <Guid>]
5245
[<CommonParameters>]
5346
```
5447

@@ -74,19 +67,19 @@ This example returns additional information about the migration request and expo
7467
## PARAMETERS
7568

7669
### -Identity
77-
The Identity parameter specifies the identity of the public folder migration request. You can use one of the following values:
78-
79-
- GUID
70+
The Identity parameter specifies the migration request that you want to view. You can use the following values:
8071

8172
- Name
8273

74+
- RequestGUID
75+
8376
You can't use this parameter with the RequestQueue or RequestGuid parameter.
8477

8578
```yaml
8679
Type: PublicFolderMigrationRequestIdParameter
87-
Parameter Sets: IdentityOnPremises, IdentityCloud
80+
Parameter Sets: Identity
8881
Aliases:
89-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
82+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
9083
Required: True
9184
Position: 1
9285
Default value: None
@@ -95,11 +88,9 @@ Accept wildcard characters: False
9588
```
9689
9790
### -RequestQueue
98-
This parameter is available only in on-premises Exchange.
99-
10091
This parameter is for debugging purposes only.
10192
102-
The RequestQueue parameter identifies the request based on the mailbox database where the request is being run. You can use any value that uniquely identifies the database. For example:
93+
The RequestQueue parameter filters the results by the mailbox database where the request is being run. You can use any value that uniquely identifies the database. For example:
10394
10495
- Name
10596
@@ -122,13 +113,11 @@ Accept wildcard characters: False
122113
```
123114
124115
### -Diagnostic
125-
This parameter is available only in on-premises Exchange.
126-
127116
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.
128117
129118
```yaml
130119
Type: SwitchParameter
131-
Parameter Sets: IdentityOnPremises, MigrationRequestQueue
120+
Parameter Sets: (All)
132121
Aliases:
133122
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
134123
Required: False
@@ -139,13 +128,11 @@ Accept wildcard characters: False
139128
```
140129
141130
### -DiagnosticArgument
142-
This parameter is available only in on-premises Exchange.
143-
144131
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.
145132
146133
```yaml
147134
Type: String
148-
Parameter Sets: IdentityOnPremises, MigrationRequestQueue
135+
Parameter Sets: (All)
149136
Aliases:
150137
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
151138
Required: False
@@ -155,31 +142,12 @@ Accept pipeline input: False
155142
Accept wildcard characters: False
156143
```
157144
158-
### -DiagnosticInfo
159-
This parameter is available only in the cloud-based service.
160-
161-
Typically, you use the DiagnosticInfo parameter only at the request of Microsoft Customer Service and Support to troubleshoot problems.
162-
163-
```yaml
164-
Type: String
165-
Parameter Sets: IdentityCloud
166-
Aliases:
167-
Applicable: Exchange Online
168-
Required: False
169-
Position: Named
170-
Default value: None
171-
Accept pipeline input: False
172-
Accept wildcard characters: False
173-
```
174-
175145
### -DomainController
176-
This parameter is available only in on-premises Exchange.
177-
178146
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.
179147
180148
```yaml
181149
Type: Fqdn
182-
Parameter Sets: IdentityOnPremises, MigrationRequestQueue
150+
Parameter Sets: (All)
183151
Aliases:
184152
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
185153
Required: False
@@ -196,7 +164,7 @@ The IncludeReport switch specifies whether to return additional details, which c
196164
Type: SwitchParameter
197165
Parameter Sets: (All)
198166
Aliases:
199-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
167+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
200168
Required: False
201169
Position: Named
202170
Default value: None
@@ -211,7 +179,7 @@ The ReportOnly switch returns the results as an array of report entries (encoded
211179
Type: SwitchParameter
212180
Parameter Sets: (All)
213181
Aliases:
214-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
182+
Applicable: Exchange Server 2016, Exchange Server 2019
215183
Required: False
216184
Position: Named
217185
Default value: None
@@ -220,8 +188,6 @@ Accept wildcard characters: False
220188
```
221189
222190
### -RequestGuid
223-
This parameter is available only in on-premises Exchange.
224-
225191
The RequestGuid parameter specifies the GUID of a migration request.
226192
227193
You can't use this parameter with the Identity parameter.

0 commit comments

Comments
 (0)