Skip to content

Commit 274cb71

Browse files
Learn Editor: Update Set-MigrationBatch.md
1 parent f6d9531 commit 274cb71

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

exchange/exchange-ps/ExchangePowerShell/Set-MigrationBatch.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,13 @@ Accept wildcard characters: False
102102
103103
This parameter is available only in the cloud-based service.
104104
105-
{{ Fill AddUsers Description }}
105+
This command supports incrementally adding users to an existing migration batch without recreating or resubmitting the entire batch. It should be used as follows:
106+
107+
> Set-MigrationBatch -AddUsers -CSVData <FilePath>
108+
109+
The CSV file provided in the -CSVData parameter must have the same format as the one originally used when creating the migration batch with New-Migration-Batch.
110+
111+
Running this command appends the new CSV data provided to the existing CSV data that already belongs to the migration batch. It will then only process the new entries, rather than reprocessing the existing ones.
106112
107113
```yaml
108114
Type: SwitchParameter

0 commit comments

Comments
 (0)