Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use the Get-CsSharedCallQueueHistory cmdlet to list the Shared Call Queue Histor
## SYNTAX

```
Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>]
Get-CsSharedCallQueueHistoryTemplate [-Id <string>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -48,8 +48,6 @@ This example retrieves all the Shared Call Queue History Templates

### -Id

> Applicable: Microsoft Teams

The Id of the shared call queue history template.

```yaml
Expand All @@ -65,6 +63,7 @@ Accept wildcard characters: False
```

### CommonParameters

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).

## INPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ title: New-CsSharedCallQueueHistoryTemplate
# New-CsSharedCallQueueHistoryTemplate

## SYNOPSIS
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template.

## SYNTAX

Expand All @@ -24,7 +24,7 @@ New-CsSharedCallQueueHistoryTemplate -Name <String> -Description <String>
```

## DESCRIPTION
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.
Use the New-CsSharedCallQueueHistoryTemplate cmdlet to create a Shared Call Queue History template.

> [!CAUTION]
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
Expand All @@ -42,9 +42,7 @@ This example creates a new Shared CallQueue History template where incoming miss

### -AnsweredAndOutboundCalls

> Applicable: Microsoft Teams

A description for the shared call queue history template.
Who sees answered and outbound calls in the shared call queue history.

PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Expand All @@ -62,8 +60,6 @@ Accept wildcard characters: False

### -Description

> Applicable: Microsoft Teams

A description for the shared call queue history template.

```yaml
Expand All @@ -80,9 +76,7 @@ Accept wildcard characters: False

### -IncomingMissedCalls

> Applicable: Microsoft Teams

A description for the shared call queue history template.
Who sees incoming missed calls in the shared call queue history.

PARAMVALUE: Off | AuthorizedUsersOnly | AuthorizedUsersAndAgents

Expand All @@ -100,8 +94,6 @@ Accept wildcard characters: False

### -Name

> Applicable: Microsoft Teams

The name of the shared call queue history template.

```yaml
Expand All @@ -117,6 +109,7 @@ Accept wildcard characters: False
```

### CommonParameters

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).

## INPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ This example deletes the Shared Call Queue History template with the identity 5e

### -Id

> Applicable: Microsoft Teams

The Id parameter is the unique identifier assigned to the Shared Call Queue History template.

```yaml
Expand All @@ -58,6 +56,7 @@ Accept wildcard characters: False
```

### CommonParameters

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).

## INPUTS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>]
```

## DESCRIPTION
Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History template.
Use the Set-SharedCallQueueHistoryTemplate cmdlet to change a Shared Call Queue History template.

> [!CAUTION]
> This cmdlet will only work for customers that are participating in the Voice Applications private preview for this feature. General Availability for this functionality has not been determined at this time.
Expand All @@ -32,7 +32,7 @@ Use the Set-SharedCallQueueHistory cmdlet to change a Shared Call Queue History

### Example 1
```
$SharedCQHistory = Get-CsSharedCallQueueHistory -Id 66f0dc32-d344-4bb1-b524-027d4635515c
$SharedCQHistory = Get-CsSharedCallQueueHistoryTemplate -Id 66f0dc32-d344-4bb1-b524-027d4635515c
$SharedCQHisotry.AnsweredAndOutboundCalls = "AuthorizedUsersAndAgents"
Set-CsSharedCallQueueHistoryTemplate -Instance $SharedCQHistory
```
Expand All @@ -43,8 +43,6 @@ This example sets the AnsweredOutboundCalls value in the Shared Call History Tem

### -Instance

> Applicable: Microsoft Teams

The instance of the shared call queue history template to change.

```yaml
Expand All @@ -60,6 +58,7 @@ Accept wildcard characters: False
```

### CommonParameters

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).

## INPUTS
Expand Down