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
@@ -47,6 +47,21 @@ This example removes the corrupted migration batch LocalMove1.
47
47
48
48
## PARAMETERS
49
49
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
+
50
65
### -Confirm
51
66
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.
This parameter is available only in on-premises Exchange.
103
+
87
104
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.
88
105
89
106
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
92
109
Type: SwitchParameter
93
110
Parameter Sets: (All)
94
111
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
96
113
Required: False
97
114
Position: Named
98
115
Default value: None
99
116
Accept pipeline input: False
100
117
Accept wildcard characters: False
101
118
```
102
119
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.
105
124
106
125
```yaml
107
-
Type: MigrationBatchIdParameter
126
+
Type: MailboxIdParameter
108
127
Parameter Sets: (All)
109
128
Aliases:
110
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
129
+
Applicable: Exchange Online
111
130
Required: False
112
-
Position: 1
131
+
Position: Named
113
132
Default value: None
114
-
Accept pipeline input: True
133
+
Accept pipeline input: False
115
134
Accept wildcard characters: False
116
135
```
117
136
@@ -130,21 +149,6 @@ Accept pipeline input: False
130
149
Accept wildcard characters: False
131
150
```
132
151
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
-
148
152
### CommonParameters
149
153
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).
0 commit comments