Skip to content

Commit ff3e184

Browse files
authored
Merge branch 'master' into patch-1
2 parents 26ef248 + b5a0599 commit ff3e184

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

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

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

2020
```
21-
Remove-MigrationBatch [[-Identity] <MigrationBatchIdParameter>] [-Confirm] [-DomainController <Fqdn>] [-Force]
22-
[-WhatIf] [-Partition <MailboxIdParameter>] [<CommonParameters>]
21+
Remove-MigrationBatch [[-Identity] <MigrationBatchIdParameter>] [-Confirm] [-DomainController <Fqdn>] [-Force] [-Partition <MailboxIdParameter>
22+
[-WhatIf]] [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
@@ -47,6 +47,21 @@ This example removes the corrupted migration batch LocalMove1.
4747

4848
## PARAMETERS
4949

50+
### -Identity
51+
The Identity parameter identifies the migration batch that you want to remove. The value for this parameter is the name that was specified when the migration batch was created.
52+
53+
```yaml
54+
Type: MigrationBatchIdParameter
55+
Parameter Sets: (All)
56+
Aliases:
57+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
58+
Required: False
59+
Position: 1
60+
Default value: None
61+
Accept pipeline input: True
62+
Accept wildcard characters: False
63+
```
64+
5065
### -Confirm
5166
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
5267
@@ -84,6 +99,8 @@ Accept wildcard characters: False
8499
```
85100
86101
### -Force
102+
This parameter is available only in on-premises Exchange.
103+
87104
The Force switch specifies whether to remove a corrupted migration batch. Corrupted migration batches have a status of Corrupted. If you try to remove a corrupted migration batch without using this switch, you receive an error saying the migrated batch can't be found.
88105
89106
If you use this parameter to remove a corrupted migration batch, the individual user requests (also called job items) and subscriptions that were part of the removed migration batch aren't removed. You have to remove the individual migration user requests with the Remove-MigrationUser \<Identity\> -Force command.
@@ -92,26 +109,28 @@ If you use this parameter to remove a corrupted migration batch, the individual
92109
Type: SwitchParameter
93110
Parameter Sets: (All)
94111
Aliases:
95-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
112+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
96113
Required: False
97114
Position: Named
98115
Default value: None
99116
Accept pipeline input: False
100117
Accept wildcard characters: False
101118
```
102119
103-
### -Identity
104-
The Identity parameter identifies the migration batch that you want to remove. The value for this parameter is the name that was specified when the migration batch was created.
120+
### -Partition
121+
This parameter is available only in the cloud-based service.
122+
123+
This parameter is reserved for internal Microsoft use.
105124
106125
```yaml
107-
Type: MigrationBatchIdParameter
126+
Type: MailboxIdParameter
108127
Parameter Sets: (All)
109128
Aliases:
110-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
129+
Applicable: Exchange Online
111130
Required: False
112-
Position: 1
131+
Position: Named
113132
Default value: None
114-
Accept pipeline input: True
133+
Accept pipeline input: False
115134
Accept wildcard characters: False
116135
```
117136
@@ -130,21 +149,6 @@ Accept pipeline input: False
130149
Accept wildcard characters: False
131150
```
132151
133-
### -Partition
134-
This parameter is reserved for internal Microsoft use.
135-
136-
```yaml
137-
Type: MailboxIdParameter
138-
Parameter Sets: (All)
139-
Aliases:
140-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
141-
Required: False
142-
Position: Named
143-
Default value: None
144-
Accept pipeline input: False
145-
Accept wildcard characters: False
146-
```
147-
148152
### CommonParameters
149153
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
150154

0 commit comments

Comments
 (0)