From acf6fcec0a0c89a167a6c024a72609fdc7bc07d4 Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Wed, 6 Nov 2024 11:27:48 +0530 Subject: [PATCH 1/7] Update New-MailUser.md --- exchange/exchange-ps/exchange/New-MailUser.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exchange/exchange-ps/exchange/New-MailUser.md b/exchange/exchange-ps/exchange/New-MailUser.md index 55d69952bd..27e6bda753 100644 --- a/exchange/exchange-ps/exchange/New-MailUser.md +++ b/exchange/exchange-ps/exchange/New-MailUser.md @@ -127,7 +127,7 @@ New-MailUser [-Name] -FederatedIdentity ### LOBAppAccount ``` -New-MailUser [-Name] -Password [-LOBAppAccount] +New-MailUser [-Name] -Password [-HVEAccount] [-Alias ] [-Confirm] [-DisplayName ] @@ -531,20 +531,20 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -LOBAppAccount +### -HVEAccount This parameter is available only in the cloud-based service. -{{ Fill LOBAppAccount Description }} +The HVEAccount switch parameter specifies that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter -Parameter Sets: LOBAppAccount +Parameter Sets: HVEAccount Aliases: Applicable: Exchange Online, Exchange Online Protection -Required: False Position: Named Default value: None +Required: False Accept pipeline input: False Accept wildcard characters: False ``` From 0c39fe86afb77a20b4f5b54f0e7a93010bb015f5 Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Wed, 6 Nov 2024 12:07:47 +0530 Subject: [PATCH 2/7] Update Set-MailUser.md --- exchange/exchange-ps/exchange/Set-MailUser.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index 76f2acd687..bdfbcef1a2 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -143,7 +143,7 @@ Set-MailUser [-Identity] [-EnableLitigationHoldForMigratio [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -219,7 +219,7 @@ Set-MailUser [-Identity] [-ExcludeFromAllOrgHolds] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -295,7 +295,7 @@ Set-MailUser [-Identity] [-ExcludeFromOrgHolds ] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -371,7 +371,7 @@ Set-MailUser [-Identity] [-RecalculateInactiveMailUser] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -447,7 +447,7 @@ Set-MailUser [-Identity] [-RemoveComplianceTagHoldApplied] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -523,7 +523,7 @@ Set-MailUser [-Identity] [-RemoveDelayHoldApplied] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -599,7 +599,7 @@ Set-MailUser [-Identity] [-RemoveDelayReleaseHoldApplied] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -674,7 +674,7 @@ Set-MailUser [-Identity] [-RemoveDisabledArchive] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -748,7 +748,7 @@ Set-MailUser [-Identity] [-RemoveLitigationHoldEnabled] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -824,7 +824,7 @@ Set-MailUser [-Identity] [-RemoveOrphanedHolds ] [-HiddenFromAddressListsEnabled ] [-ImmutableId ] [-JournalArchiveAddress ] - [-LOBAppAccount] + [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -1872,7 +1872,7 @@ Accept wildcard characters: False ### -LOBAppAccount This parameter is available only in the cloud-based service. -{{ Fill LOBAppAccount Description }} +The HVEAccount switch parameter specifies, that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter @@ -1880,9 +1880,9 @@ Parameter Sets: EnableLitigationHoldForMigration, ExcludeFromAllOrgHolds, Exclud Aliases: Applicable: Exchange Online, Exchange Online Protection -Required: False Position: Named Default value: None +Required: False Accept pipeline input: False Accept wildcard characters: False ``` From 8770e4328580e1eb2f492e6b268806dc77016213 Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Wed, 6 Nov 2024 12:18:31 +0530 Subject: [PATCH 3/7] Update Get-MailUser.md --- exchange/exchange-ps/exchange/Get-MailUser.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/exchange/exchange-ps/exchange/Get-MailUser.md b/exchange/exchange-ps/exchange/Get-MailUser.md index b1c28316e1..a8d8ab2515 100644 --- a/exchange/exchange-ps/exchange/Get-MailUser.md +++ b/exchange/exchange-ps/exchange/Get-MailUser.md @@ -52,9 +52,9 @@ Get-MailUser [[-Identity] ] [] ``` -### LOBAppAccount +### HVEAccount ``` -Get-MailUser [-LOBAppAccount] +Get-MailUser [-HVEAccount] [-Filter ] [-OrganizationalUnit ] [-ResultSize ] @@ -216,10 +216,10 @@ Accept pipeline input: false Accept wildcard characters: False ``` -### -LOBAppAccount +### -HVEAccount This parameter is available only in the cloud-based service. -{{ Fill LOBAppAccount Description }} +The HVEAccount switch parameter specifies, that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter @@ -227,9 +227,9 @@ Parameter Sets: LOBAppAccount Aliases: Applicable: Exchange Online, Exchange Online Protection -Required: False Position: Named Default value: None +Required: False Accept pipeline input: False Accept wildcard characters: False ``` From 5d0a7fa089cb9a63bfd30f67868d2bee99ff772f Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Wed, 6 Nov 2024 12:58:08 +0530 Subject: [PATCH 4/7] Update Set-MailUser.md --- exchange/exchange-ps/exchange/Set-MailUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index bdfbcef1a2..5195998571 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -1869,7 +1869,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -LOBAppAccount +### -HVEAccount This parameter is available only in the cloud-based service. The HVEAccount switch parameter specifies, that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. From 914a982026a3bf029c1dcdb6e8e4a58a58140949 Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Wed, 6 Nov 2024 21:21:03 +0530 Subject: [PATCH 5/7] Update Get-MailUser.md --- exchange/exchange-ps/exchange/Get-MailUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Get-MailUser.md b/exchange/exchange-ps/exchange/Get-MailUser.md index a8d8ab2515..c33c3955c3 100644 --- a/exchange/exchange-ps/exchange/Get-MailUser.md +++ b/exchange/exchange-ps/exchange/Get-MailUser.md @@ -219,7 +219,7 @@ Accept wildcard characters: False ### -HVEAccount This parameter is available only in the cloud-based service. -The HVEAccount switch parameter specifies, that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. +The HVEAccount switch parameter specifies that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter From 30f7eaf81c36aa392b2fd59249789b5446d23fd5 Mon Sep 17 00:00:00 2001 From: Siddarth Mandalika Date: Wed, 6 Nov 2024 21:25:42 +0530 Subject: [PATCH 6/7] Update Set-MailUser.md --- exchange/exchange-ps/exchange/Set-MailUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index 5195998571..106b5d06f3 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -1872,7 +1872,7 @@ Accept wildcard characters: False ### -HVEAccount This parameter is available only in the cloud-based service. -The HVEAccount switch parameter specifies, that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. +The HVEAccount switch parameter specifies that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter From 27a2cb2d152c27b4ff6271b621ea59d9351e2f23 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Wed, 6 Nov 2024 10:27:10 -0800 Subject: [PATCH 7/7] Minor edits to HVEAccount updates --- exchange/exchange-ps/exchange/Get-MailUser.md | 2 +- exchange/exchange-ps/exchange/New-MailUser.md | 2 +- exchange/exchange-ps/exchange/Set-MailUser.md | 22 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/exchange/exchange-ps/exchange/Get-MailUser.md b/exchange/exchange-ps/exchange/Get-MailUser.md index c33c3955c3..706e768d1a 100644 --- a/exchange/exchange-ps/exchange/Get-MailUser.md +++ b/exchange/exchange-ps/exchange/Get-MailUser.md @@ -219,7 +219,7 @@ Accept wildcard characters: False ### -HVEAccount This parameter is available only in the cloud-based service. -The HVEAccount switch parameter specifies that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. +The HVEAccount switch specifies that this mail user account is specifically used for the [High volume email service](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter diff --git a/exchange/exchange-ps/exchange/New-MailUser.md b/exchange/exchange-ps/exchange/New-MailUser.md index 27e6bda753..1dde94128a 100644 --- a/exchange/exchange-ps/exchange/New-MailUser.md +++ b/exchange/exchange-ps/exchange/New-MailUser.md @@ -534,7 +534,7 @@ Accept wildcard characters: False ### -HVEAccount This parameter is available only in the cloud-based service. -The HVEAccount switch parameter specifies that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. +The HVEAccount switch specifies that this mail user account is specifically used for the [High volume email service](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter diff --git a/exchange/exchange-ps/exchange/Set-MailUser.md b/exchange/exchange-ps/exchange/Set-MailUser.md index 106b5d06f3..aed9a2bc20 100644 --- a/exchange/exchange-ps/exchange/Set-MailUser.md +++ b/exchange/exchange-ps/exchange/Set-MailUser.md @@ -141,9 +141,9 @@ Set-MailUser [-Identity] [-EnableLitigationHoldForMigratio [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -217,9 +217,9 @@ Set-MailUser [-Identity] [-ExcludeFromAllOrgHolds] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -293,9 +293,9 @@ Set-MailUser [-Identity] [-ExcludeFromOrgHolds ] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -369,9 +369,9 @@ Set-MailUser [-Identity] [-RecalculateInactiveMailUser] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -445,9 +445,9 @@ Set-MailUser [-Identity] [-RemoveComplianceTagHoldApplied] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -521,9 +521,9 @@ Set-MailUser [-Identity] [-RemoveDelayHoldApplied] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -597,9 +597,9 @@ Set-MailUser [-Identity] [-RemoveDelayReleaseHoldApplied] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -672,9 +672,9 @@ Set-MailUser [-Identity] [-RemoveDisabledArchive] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailboxRegion ] [-MailTip ] @@ -746,9 +746,9 @@ Set-MailUser [-Identity] [-RemoveLitigationHoldEnabled] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -822,9 +822,9 @@ Set-MailUser [-Identity] [-RemoveOrphanedHolds ] [-ForceUpgrade] [-GrantSendOnBehalfTo ] [-HiddenFromAddressListsEnabled ] + [-HVEAccount] [-ImmutableId ] [-JournalArchiveAddress ] - [-HVEAccount] [-MacAttachmentFormat ] [-MailTip ] [-MailTipTranslations ] @@ -1872,7 +1872,7 @@ Accept wildcard characters: False ### -HVEAccount This parameter is available only in the cloud-based service. -The HVEAccount switch parameter specifies that this mail user is an account that is specifically used for the [High volume email service](/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. +The HVEAccount switch specifies that this mail user account is specifically used for the [High volume email service](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch. ```yaml Type: SwitchParameter