Skip to content

Commit 835f1d5

Browse files
authored
Create New-CsTag.md
1 parent 4b79559 commit 835f1d5

File tree

1 file changed

+94
-0
lines changed

1 file changed

+94
-0
lines changed
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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/new-cstag
10+
schema: 2.0.0
11+
title: New-CsTag
12+
---
13+
14+
# New-CsTag
15+
16+
## SYNOPSIS
17+
Creates new tag that can be added to a TagTemplate.
18+
19+
## SYNTAX
20+
21+
```
22+
New-CsTag -TagName <String> -CallableEntity <object> [-Tenant <Guid>] [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
The New-CsTag cmdlet creates a new tag associated with a specific Auto Attendant callable entity. This tag must be added to a TagTemplate.
27+
28+
> [!CAUTION]
29+
> 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.
30+
31+
## EXAMPLES
32+
33+
34+
35+
## PARAMETERS
36+
37+
### -TagName
38+
The name of the tag
39+
40+
```yaml
41+
Type: String
42+
Parameter Sets: (All)
43+
Aliases:
44+
45+
Required: True
46+
Position: Named
47+
Default value: None
48+
Accept pipeline input: False
49+
Accept wildcard characters: False
50+
```
51+
52+
### -CallableEntity
53+
The full callable entity object created with the [New-CsAutoAttendantCallableEntity](new-csautoattendantcallableentity.md) cmdlet
54+
55+
```yaml
56+
Type: Object
57+
Parameter Sets: (All)
58+
Aliases:
59+
60+
Required: True
61+
Position: Named
62+
Default value: None
63+
Accept pipeline input: False
64+
Accept wildcard characters: False
65+
```
66+
67+
### -Tenant
68+
This parameter is reserved for Microsoft internal use only.
69+
70+
```yaml
71+
Type: Guid
72+
Parameter Sets: (All)
73+
Aliases:
74+
75+
Required: False
76+
Position: Named
77+
Default value: None
78+
Accept pipeline input: False
79+
Accept wildcard characters: False
80+
```
81+
82+
### CommonParameters
83+
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).
84+
85+
## INPUTS
86+
87+
## OUTPUTS
88+
89+
### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue
90+
91+
## NOTES
92+
93+
## RELATED LINKS
94+

0 commit comments

Comments
 (0)