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
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:
1379
1379
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.
1381
1387
1382
1388
You can only use this parameter for local moves and remote move migrations.
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:
1399
1405
1400
-
- Database GUID
1401
-
- Database name
1406
+
- Name
1407
+
- Distinguished name (DN)
1408
+
- GUID
1402
1409
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"`.
1404
1411
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.
1406
1413
1407
1414
You can only use this parameter for local moves and remote move migrations.
1408
1415
1416
+
If you don't use this parameter for a local move, the cmdlet uses the automatic mailbox distribution logic to select the database.
The AllowList parameter specifies exceptions to external sender identification in supported versions of Outlook. Messages received from the specified senders or senders in the specified domains don't receive native External sender identification. Valid values are an individual domain (contoso.com), a domain and all subdomains (*.contoso.com) or email addresses ([email protected]).
79
+
The AllowList parameter specifies exceptions to external sender identification in supported versions of Outlook. Messages received from the specified senders or senders in the specified domains don't receive native External sender identification. The allow list uses the `5322.From` address (also known as the **From** address or P2 sender).
80
+
81
+
Valid values are an individual domain (contoso.com), a domain and all subdomains (*.contoso.com) or email addresses ([email protected]).
80
82
81
83
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
This parameter is available only in the cloud-based service.
2976
+
This parameter is available only in the cloud-based service.
2977
+
2978
+
Note: This feature is in Preview and has not yet been officially released. Do not enable it if you are not willing to lose certain functionality or have a degraded experience.
2979
+
An official announcement will be released via the EHLO blog and Message Center in due time.
2977
2980
2978
2981
The SendFromAliasEnabled parameter allows mailbox users to send messages using aliases (proxy addresses). It does this by disabling the rewriting of aliases to their primary SMTP address. This change is implemented in the Exchange Online service. At the same time, Outlook clients are making changes to natively support aliases for sending and receiving messages. Even without an updated client, changes in behavior may be seen for users using any email client as the setting affects all messages sent and received by a mailbox. Valid values are:
0 commit comments