Skip to content

Commit 72c8500

Browse files
authored
Create Get-CsTagTemplate
1 parent 0cc13a2 commit 72c8500

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
applicable: Microsoft Teams
3+
author: tomkau
4+
external help file: Microsoft.Rtc.Management.dll-Help.xml
5+
Locale: en-US
6+
manager: bulenteg
7+
Module Name: MicrosoftTeams
8+
ms.author: tomkau
9+
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagtemplate
10+
schema: 2.0.0
11+
title: Get-CsTagTemplate
12+
---
13+
14+
# Get-CsTagTemplate
15+
16+
## SYNOPSIS
17+
Retrieves the Tag templates in the tenant.
18+
19+
## SYNTAX
20+
```
21+
Get-CsTagTemplate [-Identity <String> [-Tenant <Guid>] [<CommonParameters>]
22+
```
23+
24+
## DESCRIPTION
25+
The Get-CsTagTemplate cmdlet returns a list of all Tag templates in the tenant.
26+
27+
> [!CAUTION]
28+
> This cmdlet 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.
29+
30+
## EXAMPLES
31+
32+
33+
34+
## PARAMETERS
35+
36+
### -Identity
37+
The unique identifier for the Tag template.
38+
39+
```yaml
40+
Type: String
41+
Parameter Sets: (All)
42+
Aliases:
43+
44+
Required: False
45+
Position: Named
46+
Default value: None
47+
Accept pipeline input: False
48+
Accept wildcard characters: False
49+
```
50+
51+
### -Tenant
52+
This parameter is reserved for Microsoft internal use only.
53+
54+
```yaml
55+
Type: Guid
56+
Parameter Sets: (All)
57+
Aliases:
58+
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
66+
### CommonParameters
67+
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).
68+
69+
## INPUTS
70+
71+
## OUTPUTS
72+
73+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
74+
75+
## NOTES
76+
77+
## RELATED LINKS
78+

0 commit comments

Comments
 (0)