Skip to content

Commit 7fc1e09

Browse files
Merge branch 'main' into patch-11
2 parents 4cf6c9b + 4a524c0 commit 7fc1e09

11 files changed

+38
-35
lines changed

exchange/exchange-ps/exchange/Export-ContentExplorerData.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,19 @@ Accept wildcard characters: False
9898
```
9999
100100
### -Aggregate
101+
**Note:** This parameter is currently in Private Preview, isn't available in all organizations, and is subject to change.
102+
101103
The Aggregate parameter switch returns the folder level aggregated numbers instead of returning details at the item level. You don't need to specify a value with this switch.
102104
103105
Using this switch significantly reduces the export time. To download the items in a folder, run this cmdlet for specific folders.
104106
105-
When you use this switch with the TagName, TagType and Workload parameters, the command returns the following information:
107+
When you use this switch with the TagName, TagType, and Workload parameters, the command returns the following information:
108+
109+
- SharePoint and OneDrive: The list of SiteUlrs.
110+
- Exchange Online and Microsoft Teams: The list of UPNs.
111+
- The count of items in the folders stamped with relevant tag.
112+
106113
107-
- SiteUlrs: OneDrive and SharePoint.
108-
- UPNs: Exchange Online and Teams.
109-
- The count of items stamped with that tag.
110114
111115
```yaml
112116
Type: SwitchParameter

exchange/exchange-ps/exchange/New-Label.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Accept wildcard characters: False
473473
```
474474

475475
### -ApplyDynamicWatermarkingEnabled
476-
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
476+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
477477

478478
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
479479

@@ -717,7 +717,7 @@ Accept wildcard characters: False
717717
```
718718

719719
### -DynamicWatermarkDisplay
720-
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
720+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
721721

722722
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
723723

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,12 @@ Accept wildcard characters: False
375375
```
376376

377377
### -DocumentNameMatchesWords
378-
The DocumentNameMatchesWords parameter specifies a condition for the auto-labeling policy rule that looks for words or phrases in the name of message attachments. You can specify multiple words or phrases separated by commas.
378+
The DocumentNameMatchesWords parameter specifies a condition for the auto-labeling policy rule that looks for whole word matches in the name of message attachments. You can specify multiple words separated by commas.
379379

380380
- Single word: `"no_reply"`
381381
- Multiple words: `no_reply,urgent,...`
382-
- Multiple words and phrases: `"phrase 1",word1,"phrase with , or spaces",word2,...`
383382

384-
The maximum individual word or phrase length is 128 characters. The maximum number of words or phrases is 50.
383+
The maximum individual word length is 128 characters. The maximum number of words is 50.
385384

386385
```yaml
387386
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ The ApplyContentMarkingFooterMargin parameter specifies the size (in points) of
288288

289289
This parameter is meaningful only when the ApplyContentMarkingFooterEnabled parameter value is either $true or $false.
290290

291-
**Note**: In Microsoft Word and PowerPoint, the specified value is used as a bottom margin and left margin or right margin for left-aligned or right-aligned content marks. A minimum value of 15 points is required. Word also adds a constant offset of 5 points to the left margin for left-aligned content marks, or to the right margin for right-aligned content marks.
291+
**Note**: In Microsoft Word and PowerPoint, the specified value is used as a bottom (vertical) margin and left margin or right margin for left-aligned or right-aligned content marks. A minimum value of 15 points is required. Word also adds a constant offset of 5 points to the left margin for left-aligned content marks, or to the right margin for right-aligned content marks.
292292

293293
```yaml
294294
Type: System.Int32
@@ -455,7 +455,7 @@ Accept wildcard characters: False
455455
```
456456

457457
### -ApplyDynamicWatermarkingEnabled
458-
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
458+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
459459

460460
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
461461

