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 @@ -6,19 +6,19 @@ Locale: en-US
manager: bulenteg
Module Name: MicrosoftTeams
ms.author: tomkau
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagtemplate
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagstemplate
schema: 2.0.0
title: Get-CsTagTemplate
title: Get-CsTagsTemplate
---

# Get-CsTagTemplate
# Get-CsTagsTemplate

## SYNOPSIS
Retrieves the Tag templates in the tenant.

## SYNTAX
```
Get-CsTagTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
Get-CsTagsTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-CsTagTemplate](New-CsTagTemplate.md)
[New-CsTagsTemplate](New-CsTagsTemplate.md)

[Set-CsTagTemplate](Set-CsTagTemplate.md)
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)

[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)

[New-CsTag](New-CsTag.md)
10 changes: 5 additions & 5 deletions teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Get the status of an active bulk sign in request.
### [Get-CsSharedCallQueueHistoryTemplate](Get-CsSharedCallQueueHistoryTemplate.md)
```powershell Get-CsSharedCallQueueHistoryTemplate -Id <string> [<CommonParameters>] ```

### [Get-CsTagTemplate](Get-CsTagTemplate.md)
### [Get-CsTagsTemplate](Get-CsTagsTemplate.md)
Retrieves a list of existing Tag templates.

### [Get-CsTeamsAcsFederationConfiguration](Get-CsTeamsAcsFederationConfiguration.md)
Expand Down Expand Up @@ -878,8 +878,8 @@ Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue Histor
### [New-CsTag](New-CsTag.md)
Use the New-CsTag cmdlet to create a new tag that can be added to a Tag template.

### [New-CsTagTemplate](New-CsTagTemplate.md)
Use the New-CsTag cmdlet to create a new Tag template.
### [New-CsTagsTemplate](New-CsTagsTemplate.md)
Use the New-CsTagsTemplate cmdlet to create a new Tag template.

### [New-CsTeamsAIPolicy](New-CsTeamsAIPolicy.md)
This cmdlet creates a Teams AI policy.
Expand Down Expand Up @@ -1169,7 +1169,7 @@ This cmdlet allows admin to remove a tag from phone number.
### [Remove-CsSharedCallQueueHistoryTemplate](Remove-CsSharedCallQueueHistoryTemplate.md)
```powershell Remove-CsSharedCallQueueHistoryTemplate -Id <String> [<CommonParameters>] ```

### [Remove-CsTagTemplate](Remove-CsTagTemplate.md)
### [Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
Deletes an existing Tag template.

### [Remove-CsTeamsAIPolicy](Remove-CsTeamsAIPolicy.md)
Expand Down Expand Up @@ -1481,7 +1481,7 @@ This cmdlet allows the admin to create and assign a tag to a phone number.
### [Set-CsSharedCallQueueHistoryTemplate](Set-CsSharedCallQueueHistoryTemplate.md)
```powershell Set-CsSharedCallQueueHistoryTemplate -Instance <instance> [<CommonParameters>] ```

### [Set-CsTagTemplate](Set-CsTagTemplate.md)
### [Set-CsTagsTemplate](Set-CsTagsTemplate.md)
Make changes to an existing Tag template.

### [Set-CsTeamsAcsFederationConfiguration](Set-CsTeamsAcsFederationConfiguration.md)
Expand Down
12 changes: 6 additions & 6 deletions teams/teams-ps/MicrosoftTeams/New-CsTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Creates new tag that can be added to a TagTemplate.
## SYNTAX

```
New-CsTag -TagName <String> -CallableEntity <object> [-Tenant <Guid>] [<CommonParameters>]
New-CsTag -TagName <String> -TagDetails <object> [-Tenant <Guid>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -49,7 +49,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -CallableEntity
### -TagDetails
The full callable entity object created with the [New-CsAutoAttendantCallableEntity](new-csautoattendantcallableentity.md) cmdlet

```yaml
Expand Down Expand Up @@ -92,10 +92,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-CsTagTemplate](New-CsTagTemplate.md)
[New-CsTagsTemplate](New-CsTagsTemplate.md)

[Get-CsTagTemplate](Get-CsTagTemplate.md)
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)

[Set-CsTagTemplate](Set-CsTagTemplate.md)
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)

[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Locale: en-US
manager: bulenteg
Module Name: MicrosoftTeams
ms.author: tomkau
online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-cstagtemplate
online version: https://learn.microsoft.com/powershell/module/microsoftteams/new-cstagstemplate
schema: 2.0.0
title: New-CsTagTemplate
title: New-CsTagsTemplate
---

# New-CsTagTemplate
# New-CsTagsTemplate

## SYNOPSIS
Creates new tag template.

## SYNTAX
```
New-CsTagTemplate -Name <String> -Description <String> -Tags <List> [-Tenant <Guid>] [<CommonParameters>]
New-CsTagsTemplate -Name <String> -Description <String> -Tags <List> [-Tenant <Guid>] [<CommonParameters>]
```

## DESCRIPTION
The New-CsTagTemplate cmdlet creates a new tag template made of up of tags created with [New-CsTag](New-CsTag.md).
The New-CsTagsTemplate cmdlet creates a new tag template made of up of tags created with [New-CsTag](New-CsTag.md).

> [!CAUTION]
> 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.
Expand Down Expand Up @@ -106,10 +106,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-CsTagTag](New-CsTag.md)
[New-CsTag](New-CsTag.md)

[Get-CsTagTemplate](Get-CsTagTemplate.md)
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)

[Set-CsTagTemplate](Set-CsTagTemplate.md)
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)

[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Locale: en-US
manager: bulenteg
Module Name: MicrosoftTeams
ms.author: tomkau
online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagtemplate
online version: https://learn.microsoft.com/powershell/module/microsoftteams/remove-cstagstemplate
schema: 2.0.0
title: Remove-CsTagTemplate
title: Remove-CsTagsTemplate
---

# Remove-CsTagTemplate
# Remove-CsTagsTemplate

## SYNOPSIS
Deletes a Tag templates from the tenant.

## SYNTAX
```
Remove-CsTagTemplate -Identity <String> [-Tenant <Guid>] [<CommonParameters>]
Remove-CsTagsTemplate -Id <String> [-Tenant <Guid>] [<CommonParameters>]
```

## DESCRIPTION
The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.
The Remove-CsTagsTemplate cmdlet deletes a Tag template from the tenant.

> [!CAUTION]
> 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.
Expand All @@ -33,8 +33,8 @@ The Remove-CsTagTemplate cmdlet deletes a Tag template from the tenant.

## PARAMETERS

### -Identity
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagTemplate](Get-CsTagTemplate.md) cmdlet.
### -Id
The unique identifier for the Tag template. This can be retrieved using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet.

```yaml
Type: String
Expand Down Expand Up @@ -76,10 +76,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-CsTagTemplate](New-CsTagTemplate.md)
[New-CsTagsTemplate](New-CsTagsTemplate.md)

