Skip to content

Commit 2e206fe

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-1
2 parents 03d50b6 + cc5317e commit 2e206fe

File tree

144 files changed

+813
-578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+813
-578
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Get-MailUser [[-Identity] <MailUserIdParameter>]
5252
[<CommonParameters>]
5353
```
5454

55-
### LOBAppAccount
55+
### HVEAccount
5656
```
57-
Get-MailUser [-LOBAppAccount]
57+
Get-MailUser [-HVEAccount]
5858
[-Filter <String>]
5959
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
6060
[-ResultSize <Unlimited>]
@@ -216,20 +216,20 @@ Accept pipeline input: false
216216
Accept wildcard characters: False
217217
```
218218

219-
### -LOBAppAccount
219+
### -HVEAccount
220220
This parameter is available only in the cloud-based service.
221221

222-
{{ Fill LOBAppAccount Description }}
222+
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.
223223

224224
```yaml
225225
Type: SwitchParameter
226226
Parameter Sets: LOBAppAccount
227227
Aliases:
228228
Applicable: Exchange Online, Exchange Online Protection
229229
230-
Required: False
231230
Position: Named
232231
Default value: None
232+
Required: False
233233
Accept pipeline input: False
234234
Accept wildcard characters: False
235235
```

exchange/exchange-ps/exchange/New-ComplianceSearchAction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ Accept wildcard characters: False
451451
The Purge switch specifies the action for the content search is to remove items that match the search criteria. You don't need to specify a value with this switch.
452452

453453
- A maximum of 10 items per mailbox can be removed at one time. Because the capability to search for and remove messages is intended to be an incident-response tool, this limit helps ensure that messages are quickly removed from mailboxes. This action isn't intended to clean up user mailboxes.
454+
455+
**Tip**: To purge more than 10 items, refer to [ediscoverySearch: purgeData](https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata) in the Microsoft Graph API, which allows purging a maximum of 100 items per location.
456+
454457
- You can remove items from a maximum of 50,000 mailboxes using a single content search. To remove items from more than 50,000 mailboxes, you'll have to create separate content searches. For more information, see [Search for and delete email messages in your Microsoft 365 organization](https://learn.microsoft.com/purview/ediscovery-search-for-and-delete-email-messages).
455458
- Unindexed items aren't removed from mailboxes when you use this switch.
456459
- The value of the PurgeType parameter controls how the items are removed.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ New-MailUser [-Name] <String> -FederatedIdentity <String>
127127

128128
### LOBAppAccount
129129
```
130-
New-MailUser [-Name] <String> -Password <SecureString> [-LOBAppAccount]
130+
New-MailUser [-Name] <String> -Password <SecureString> [-HVEAccount]
131131
[-Alias <String>]
132132
[-Confirm]
133133
[-DisplayName <String>]
@@ -531,20 +531,20 @@ Accept pipeline input: False
531531
Accept wildcard characters: False
532532
```
533533

534-
### -LOBAppAccount
534+
### -HVEAccount
535535
This parameter is available only in the cloud-based service.
536536

537-
{{ Fill LOBAppAccount Description }}
537+
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.
538538

539539
```yaml
540540
Type: SwitchParameter
541-
Parameter Sets: LOBAppAccount
541+
Parameter Sets: HVEAccount
542542
Aliases:
543543
Applicable: Exchange Online, Exchange Online Protection
544544
545-
Required: False
546545
Position: Named
547546
Default value: None
547+
Required: False
548548
Accept pipeline input: False
549549
Accept wildcard characters: False
550550
```

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-EnableLitigationHoldForMigratio
141141
[-ForceUpgrade]
142142
[-GrantSendOnBehalfTo <MultiValuedProperty>]
143143
[-HiddenFromAddressListsEnabled <Boolean>]
144+
[-HVEAccount]
144145
[-ImmutableId <String>]
145146
[-JournalArchiveAddress <SmtpAddress>]
146-
[-LOBAppAccount]
147147
[-MacAttachmentFormat <MacAttachmentFormat>]
148148
[-MailTip <String>]
149149
[-MailTipTranslations <MultiValuedProperty>]
@@ -217,9 +217,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromAllOrgHolds]
217217
[-ForceUpgrade]
218218
[-GrantSendOnBehalfTo <MultiValuedProperty>]
219219
[-HiddenFromAddressListsEnabled <Boolean>]
220+
[-HVEAccount]
220221
[-ImmutableId <String>]
221222
[-JournalArchiveAddress <SmtpAddress>]
222-
[-LOBAppAccount]
223223
[-MacAttachmentFormat <MacAttachmentFormat>]
224224
[-MailTip <String>]
225225
[-MailTipTranslations <MultiValuedProperty>]
@@ -293,9 +293,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromOrgHolds <String[]>]
293293
[-ForceUpgrade]
294294
[-GrantSendOnBehalfTo <MultiValuedProperty>]
295295
[-HiddenFromAddressListsEnabled <Boolean>]
296+
[-HVEAccount]
296297
[-ImmutableId <String>]
297298
[-JournalArchiveAddress <SmtpAddress>]
298-
[-LOBAppAccount]
299299
[-MacAttachmentFormat <MacAttachmentFormat>]
300300
[-MailboxRegion <String>]
301301
[-MailTip <String>]
@@ -369,9 +369,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RecalculateInactiveMailUser]
369369
[-ForceUpgrade]
370370
[-GrantSendOnBehalfTo <MultiValuedProperty>]
371371
[-HiddenFromAddressListsEnabled <Boolean>]
372+
[-HVEAccount]
372373
[-ImmutableId <String>]
373374
[-JournalArchiveAddress <SmtpAddress>]
374-
[-LOBAppAccount]
375375
[-MacAttachmentFormat <MacAttachmentFormat>]
376376
[-MailboxRegion <String>]
377377
[-MailTip <String>]
@@ -445,9 +445,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveComplianceTagHoldApplied]
445445
[-ForceUpgrade]
446446
[-GrantSendOnBehalfTo <MultiValuedProperty>]
447447
[-HiddenFromAddressListsEnabled <Boolean>]
448+
[-HVEAccount]
448449
[-ImmutableId <String>]
449450
[-JournalArchiveAddress <SmtpAddress>]
450-
[-LOBAppAccount]
451451
[-MacAttachmentFormat <MacAttachmentFormat>]
452452
[-MailboxRegion <String>]
453453
[-MailTip <String>]
@@ -521,9 +521,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayHoldApplied]
521521
[-ForceUpgrade]
522522
[-GrantSendOnBehalfTo <MultiValuedProperty>]
523523
[-HiddenFromAddressListsEnabled <Boolean>]
524+
[-HVEAccount]
524525
[-ImmutableId <String>]
525526
[-JournalArchiveAddress <SmtpAddress>]
526-
[-LOBAppAccount]
527527
[-MacAttachmentFormat <MacAttachmentFormat>]
528528
[-MailTip <String>]
529529
[-MailTipTranslations <MultiValuedProperty>]
@@ -597,9 +597,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayReleaseHoldApplied]
597597
[-ForceUpgrade]
598598
[-GrantSendOnBehalfTo <MultiValuedProperty>]
599599
[-HiddenFromAddressListsEnabled <Boolean>]
600+
[-HVEAccount]
600601
[-ImmutableId <String>]
601602
[-JournalArchiveAddress <SmtpAddress>]
602-
[-LOBAppAccount]
603603
[-MacAttachmentFormat <MacAttachmentFormat>]
604604
[-MailTip <String>]
605605
[-MailTipTranslations <MultiValuedProperty>]
@@ -672,9 +672,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDisabledArchive]
672672
[-ForceUpgrade]
673673
[-GrantSendOnBehalfTo <MultiValuedProperty>]
674674
[-HiddenFromAddressListsEnabled <Boolean>]
675+
[-HVEAccount]
675676
[-ImmutableId <String>]
676677
[-JournalArchiveAddress <SmtpAddress>]
677-
[-LOBAppAccount]
678678
[-MacAttachmentFormat <MacAttachmentFormat>]
679679
[-MailboxRegion <String>]
680680
[-MailTip <String>]
@@ -746,9 +746,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveLitigationHoldEnabled]
746746
[-ForceUpgrade]
747747
[-GrantSendOnBehalfTo <MultiValuedProperty>]
748748
[-HiddenFromAddressListsEnabled <Boolean>]
749+
[-HVEAccount]
749750
[-ImmutableId <String>]
750751
[-JournalArchiveAddress <SmtpAddress>]
751-
[-LOBAppAccount]
752752
[-MacAttachmentFormat <MacAttachmentFormat>]
753753
[-MailTip <String>]
754754
[-MailTipTranslations <MultiValuedProperty>]
@@ -822,9 +822,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveOrphanedHolds <String[]>]
822822
[-ForceUpgrade]
823823
[-GrantSendOnBehalfTo <MultiValuedProperty>]
824824
[-HiddenFromAddressListsEnabled <Boolean>]
825+
[-HVEAccount]
825826
[-ImmutableId <String>]
826827
[-JournalArchiveAddress <SmtpAddress>]
827-
[-LOBAppAccount]
828828
[-MacAttachmentFormat <MacAttachmentFormat>]
829829
[-MailTip <String>]
830830
[-MailTipTranslations <MultiValuedProperty>]
@@ -1869,20 +1869,20 @@ Accept pipeline input: False
18691869
Accept wildcard characters: False
18701870
```
18711871