@@ -715,7 +715,7 @@ Accept wildcard characters: False
715715
```
716716

717717
### -DynamicWatermarkDisplay
718-
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
718+
**Note**: This parameter is Generally Available only for labels with admin-defined permissions. Support for label with user-defined permissions is currently in Public Preview, isn't available in all organizations, and is subject to change.
719719

720720
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
721721

exchange/exchange-ps/exchange/Set-ServerComponentState.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ The first command changes the state of all server components to Inactive.
5656

5757
The second command changes the state to Active after the maintenance is over (required).
5858

59-
**Note**: By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state.
59+
> [!NOTE]
60+
> By design, the Microsoft Exchange IMAP4 and Microsoft Exchange POP3 services stop if the related `ImapProxy` and `PopProxy` components are in the Inactive state. The services may need to be manually started after the related `ImapProxy` and `PopProxy` components are changed to the Active state.
6061
6162
## PARAMETERS
6263

teams/teams-ps/teams/Get-CsOnlineTelephoneNumberOrder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ Updates in Teams PowerShell Module version 6.7.1 and later:
206206

207207
## RELATED LINKS
208208
[Get-CsOnlineTelephoneNumberCountry](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry)
209-
[Get-CsOnlineTelephoneNumberType](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry)
209+
[Get-CsOnlineTelephoneNumberType](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbertype)
210210
[New-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
211-
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
212-
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
213-
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
211+
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder)
212+
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/complete-csonlinetelephonenumberorder)
213+
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/clear-csonlinetelephonenumberorder)
214214
[New-CsOnlineDirectRoutingTelephoneNumberUploadOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinedirectroutingtelephonenumberuploadorder)
215215
[New-CsOnlineTelephoneNumberReleaseOrder](https://learn.microsoft.com/powershell/module/teams/New-csonlinetelephonenumberreleaseorder)

teams/teams-ps/teams/Get-CsOnlineTelephoneNumberType.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
102102
## RELATED LINKS
103103
104104
[Get-CsOnlineTelephoneNumberCountry](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry)
105-
[Get-CsOnlineTelephoneNumberType](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry)
105+
[Get-CsOnlineTelephoneNumberType](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbertype)
106106
107107
[New-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
108-
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
109-
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
110-
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
108+
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder)
109+
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/complete-csonlinetelephonenumberorder)
110+
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/clear-csonlinetelephonenumberorder)

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Accept wildcard characters: False
266266
```
267267
268268
### -AssignmentCategory
269-
This parameter is reserved for internal Microsoft use.
269+
This parameter is used to differentiate between Primary and Private line assignment for a user.
270270
271271
```yaml
272272
Type: System.String

teams/teams-ps/teams/New-CsOnlineTelephoneNumberOrder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
268268
## RELATED LINKS
269269

270270
[Get-CsOnlineTelephoneNumberCountry](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry)
271-
[Get-CsOnlineTelephoneNumberType](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbercountry)
271+
[Get-CsOnlineTelephoneNumberType](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumbertype)
272272

273273
[New-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
274-
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
275-
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
276-
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder)
274+
[Get-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/get-csonlinetelephonenumberorder)
275+
[Complete-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/complete-csonlinetelephonenumberorder)
276+
[Clear-CsOnlineTelephoneNumberOrder](https://learn.microsoft.com/powershell/module/teams/clear-csonlinetelephonenumberorder)

teams/teams-ps/teams/Set-CsCallQueue.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ Note that this cmdlet is in the Skype for Business Online PowerShell module and
4646
> - -NoAgentRedirectPersonAudioFilePrompt
4747
> - -NoAgentRedirectVoicemailTextToSpeechPrompt
4848
> - -NoAgentRedirectVoicemailAudioFilePrompt
49-
> - -IsCallbackEnabled
50-
> - -CallbackRequestDtmf
51-
> - -WaitTimeBeforeOfferingCallbackInSecond
52-
> - -NumberOfCallsInQueueBeforeOfferingCallback
53-
> - -CallToAgentRatioThresholdBeforeOfferingCallback
54-
> - -CallbackOfferAudioFilePromptResourceId
55-
> - -CallbackOfferTextToSpeechPrompt
56-
> - -CallbackEmailNotificationTarget
5749
>
5850
> The following configuration parameters will only work for customers that are participating in the Voice Applications private preview for these features. General Availability for this functionality has not been determined at this time.
5951
>

0 commit comments

Comments
 (0)