Skip to content

Commit 22eb114

Browse files
authored
Merge pull request MicrosoftDocs#8200 from MicrosoftDocs/chrisda
Update New-MigrationBatch.md
2 parents a301ca9 + 932da1b commit 22eb114

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

exchange/exchange-ps/exchange/New-MigrationBatch.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,9 +1375,15 @@ Accept wildcard characters: False
13751375
```
13761376

13771377
### -TargetArchiveDatabases
1378-
The TargetArchiveDatabases parameter specifies the database where the archive mailboxes specified in the migration batch will be migrated to.
1378+
The TargetArchiveDatabases parameter specifies the database where the archive mailboxes specified in the migration batch will be migrated to. You can use any value that uniquely identifies the database. For example:
13791379

1380-
You can also specify multiple databases for the value of this parameter. The migration service selects one database as the target database to move the archive mailbox to. For example: -TargetArchiveDatabases @(MBXDB01,MBXDB02,MBXDB03)
1380+
- Name
1381+
- Distinguished name (DN)
1382+
- GUID
1383+
1384+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
1385+
1386+
When you enter multiple values, the migration service selects one database as the target database to move the archive mailbox to.
13811387

13821388
You can only use this parameter for local moves and remote move migrations.
13831389

@@ -1395,17 +1401,20 @@ Accept wildcard characters: False
13951401
```
13961402

13971403
### -TargetDatabases
1398-
The TargetDatabases parameter specifies the identity of the database that you're moving mailboxes to. You can use the following values:
1404+
The TargetDatabases parameter specifies the identity of the database that you're moving mailboxes to. You can use any value that uniquely identifies the database. For example:
13991405

1400-
- Database GUID
1401-
- Database name
1406+
- Name
1407+
- Distinguished name (DN)
1408+
- GUID
14021409

1403-
If you don't specify the TargetDatabases parameter for a local move, the cmdlet uses the automatic mailbox distribution logic to select the database.
1410+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
14041411

1405-
You can also specify multiple databases for the value of this parameter. The migration service will select one as the target database to move the mailbox to. For example: -TargetDatabases @(MBXDB01,MBXDB02,MBXDB03)
1412+
When you enter multiple values, the migration service selects one database as the target database to move the mailbox to.
14061413

14071414
You can only use this parameter for local moves and remote move migrations.
14081415

1416+
If you don't use this parameter for a local move, the cmdlet uses the automatic mailbox distribution logic to select the database.
1417+
14091418
```yaml
14101419
Type: MultiValuedProperty
14111420
Parameter Sets: Local, Onboarding, Offboarding

0 commit comments

Comments
 (0)