Skip to content

Commit 803659d

Browse files
committed
Merge branch 'master' into chrisda
2 parents 37df528 + 0310c3e commit 803659d

File tree

5 files changed

+53
-11
lines changed

5 files changed

+53
-11
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,7 @@ Accept wildcard characters: False
211211
```
212212

213213
### -EnableDedupe
214-
This parameter is available only in the cloud-based service.
215-
216-
The EnableDedupe parameter eliminates duplication of messages when you export content search results. Valid values are:
217-
218-
- $true: Export a single copy of a message if the same message exists in multiple folders or mailboxes.
219-
- $false: Export all copies of a message if the same message exists in multiple folders or mailboxes. This is the default value.
214+
This parameter is reserved for internal Microsoft use.
220215

221216
```yaml
222217
Type: Boolean

exchange/exchange-ps/exchange/Set-MailboxCalendarFolder.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,19 @@ Accept wildcard characters: False
283283
### -SharedCalendarSyncStartDate
284284
This parameter is available only in the cloud-based service.
285285

286-
{{ Fill SharedCalendarSyncStartDate Description }}
286+
**Note**: This parameter is supported only for shared calendars that have been upgraded as described in [Calendar sharing in Microsoft 365](https://support.microsoft.com/office/365-b576ecc3-0945-4d75-85f1-5efafb8a37b4), and is not applicable to any other type of calendar or mailbox folder.
287+
288+
The SharedCalendarSyncStartDate parameter specifies the limit for past events that are visible to users who have access to the specified shared calendar. A copy of the shared calendar with events that go back as far as the value specified by this parameter is stored in the user's mailbox.
289+
290+
To specify a date/time value for this parameter, use either of the following options:
291+
292+
- Specify the date/time value in UTC: For example, "2021-05-06 14:30:00z".
293+
- Specify the date/time value as a formula that converts the date/time in your local time zone to UTC: For example, `(Get-Date "5/6/2021 9:30 AM").ToUniversalTime()`. For more information, see [Get-Date](https://docs.microsoft.com/powershell/module/Microsoft.PowerShell.Utility/Get-Date).
294+
295+
**Notes**:
296+
297+
- Users need to have FullDetails, Editor, or Delegate access to the specified shared calendar.
298+
- Setting this parameter might cause events in the shared calendar to briefly disappear from view while the calendar is resynchronized.
287299

288300
```yaml
289301
Type: DateTime

skype/skype-ps/skype/New-CsCallQueue.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,23 @@ New-CsCallQueue -Name <String> [-AgentAlertTime <Int16>] [-AllowOptOut <Boolean>
2222
[-Tenant <Guid>] [-UseDefaultMusicOnHold <Boolean>] [-WelcomeMusicAudioFileId <Guid>] [-MusicOnHoldAudioFileId <Guid>]
2323
[-OverflowAction <Object>] [-OverflowActionTarget <Guid>] [-OverflowThreshold <Int16>]
2424
[-TimeoutAction <Object>] [-TimeoutActionTarget <Guid>] [-TimeoutThreshold <Int16>]
25-
[-RoutingMethod <Object>] [-PresenceBasedRouting <Boolean>] [-ConferenceMode <Boolean>] [-Users <List>] [-LanguageId <String>] [-LineUri <String>] [-OverflowSharedVoicemailTextToSpeechPrompt <String>] [-OverflowSharedVoicemailAudioFilePrompt <Guid>] [-EnableOverflowSharedVoicemailTranscription <Boolean>] [-TimeoutSharedVoicemailTextToSpeechPrompt <String>] [-TimeoutSharedVoicemailAudioFilePrompt <Guid>] [-EnableTimeoutSharedVoicemailTranscription <Boolean>] [<CommonParameters>]
25+
[-RoutingMethod <Object>] [-PresenceBasedRouting <Boolean>] [-ConferenceMode <Boolean>] [-Users <List>] [-LanguageId <String>] [-LineUri <String>] [-OverflowSharedVoicemailTextToSpeechPrompt <String>] [-OverflowSharedVoicemailAudioFilePrompt <Guid>] [-EnableOverflowSharedVoicemailTranscription <Boolean>] [-TimeoutSharedVoicemailTextToSpeechPrompt <String>] [-TimeoutSharedVoicemailAudioFilePrompt <Guid>] [-EnableTimeoutSharedVoicemailTranscription <Boolean>]
26+
[-ChannelId <String>] [-ChannelUserObjectId <Guid>] [<CommonParameters>]
2627
```
2728

2829
## DESCRIPTION
2930
The New-CsCallQueue cmdlet creates a new Call Queue.
3031

3132
## EXAMPLES
3233

33-
### -------------------------- Example 1 --------------------------
34+
### Example 1
3435
```
3536
New-CsCallQueue -Name "Help Desk" -UseDefaultMusicOnHold $true
3637
```
3738

3839
This example creates a Call Queue for the organization named "Help Desk" using default music on hold.
3940

40-
### -------------------------- Example 2 --------------------------
41+
### Example 2
4142
```
4243
New-CsCallQueue -Name "Help desk" -RoutingMethod Attendant -DistributionLists @("8521b0e3-51bd-4a4b-a8d6-b219a77a0a6a", "868dccd8-d723-4b4f-8d74-ab59e207c357") -AllowOptOut $false -AgentAlertTime 30 -OverflowThreshold 15 -OverflowAction Forward -OverflowActionTarget 7fd04db1-1c8e-4fdf-9af5-031514ba1358 -TimeoutThreshold 30 -TimeoutAction Disconnect -MusicOnHoldAudioFileId 1e81adaf-7c3e-4db1-9d61-5d135abb1bcc -WelcomeMusicAudioFileId 0b31bbe5-e2a0-4117-9b6f-956bca6023f8
4344
@@ -477,6 +478,38 @@ Accept pipeline input: False
477478
Accept wildcard characters: False
478479
```
479480
481+
### -ChannelId
482+
Id of the channel to connect a call queue to.
483+
484+
```yaml
485+
Type: String
486+
Parameter Sets: (All)
487+
Aliases:
488+
Applicable: Skype for Business Online
489+
490+
Required: False
491+
Position: Named
492+
Default value: None
493+
Accept pipeline input: False
494+
Accept wildcard characters: False
495+
```
496+
497+
### -ChannelUserObjectId
498+
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
499+
500+
```yaml
501+
Type: Guid
502+
Parameter Sets: (All)
503+
Aliases:
504+
Applicable: Skype for Business Online
505+
506+
Required: False
507+
Position: Named
508+
Default value: None
509+
Accept pipeline input: False
510+
Accept wildcard characters: False
511+
```
512+
480513
### CommonParameters
481514
This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).`
482515

teams/teams-ps/teams/Get-Team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Returns the team that matches the specified MailNickName
5959
```
6060
PS> Get-Team -DisplayName "Sales and Marketing"
6161
```
62-
Returns the team that matches the specified DisplayName
62+
Returns the team that includes the specified text in its DisplayName. (This acts as a filter rather than an exact match).
6363

6464
## PARAMETERS
6565

teams/teams-ps/teams/New-CsGroupPolicyAssignment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.reviewer:
1212

1313
## SYNOPSIS
1414

15+
**Note:** Group policy assignment is currently not available in Microsoft 365 Government GCC High or DoD deployments.
16+
1517
This cmdlet is used to assign a policy to a security group or distribution list.
1618

1719
## SYNTAX

0 commit comments

Comments
 (0)