Skip to content

Commit 523208c

Browse files
authored
Merge pull request #13041 from MicrosoftDocs/chrisda
Remove LOBAppAccount
2 parents 86d5dd0 + d56334b commit 523208c

File tree

3 files changed

+1
-107
lines changed

3 files changed

+1
-107
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/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)