Skip to content

Commit 99a3b07

Browse files
Merge pull request #13042 from MicrosoftDocs/main
[AutoPublish] main to live - 08/12 10:32 PDT | 08/12 23:02 IST
2 parents ef869fd + 523208c commit 99a3b07

File tree

4 files changed

+6
-114
lines changed

4 files changed

+6
-114
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-MailUser.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ Get-MailUser [[-Identity] <MailUserIdParameter>]
5353
[<CommonParameters>]
5454
```
5555

56-
### LOBAppAccount
57-
```
58-
Get-MailUser [-LOBAppAccount]
59-
[-Filter <String>]
60-
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
61-
[-ProgressAction <ActionPreference>]
62-
[-ResultSize <Unlimited>]
63-
[-SharedWithMailUser]
64-
[-SoftDeletedMailUser]
65-
[-SortBy <String>]
66-
[<CommonParameters>]
67-
```
68-
6956
### HVEAccount
7057
```
7158
Get-MailUser [-HVEAccount]
@@ -262,26 +249,6 @@ Accept pipeline input: false
262249
Accept wildcard characters: False
263250
```
264251

265-
### -LOBAppAccount
266-
267-
> Applicable: Exchange Online, Exchange Online Protection
268-
269-
This parameter is available only in the cloud-based service.
270-
271-
This parameter is reserved for internal Microsoft use.
272-
273-
```yaml
274-
Type: SwitchParameter
275-
Parameter Sets: LOBAppAccount
276-
Aliases:
277-
278-
Required: False
279-
Position: Named
280-
Default value: None
281-
Accept pipeline input: False
282-
Accept wildcard characters: False
283-
```
284-
285252
### -OrganizationalUnit
286253

287254
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection

exchange/exchange-ps/ExchangePowerShell/New-MailUser.md

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -147,28 +147,6 @@ New-MailUser [-Name] <String> -Password <SecureString> [-HVEAccount]
147147
[<CommonParameters>]
148148
```
149149

150-
### LOBAppAccount
151-
```
152-
New-MailUser [-Name] <String> -Password <SecureString> [-LOBAppAccount]
153-
[-Alias <String>]
154-
[-Confirm]
155-
[-DisplayName <String>]
156-
[-FirstName <String>]
157-
[-ImmutableId <String>]
158-
[-Initials <String>]
159-
[-LastName <String>]
160-
[-MailboxRegion <String>]
161-
[-ModeratedBy <MultiValuedProperty>]
162-
[-ModerationEnabled <Boolean>]
163-
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
164-
[-PrimarySmtpAddress <SmtpAddress>]
165-
[-ProgressAction <ActionPreference>]
166-
[-RemotePowerShellEnabled <Boolean>]
167-
[-SendModerationNotifications <TransportModerationNotificationFlags>]
168-
[-WhatIf]
169-
[<CommonParameters>]
170-
```
171-
172150
### MicrosoftOnlineServicesFederatedUser
173151
```
174152
New-MailUser [-Name] <String> -FederatedIdentity <String> -MicrosoftOnlineServicesID <WindowsLiveId>
@@ -326,7 +304,7 @@ You can use the following methods as a value for this parameter:
326304

327305
```yaml
328306
Type: SecureString
329-
Parameter Sets: EnabledUser, HVEAccount, LOBAppAccount, MicrosoftOnlineServicesID
307+
Parameter Sets: EnabledUser, HVEAccount, MicrosoftOnlineServicesID
330308
Aliases:
331309
332310
Required: True
@@ -578,26 +556,6 @@ Accept pipeline input: False
578556
Accept wildcard characters: False
579557
```
580558

581-
### -LOBAppAccount
582-
583-
> Applicable: Exchange Online, Exchange Online Protection
584-
585-
This parameter is available only in the cloud-based service.
586-
587-
This parameter is reserved for internal Microsoft use.
588-
589-
```yaml
590-
Type: SwitchParameter
591-
Parameter Sets: LOBAppAccount
592-
Aliases:
593-
594-
Required: False
595-
Position: Named
596-
Default value: None
597-
Accept pipeline input: False
598-
Accept wildcard characters: False
599-
```
600-
601559
### -MacAttachmentFormat
602560

603561
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection

exchange/exchange-ps/ExchangePowerShell/New-MoveRequest.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,7 @@ Accept wildcard characters: False
449449

450450
The AcceptLargeDataLoss switch specifies the request should continue even if a large number of items in the source mailbox can't be copied to the target mailbox. You don't need to specify a value with this switch.
451451

452-
In Exchange 2013 or later or Exchange Online, you need to use this switch if you set the LargeItemLimit parameter to a value of 51 or higher. Otherwise, the command will fail.
453-
454-
In Exchange 2010, you need to use this switch if you set the BadItemLimit parameter to a value of 51 or higher. Otherwise, the command will fail.
452+
In Exchange 2010 or later, but not Exchange Online, you need to use this switch if you set the BadItemLimit parameter to a value of 51 or higher. Otherwise, the command will fail.
455453

456454
```yaml
457455
Type: SwitchParameter
@@ -553,15 +551,15 @@ Accept wildcard characters: False
553551