1872-
### -LOBAppAccount
1872+
### -HVEAccount
18731873
This parameter is available only in the cloud-based service.
18741874

1875-
{{ Fill LOBAppAccount Description }}
1875+
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.
18761876

18771877
```yaml
18781878
Type: SwitchParameter
18791879
Parameter Sets: EnableLitigationHoldForMigration, ExcludeFromAllOrgHolds, ExcludeFromOrgHolds, RecalculateInactiveMailUser, RemoveComplianceTagHoldApplied, RemoveDelayHoldApplied, RemoveDelayReleaseHoldApplied, RemoveDisabledArchive, RemoveLitigationHoldEnabled, RemoveOrphanedHolds
18801880
Aliases:
18811881
Applicable: Exchange Online, Exchange Online Protection
18821882
1883-
Required: False
18841883
Position: Named
18851884
Default value: None
1885+
Required: False
18861886
Accept pipeline input: False
18871887
Accept wildcard characters: False
18881888
```

exchange/exchange-ps/exchange/Set-MailboxCalendarConfiguration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -743,11 +743,11 @@ Accept wildcard characters: False
743743
### -LocationDetailsInFreeBusy
744744
This parameter is available only in the cloud-based service.
745745

746-
The LocationDetailsInFreeBusy parameter specifies the level of location details that are returned in user's availability. Valid values are:
746+
The LocationDetailsInFreeBusy parameter specifies the level of work location information that's returned as part of a user's availability. Work location information is visible across several Microsoft 365 application experiences, and the level of location information that's shown to other users in the organization is controlled by this parameter. Valid values are:
747747

