Skip to content

Commit 90c8e13

Browse files
committed
x-tenant mailbox migration param descriptions
Issue #8873
1 parent f8d3321 commit 90c8e13

File tree

2 files changed

+40
-6
lines changed

2 files changed

+40
-6
lines changed

exchange/exchange-ps/exchange/New-OrganizationRelationship.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,14 @@ Accept wildcard characters: False
283283
### -MailboxMoveCapability
284284
This parameter is available only in the cloud-based service.
285285

286-
{{ Fill MailboxMoveCapability Description }}
286+
The MailboxMoveCapability parameter is used in cross-tenant mailbox migrations. Valid values are:
287+
288+
- Inbound
289+
- Outbound
290+
- RemoteInbound
291+
- RemoteOutbound
292+
293+
For more information, see [Cross-tenant mailbox migration](https://docs.microsoft.com/microsoft-365/enterprise/cross-tenant-mailbox-migration).
287294

288295
```yaml
289296
Type: MailboxMoveCapability
@@ -320,7 +327,16 @@ Accept wildcard characters: False
320327
### -MailboxMovePublishedScopes
321328
This parameter is available only in the cloud-based service.
322329

323-
{{ Fill MailboxMovePublishedScopes Description }}
330+
The MailboxMovePublishedScopes parameter is used in cross-tenant mailbox migrations to specify the mail-enabled security groups whose members are allowed to migrate. You can use any value that uniquely identifies the group. For example:
331+
332+
- Name
333+
- Distinguished name (DN)
334+
- Canonical DN
335+
- GUID
336+
337+
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
338+
339+
For more information, see [Cross-tenant mailbox migration](https://docs.microsoft.com/microsoft-365/enterprise/cross-tenant-mailbox-migration).
324340

325341
```yaml
326342
Type: MultiValuedProperty
@@ -414,7 +430,7 @@ Accept wildcard characters: False
414430
### -OAuthApplicationId
415431
This parameter is available only in the cloud-based service.
416432

417-
{{ Fill OAuthApplicationId Description }}
433+
The OAuthApplicationId is used in cross-tenant mailbox migrations to specify the application ID of the mailbox migration app that you consented to. For more information, see [Cross-tenant mailbox migration](https://docs.microsoft.com/microsoft-365/enterprise/cross-tenant-mailbox-migration).
418434

419435
```yaml
420436
Type: String

exchange/exchange-ps/exchange/Set-OrganizationRelationship.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,14 @@ Accept wildcard characters: False
290290
### -MailboxMoveCapability
291291
This parameter is available only in the cloud-based service.
292292

293-
{{ Fill MailboxMoveCapability Description }}
293+
The MailboxMoveCapability parameter is used in cross-tenant mailbox migrations. Valid values are:
294+
295+
- Inbound
296+
- Outbound
297+
- RemoteInbound
298+
- RemoteOutbound
299+
300+
For more information, see [Cross-tenant mailbox migration](https://docs.microsoft.com/microsoft-365/enterprise/cross-tenant-mailbox-migration).
294301

295302
```yaml
296303
Type: MailboxMoveCapability
@@ -327,7 +334,18 @@ Accept wildcard characters: False
327334
### -MailboxMovePublishedScopes
328335
This parameter is available only in the cloud-based service.
329336

330-
{{ Fill MailboxMovePublishedScopes Description }}
337+
The MailboxMovePublishedScopes parameter is used in cross-tenant mailbox migrations to specify the mail-enabled security groups whose members are allowed to migrate. You can use any value that uniquely identifies the group. For example:
338+
339+
- Name
340+
- Distinguished name (DN)
341+
- Canonical DN
342+
- GUID
343+
344+
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"`.
345+
346+
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
347+
348+
For more information, see [Cross-tenant mailbox migration](https://docs.microsoft.com/microsoft-365/enterprise/cross-tenant-mailbox-migration).
331349

332350
```yaml
333351
Type: MultiValuedProperty
@@ -437,7 +455,7 @@ Accept wildcard characters: False
437455
### -OAuthApplicationId
438456
This parameter is available only in the cloud-based service.
439457

440-
{{ Fill OAuthApplicationId Description }}
458+
The OAuthApplicationId is used in cross-tenant mailbox migrations to specify the application ID of the mailbox migration app that you consented to. For more information, see [Cross-tenant mailbox migration](https://docs.microsoft.com/microsoft-365/enterprise/cross-tenant-mailbox-migration).
441459

442460
```yaml
443461
Type: String

0 commit comments

Comments
 (0)