|
| 1 | +--- |
| 2 | +applicable: Microsoft Teams Queues App |
| 3 | +author: vijurtse |
| 4 | +external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml |
| 5 | +Locale: en-US |
| 6 | +Module Name: MicrosoftTeams |
| 7 | +ms.author: vijurtse |
| 8 | +ms.reviewer: williamlooney |
| 9 | +online version: https://learn.microsoft.com/powershell/module/microsoftteams/New-CsSharedCallHistoryTemplate |
| 10 | +schema: 2.0.0 |
| 11 | +title: New-CsSharedCallHistoryTemplate |
| 12 | +--- |
| 13 | + |
| 14 | +# New-CsSharedCallHistoryTemplate |
| 15 | + |
| 16 | +## SYNOPSIS |
| 17 | +Use the New-CsSharedCallHistoryTemplate cmdlet to create a Shared Call History template. The template defines which roles can access Shared Call History and which parts of the history are visible to them. |
| 18 | + |
| 19 | +## SYNTAX |
| 20 | + |
| 21 | +``` |
| 22 | +New-CsSharedCallHistoryTemplate -Name <String> -Description <String> |
| 23 | + [-IncomingMissedCalls <Object>] [-AnsweredAndOutboundCalls <Object>] [-IncomingRedirectedCalls <Object>] [<CommonParameters>] |
| 24 | +``` |
| 25 | + |
| 26 | +## DESCRIPTION |
| 27 | +Use the New-CsSharedCallHistoryTemplate cmdlet to create a Shared Call History template. The template defines which roles can access Shared Call History and which parts of the history are visible to them. |
| 28 | + |
| 29 | +## EXAMPLES |
| 30 | + |
| 31 | +### Example 1 |
| 32 | +``` |
| 33 | +New-CsSharedCallHistoryTemplate -Name "Customer Service" -Description "Missed:All Answered:Auth" -IncomingMissedCall AuthorizedUsersAndAgents -AnsweredAndOutboundCalls AuthorizedUsersOnly |
| 34 | +``` |
| 35 | + |
| 36 | +This example creates a new Shared Call History template where incoming missed calls for Call Queue are shown to authorized users and agents and, answered and outbound calls are shown to authorized users only. |
| 37 | +Visibility to Auto Attendant Shared Voicemails is not defined, so it will be none. |
| 38 | + |
| 39 | +## PARAMETERS |
| 40 | + |
| 41 | +### -AnsweredAndOutboundCalls |
| 42 | + |
| 43 | +Who sees Call Queue answered and outbound calls in the shared call history. |
| 44 | + |
| 45 | +PARAMVALUE: None | AuthorizedUsersOnly | AuthorizedUsersAndAgents |
| 46 | + |
| 47 | +```yaml |
| 48 | +Type: Object |
| 49 | +Parameter Sets: (All) |
| 50 | +Aliases: |
| 51 | + |
| 52 | +Required: False |
| 53 | +Position: Named |
| 54 | +Default value: None |
| 55 | +Accept pipeline input: False |
| 56 | +Accept wildcard characters: False |
| 57 | +``` |
| 58 | +
|
| 59 | +### -Description |
| 60 | +
|
| 61 | +A description for the shared call history template. |
| 62 | +
|
| 63 | +```yaml |
| 64 | +Type: System.String |
| 65 | +Parameter Sets: (All) |
| 66 | +Aliases: |
| 67 | + |
| 68 | +Required: True |
| 69 | +Position: Named |
| 70 | +Default value: None |
| 71 | +Accept pipeline input: False |
| 72 | +Accept wildcard characters: False |
| 73 | +``` |
| 74 | +
|
| 75 | +### -IncomingMissedCalls |
| 76 | +
|
| 77 | +Who sees Call Queue incoming missed calls and shared voicemails in the shared call history. |
| 78 | +
|
| 79 | +PARAMVALUE: None | AuthorizedUsersOnly | AuthorizedUsersAndAgents |
| 80 | +
|
| 81 | +```yaml |
| 82 | +Type: Object |
| 83 | +Parameter Sets: (All) |
| 84 | +Aliases: |
| 85 | + |
| 86 | +Required: False |
| 87 | +Position: Named |
| 88 | +Default value: None |
| 89 | +Accept pipeline input: False |
| 90 | +Accept wildcard characters: False |
| 91 | +``` |
| 92 | +
|
| 93 | +### -IncomingRedirectedCalls |
| 94 | +
|
| 95 | +Who sees AutoAttendant Shared Voicemails events in the shared call history. |
| 96 | +
|
| 97 | +PARAMVALUE: None | AuthorizedUsersOnly | AuthorizedUsersAndGroupMembers |
| 98 | +
|
| 99 | +```yaml |
| 100 | +Type: Object |
| 101 | +Parameter Sets: (All) |
| 102 | +Aliases: |
| 103 | + |
| 104 | +Required: False |
| 105 | +Position: Named |
| 106 | +Default value: None |
| 107 | +Accept pipeline input: False |
| 108 | +Accept wildcard characters: False |
| 109 | +``` |
| 110 | +
|
| 111 | +### -Name |
| 112 | +
|
| 113 | +The name of the shared call history template. |
| 114 | +
|
| 115 | +```yaml |
| 116 | +Type: System.String |
| 117 | +Parameter Sets: (All) |
| 118 | +Aliases: |
| 119 | + |
| 120 | +Required: True |
| 121 | +Position: Named |
| 122 | +Default value: None |
| 123 | +Accept pipeline input: False |
| 124 | +Accept wildcard characters: False |
| 125 | +``` |
| 126 | +
|
| 127 | +### CommonParameters |
| 128 | +
|
| 129 | +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). |
| 130 | +
|
| 131 | +## INPUTS |
| 132 | +
|
| 133 | +### None |
| 134 | +
|
| 135 | +## OUTPUTS |
| 136 | +
|
| 137 | +### Microsoft.Rtc.Management.OAA.Models.AutoAttendant |
| 138 | +
|
| 139 | +## NOTES |
| 140 | +
|
| 141 | +## RELATED LINKS |
| 142 | +
|
| 143 | +[Get-CsSharedCallHistoryTemplate](./Get-CsSharedCallHistoryTemplate.md) |
| 144 | +
|
| 145 | +[Set-CsSharedCallHistoryTemplate](./Set-CsSharedCallHistoryTemplate.md) |
| 146 | +
|
| 147 | +[Remove-CsSharedCallHistoryTemplate](./Remove-CsSharedCallHistoryTemplate.md) |
| 148 | +
|
| 149 | +[New-CsCallQueue](./New-CsCallQueue.md) |
| 150 | +
|
| 151 | +[Get-CsCallQueue](./Get-CsCallQueue.md) |
| 152 | +
|
| 153 | +[Set-CsCallQueue](./Set-CsCallQueue.md) |
| 154 | +
|
| 155 | +[Remove-CsCallQueue](./Remove-CsCallQueue.md) |
| 156 | +
|
| 157 | +[New-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/new-csautoattendant) |
| 158 | +
|
| 159 | +[Get-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/get-csautoattendant) |
| 160 | +
|
| 161 | +[Set-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/set-csautoattendant) |
| 162 | +
|
| 163 | +[Remove-CsAutoAttendant](https://learn.microsoft.com/powershell/module/microsoftteams/remove-csautoattendant) |
| 164 | +
|
| 165 | +
|
0 commit comments