748-
- None
749-
- Building
750-
- Desk
748+
- None: No location information is returned.
749+
- Building: Only Office or Remote are returned as work location information, if provided.
750+
- Desk: All work location information is returned, including Building and Desk, if provided. This is the default value.
751751

752752
```yaml
753753
Type: LocationDetailsPermissionInFreeBusy
@@ -757,7 +757,7 @@ Applicable: Exchange Online
757757
758758
Required: False
759759
Position: Named
760-
Default value: None
760+
Default value: Desk
761761
Accept pipeline input: False
762762
Accept wildcard characters: False
763763
```

skype/skype-ps/skype/Add-CsSlaDelegates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/add-cssladelegates
4-
applicable: Skype for Business Server 2015, Skype for Business Server 2019
4+
applicable: Skype for Business Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Add-CsSlaDelegates
66
schema: 2.0.0
77
manager: rogupta

skype/skype-ps/skype/Clear-CsPersistentChatRoom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/clear-cspersistentchatroom
4-
applicable: Lync Server 2013, Skype for Business Server 2015
4+
applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Clear-CsPersistentChatRoom
66
schema: 2.0.0
77
manager: rogupta

skype/skype-ps/skype/Copy-CsVoicePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/copy-csvoicepolicy
4-
applicable: Lync Server 2013, Skype for Business Online
4+
applicable: Lync Server 2013
55
title: Copy-CsVoicePolicy
66
schema: 2.0.0
77
manager: bulenteg

skype/skype-ps/skype/Debug-CsUnifiedContactStore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/debug-csunifiedcontactstore
4-
applicable: Skype for Business Server 2015, Skype for Business Server 2019
4+
applicable: Skype for Business Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Debug-CsUnifiedContactStore
66
schema: 2.0.0
77
manager: rogupta

skype/skype-ps/skype/Disable-CsMeetingRoom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/disable-csmeetingroom
4-
applicable: Lync Server 2013, Skype for Business Online, Skype for Business Server 2015, Skype for Business Server 2019
4+
applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Disable-CsMeetingRoom
66
schema: 2.0.0
77
manager: bulenteg

0 commit comments

Comments
 (0)