You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example returns public folder mailbox migration requests that don't have a target mailbox.
74
+
75
+
### -------------------------- Example 4 --------------------------
76
+
```
77
+
Get-PublicFolderMailboxMigrationRequest | group TargetMailbox |?{$_.Count -gt 1}
78
+
```
79
+
80
+
This example returns duplicate public folder migration requests (requests created for the same target mailbox). If the command returns no results, then there are no duplicate migration requests.
This cmdlet is available only in on-premises Exchange.
12
+
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.
13
13
14
14
Use the Remove-PublicFolderMailboxMigrationRequest cmdlet to remove individual jobs from public folder migration batches that were created by using the New-MigrationBatch cmdlet.
The Remove-PublicFolderMailboxMigrationRequest cmdlet is intended for troubleshooting and should be used under the direction of Microsoft Customer Service and Support.
39
-
40
38
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).
41
39
42
40
## EXAMPLES
@@ -75,7 +73,7 @@ You can't use this parameter with the RequestGuid or RequestQueue parameters.
This parameter is available only in on-premises Exchange.
143
+
144
144
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.
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.
158
+
### -Force
159
+
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.
160
160
161
161
```yaml
162
162
Type: SwitchParameter
163
-
Parameter Sets: (All)
164
-
Aliases:wi
165
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
163
+
Parameter Sets: Identity
164
+
Aliases:
165
+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
166
166
Required: False
167
167
Position: Named
168
168
Default value: None
169
169
Accept pipeline input: False
170
170
Accept wildcard characters: False
171
171
```
172
172
173
-
### -Force
174
-
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.
173
+
### -WhatIf
174
+
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.
175
175
176
176
```yaml
177
177
Type: SwitchParameter
178
-
Parameter Sets: Identity
179
-
Aliases:
180
-
Applicable: Exchange Server 2016, Exchange Server 2019
178
+
Parameter Sets: (All)
179
+
Aliases:wi
180
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
0 commit comments