[Get-CsTagTemplate](Get-CsTagTemplate.md)
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)

[Set-CsTagTemplate](Set-CsTagTemplate.md)
[Set-CsTagsTemplate](Set-CsTagsTemplate.md)

[New-CsTag](New-CsTag.md)
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,24 @@ Locale: en-US
manager: bulenteg
Module Name: MicrosoftTeams
ms.author: tomkau
online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-cstagtemplate
online version: https://learn.microsoft.com/powershell/module/microsoftteams/set-cstagstemplate
schema: 2.0.0
title: Set-CsTagTemplate
title: Set-CsTagsTemplate
---

# Set-CsTagTemplate
# Set-CsTagsTemplate

## SYNOPSIS
Changes an existing Tag template.

## SYNTAX
```
Set-CsTagTemplate -Instance <Object> [-Tenant <Guid>] [<CommonParameters>]
Set-CsTagsTemplate -Instance <Object> [-Tenant <Guid>] [<CommonParameters>]
```

## DESCRIPTION
The Set-CsTagTemplate cmdlet changes and existing Tag template.
Delete this line please.

> [!CAUTION]
> 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.
Expand All @@ -36,7 +37,7 @@ The Set-CsTagTemplate cmdlet changes and existing Tag template.
### -Instance
The Instance parameter is the object reference to the Tag template to be modified.

You can retrieve an object reference to an existing Tag template by using the [Get-CsTagTemplate](Get-CsTagTemplate.md) cmdlet and assigning the returned value to a variable.
You can retrieve an object reference to an existing Tag template by using the [Get-CsTagsTemplate](Get-CsTagsTemplate.md) cmdlet and assigning the returned value to a variable.

```yaml
Type: Object
Expand Down Expand Up @@ -78,10 +79,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-CsTagTemplate](New-CsTagTemplate.md)
[New-CsTagsTemplate](New-CsTagsTemplate.md)

[Get-CsTagTemplate](Get-CsTagTemplate.md)
[Get-CsTagsTemplate](Get-CsTagsTemplate.md)

[Remove-CsTagTemplate](Remove-CsTagTemplate.md)
[Remove-CsTagsTemplate](Remove-CsTagsTemplate.md)

[New-CsTag](New-CsTag.md)
Loading