Skip to content

Commit 843b8f1

Browse files
authored
Merge branch 'main' into patch-1
2 parents 5cf1f1e + 24e3bd5 commit 843b8f1

File tree

6 files changed

+21
-18
lines changed

6 files changed

+21
-18
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/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-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-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/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
>

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,17 @@ Set-CsPhoneNumberAssignment -Identity user3@contoso.com -PhoneNumber +1206555122
144144
```
145145
This example shows how to turn off reverse number lookup (RNL) on a phone number. When RNL is set to 'SkipInternalVoip', an internal call to this phone number will not attempt to pass through internal VoIP via reverse number lookup in Microsoft Teams. Instead the call will be established through external PSTN connectivity directly. This example is only applicable for Direct Routing phone numbers.
146146

147+
### Example 12
148+
```powershell
149+
Set-CsPhoneNumberAssignment -Identity user1@contoso.com -PhoneNumber '+14255551234' -PhoneNumberType CallingPlan -AssignmentCategory Private
150+
```
151+
This example shows how to assign a private phone number (incoming calls only) to a user.
152+
153+
147154
## PARAMETERS
148155

149156
### -AssignmentCategory
150-
This parameter is reserved for internal Microsoft use.
157+
This parameter indicates the phone number assignment category if it isn't the primary phone number. For example, a Private line can be assigned to a user using '-AssignmentCategory Private'.
151158

152159
```yaml
153160
Type: System.String

0 commit comments

Comments
 (0)