554552
### -BadItemLimit
555553

556-
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
554+
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
557555

558556
The BadItemLimit parameter specifies the maximum number of bad items that are allowed before the request fails. A bad item is a corrupt item in the source mailbox that can't be copied to the target mailbox. Also included in the bad item limit are missing items. Missing items are items in the source mailbox that can't be found in the target mailbox when the request is ready to complete.
559557

560558
Valid input for this parameter is an integer or the value unlimited. The default value is 0, which means the request will fail if any bad items are detected. If you are OK with leaving a few bad items behind, you can set this parameter to a reasonable value (we recommend 10 or lower) so the request can proceed. If too many bad items are detected, consider using the New-MailboxRepairRequest cmdlet to attempt to fix corrupted items in the source mailbox, and try the request again.
561559

562560
In Exchange 2010, if you set this value to 51 or higher, you also need to use the AcceptLargeDataLoss switch. Otherwise, the command will fail.
563561

564-
**Note**: This parameter is being deprecated in the cloud-based service. In the future, if you don't use this parameter, Skipped Item approval semantics are used instead.
562+
**Note**: This parameter is deprecated in the cloud-based service. [Data Consistency Score](https://learn.microsoft.com/exchange/mailbox-migration/track-prevent-data-loss-dcs) is used instead. Admins must review the DataConsistencyScore and any skipped items after the restore completes.
565563

566564
```yaml
567565
Type: Unlimited
@@ -829,7 +827,7 @@ Accept wildcard characters: False
829827

830828
### -LargeItemLimit
831829

832-
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online
830+
> Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE
833831

834832
The LargeItemLimit parameter specifies the maximum number of large items that are allowed before the request fails. A large item is a message in the source mailbox that exceeds the maximum message size that's allowed in the target mailbox. If the target mailbox doesn't have a specifically configured maximum message size value, the organization-wide value is used.
835833

@@ -842,7 +840,7 @@ Valid input for this parameter is an integer or the value unlimited. The default
842840

843841
If you set this value to 51 or higher, you also need to use the AcceptLargeDataLoss switch. Otherwise, the command will fail.
844842

845-
**Note**: This parameter is being deprecated in the cloud-based service. In the future, if you don't use this parameter, Skipped Item approval semantics are used instead.
843+
**Note**: This parameter is deprecated in the cloud-based service. [Data Consistency Score](https://learn.microsoft.com/exchange/mailbox-migration/track-prevent-data-loss-dcs). Admins must review the DataConsistencyScore and any skipped items after the restore completes.
846844

847845
```yaml
848846
Type: Unlimited

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

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-EnableLitigationHoldForMigratio
145145
[-HVEAccount]
146146
[-ImmutableId <String>]
147147
[-JournalArchiveAddress <SmtpAddress>]
148-
[-LOBAppAccount]
149148
[-MacAttachmentFormat <MacAttachmentFormat>]
150149
[-MailTip <String>]
151150
[-MailTipTranslations <MultiValuedProperty>]
@@ -221,7 +220,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromAllOrgHolds]
221220
[-HiddenFromAddressListsEnabled <Boolean>]
222221
[-HVEAccount]
223222
[-ImmutableId <String>]
224-
[-LOBAppAccount]
225223
[-JournalArchiveAddress <SmtpAddress>]
226224
[-MacAttachmentFormat <MacAttachmentFormat>]
227225
[-MailTip <String>]
@@ -299,7 +297,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromOrgHolds <String[]>]
299297
[-HVEAccount]
300298
[-ImmutableId <String>]
301299
[-JournalArchiveAddress <SmtpAddress>]
302-
[-LOBAppAccount]
303300
[-MacAttachmentFormat <MacAttachmentFormat>]
304301
[-MailboxRegion <String>]
305302
[-MailTip <String>]
@@ -376,7 +373,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RecalculateInactiveMailUser]
376373
[-HVEAccount]
377374
[-ImmutableId <String>]
378375
[-JournalArchiveAddress <SmtpAddress>]
379-
[-LOBAppAccount]
380376
[-MacAttachmentFormat <MacAttachmentFormat>]
381377
[-MailboxRegion <String>]
382378
[-MailTip <String>]
@@ -453,7 +449,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveComplianceTagHoldApplied]
453449
[-HVEAccount]
454450
[-ImmutableId <String>]
455451
[-JournalArchiveAddress <SmtpAddress>]
456-
[-LOBAppAccount]
457452
[-MacAttachmentFormat <MacAttachmentFormat>]
458453
[-MailboxRegion <String>]
459454
[-MailTip <String>]
@@ -530,7 +525,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayHoldApplied]
530525
[-HVEAccount]
531526
[-ImmutableId <String>]
532527
[-JournalArchiveAddress <SmtpAddress>]
533-
[-LOBAppAccount]
534528
[-MacAttachmentFormat <MacAttachmentFormat>]
535529
[-MailTip <String>]
536530
[-MailTipTranslations <MultiValuedProperty>]
@@ -607,7 +601,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayReleaseHoldApplied]
607601
[-HVEAccount]
608602
[-ImmutableId <String>]
609603
[-JournalArchiveAddress <SmtpAddress>]
610-
[-LOBAppAccount]
611604
[-MacAttachmentFormat <MacAttachmentFormat>]
612605
[-MailTip <String>]
613606
[-MailTipTranslations <MultiValuedProperty>]
@@ -683,7 +676,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDisabledArchive]
683676
[-HVEAccount]
684677
[-ImmutableId <String>]
685678
[-JournalArchiveAddress <SmtpAddress>]
686-
[-LOBAppAccount]
687679
[-MacAttachmentFormat <MacAttachmentFormat>]
688680
[-MailboxRegion <String>]
689681
[-MailTip <String>]
@@ -758,7 +750,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveLitigationHoldEnabled]
758750
[-HVEAccount]
759751
[-ImmutableId <String>]
760752
[-JournalArchiveAddress <SmtpAddress>]
761-
[-LOBAppAccount]
762753
[-MacAttachmentFormat <MacAttachmentFormat>]
763754
[-MailTip <String>]
764755
[-MailTipTranslations <MultiValuedProperty>]
@@ -835,7 +826,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveOrphanedHolds <String[]>]
835826
[-HVEAccount]
836827
[-ImmutableId <String>]
837828
[-JournalArchiveAddress <SmtpAddress>]
838-
[-LOBAppAccount]
839829
[-MacAttachmentFormat <MacAttachmentFormat>]
840830
[-MailTip <String>]
841831
[-MailTipTranslations <MultiValuedProperty>]
@@ -911,7 +901,6 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-UnblockForwardSyncPostCrossTena
911901
[-HiddenFromAddressListsEnabled <Boolean>]
912902
[-ImmutableId <String>]
913903
[-JournalArchiveAddress <SmtpAddress>]
914-
[-LOBAppAccount]
915904
[-MacAttachmentFormat <MacAttachmentFormat>]
916905
[-MailTip <String>]
917906
[-MailTipTranslations <MultiValuedProperty>]
@@ -2077,26 +2066,6 @@ Accept pipeline input: False
20772066
Accept wildcard characters: False
20782067
```
20792068

2080-
### -LOBAppAccount
2081-
2082-
> Applicable: Exchange Online, Exchange Online Protection
2083-
2084-
This parameter is available only in the cloud-based service.
2085-
2086-
This parameter is reserved for internal Microsoft use.
2087-
2088-
```yaml
2089-
Type: SwitchParameter
2090-
Parameter Sets: EnableLitigationHoldForMigration, ExcludeFromAllOrgHolds, ExcludeFromOrgHolds, RecalculateInactiveMailUser, RemoveComplianceTagHoldApplied, RemoveDelayHoldApplied, RemoveDelayReleaseHoldApplied, RemoveDisabledArchive, RemoveLitigationHoldEnabled, RemoveOrphanedHolds, UnblockForwardSyncPostCrossTenantMigration
2091-
Aliases:
2092-
2093-
Required: False
2094-
Position: Named
2095-
Default value: None
2096-
Accept pipeline input: False
2097-
Accept wildcard characters: False
2098-
```
2099-
21002069
### -MacAttachmentFormat
21012070

21022071
> Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Server SE, Exchange Online, Exchange Online Protection

0 commit comments

Comments
 (0)