Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
458fc1a
Update Get-CsMainlineAttendantFlow.md
CLYVR Aug 21, 2025
f86bc27
Update Get-CsMainlineAttendantFlow.md
CLYVR Aug 21, 2025
55a8ad4
Update Get-CsMainlineAttendantFlow.md
CLYVR Aug 21, 2025
abbb7fb
Update Get-CsMainlineAttendantFlow.md
CLYVR Aug 21, 2025
852a2f4
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
CLYVR Aug 21, 2025
77d2abc
Update Get-CsMainlineAttendantQuestionAnswerFlow.md
CLYVR Aug 21, 2025
41bb862
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
CLYVR Aug 21, 2025
07009c9
Update Get-CsMainlineAttendantFlow.md
CLYVR Aug 21, 2025
61ad0ce
Update Get-CsMainlineAttendantQuestionAnswerFlow.md
CLYVR Aug 21, 2025
b155c4c
Update New-CsAutoAttendantMenuOption.md
CLYVR Aug 22, 2025
9be26d7
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
CLYVR Aug 26, 2025
9db8dee
Update New-CsMainlineAttendantAppointmentBookingFlow.md
CLYVR Aug 26, 2025
c04fbb1
Update New-CsMainlineAttendantQuestionAnswerFlow.md
CLYVR Aug 26, 2025
4b79559
Update New-CsComplianceRecordingForCallQueueTemplate.md
CLYVR Aug 27, 2025
835f1d5
Create New-CsTag.md
CLYVR Aug 29, 2025
0cc13a2
Create New-CsTagTemplate.md
CLYVR Aug 29, 2025
72c8500
Create Get-CsTagTemplate
CLYVR Aug 29, 2025
adbf81b
Create Remove-CsTagTemplate.md
CLYVR Aug 29, 2025
6492bfa
Create Set-CsTagTemplate.md
CLYVR Aug 29, 2025
c53dda0
Update Get-CsTagTemplate
CLYVR Aug 29, 2025
6ed0a87
Update MicrosoftTeams.md
CLYVR Aug 29, 2025
66486b2
Update Set-CsTagTemplate.md
CLYVR Aug 29, 2025
d8a5cd2
Update Set-CsTagTemplate.md
CLYVR Aug 29, 2025
fc507f3
Rename Get-CsTagTemplate to Get-CsTagTemplate.md
CLYVR Aug 29, 2025
f89d4b9
Merge branch 'main' into patch-51
CLYVR Aug 29, 2025
7246197
Update New-CsTag.md
CLYVR Aug 29, 2025
7675ad2
Update New-CsTagTemplate.md
CLYVR Aug 29, 2025
aa838fb
Update Remove-CsTagTemplate.md
CLYVR Aug 29, 2025
a5ff942
Update Set-CsTagTemplate.md
CLYVR Aug 29, 2025
ef56a93
Update Get-CsTagTemplate.md
CLYVR Aug 29, 2025
c4202b1
Update New-CsTagTemplate.md
CLYVR Aug 29, 2025
4d2b4a7
Update New-CsTagTemplate.md
CLYVR Aug 29, 2025
c49ec1a
Update Remove-CsTagTemplate.md
CLYVR Aug 29, 2025
54c4326
Update Set-CsTagTemplate.md
CLYVR Aug 29, 2025
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 @@ The Get-CsMainlineAttendantAppointmentBookingFlow cmdlet returns the identified
## SYNTAX

```
Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
Get-CsMainlineAttendantAppointmentBookingFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-SortBy <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand All @@ -45,8 +45,6 @@ This example gets the Mainline attendant appointment booking flow with the ident

### -Identity

> Applicable: Microsoft Teams

PARAMVALUE: Guid

```yaml
Expand All @@ -63,8 +61,6 @@ Accept wildcard characters: False

### -Tenant

> Applicable: Microsoft Teams

PARAMVALUE: Guid

```yaml
Expand All @@ -81,8 +77,6 @@ Accept wildcard characters: False

### -First

> Applicable: Microsoft Teams

The First parameter gets the first N appointment flows, up to a maximum of 100 at a time.
When not specified, the default behavior is to return the first 100 appointment flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
If a number greater than 100 is supplied, the request will fail.
Expand All @@ -101,8 +95,6 @@ Accept wildcard characters: False

### -Skip

> Applicable: Microsoft Teams

The Skip parameter skips the first N appointment flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.

```yaml
Expand All @@ -117,29 +109,9 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ExcludeContent

> Applicable: Microsoft Teams

The ExcludeContent parameter only displays the Name and Id of the appointment flow.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Sort

> Applicable: Microsoft Teams
### -SortBy

The Sort parameter specifies the property used to sort.
The SortBy parameter specifies the property used to sort.

```yaml
Type: String
Expand All @@ -155,8 +127,6 @@ Accept wildcard characters: False

### -Descending

> Applicable: Microsoft Teams

The Descending parameter sorts appointment booking flows in descending order

```yaml
Expand All @@ -173,8 +143,6 @@ Accept wildcard characters: False

### -NameFilter

> Applicable: Microsoft Teams

The NameFilter parameter returns appointment booking flows where the name contains specified string

```yaml
Expand Down
84 changes: 83 additions & 1 deletion teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantFlow cmdlet returns information about the Mainline At
## SYNTAX

```
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
Get-CsMainlineAttendantFlow [-ConfigurationId <String>] [-Type <String>] [-Identity <String>] [-First <UInt32>] [-Skip <UInt32>] [-NameFilter <String>] [-SortBy <String>] [-Descending] [-Tenant <Guid>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -114,6 +114,88 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -First

The First parameter gets the first N Mainline Attendant flows, up to a maximum of 100 at a time.
When not specified, the default behavior is to return the first 100 Mainline Attendant flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
If a number greater than 100 is supplied, the request will fail.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 100
Accept pipeline input: False
Accept wildcard characters: False
```

### -Skip

The Skip parameter skips the first N Mainline Attendant flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.

```yaml
Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -SortBy

The SortBy parameter specifies the property used to sort.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: Name
Accept pipeline input: False
Accept wildcard characters: False
```

### -Descending

The Descending parameter sorts Mainline Attendant flows in descending order

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -NameFilter

The NameFilter parameter returns appointment booking flows where the name contains specified string

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Get-CsMainlineAttendantQuestionAnswerFlow cmdlet returns the identified Main
## SYNTAX

```
Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-ExcludeContent <Switch>] [-Sort <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
Get-CsMainlineAttendantQuestionAnswerFlow [-Identity <Guid>] [-Tenant <Guid>] [-First <Int32>] [-Skip <Int32>] [-SortBy <String>] [-Descending <Switch>] [-NameFilter <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -105,23 +105,8 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -ExcludeContent
The ExcludeContent parameter only displays the Name and Id of the question and answer flow.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Sort
The Sort parameter specifies the property used to sort.
### -SortBy
The SortBy parameter specifies the property used to sort.

```yaml
Type: String
Expand Down
85 changes: 85 additions & 0 deletions teams/teams-ps/MicrosoftTeams/Get-CsTagTemplate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
---
applicable: Microsoft Teams
author: tomkau
external help file: Microsoft.Rtc.Management.dll-Help.xml
Locale: en-US
manager: bulenteg
Module Name: MicrosoftTeams
ms.author: tomkau
online version: https://learn.microsoft.com/powershell/module/microsoftteams/get-cstagtemplate
schema: 2.0.0
title: Get-CsTagTemplate
---

# Get-CsTagTemplate

## SYNOPSIS
Retrieves the Tag templates in the tenant.

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

## DESCRIPTION
The Get-CsTagTemplate cmdlet returns a list of all Tag templates in 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.

## EXAMPLES



## PARAMETERS

### -Identity
The unique identifier for the Tag template.

```yaml
Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Tenant
This parameter is reserved for Microsoft internal use only.

```yaml
Type: Guid
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

## OUTPUTS

### Microsoft.Rtc.Management.Hosted.CallQueue.Models.CallQueue

## NOTES

## RELATED LINKS

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

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

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

[New-CsTag](New-CsTag.md)
15 changes: 15 additions & 0 deletions teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ 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)
Retrieves a list of existing Tag templates.

### [Get-CsTeamsAcsFederationConfiguration](Get-CsTeamsAcsFederationConfiguration.md)
This cmdlet is used to retrieve the federation configuration between Teams and Azure Communication Services.

Expand Down Expand Up @@ -872,6 +875,12 @@ Use the New-CsSdgBulkSignInRequest cmdlet to sign in a batch of up to 100 device
### [New-CsSharedCallQueueHistoryTemplate](New-CsSharedCallQueueHistoryTemplate.md)
Use the New-CsSharedCallQueueHistory cmdlet to create a Shared Call Queue History template.

### [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-CsTeamsAIPolicy](New-CsTeamsAIPolicy.md)
This cmdlet creates a Teams AI policy.

Expand Down Expand Up @@ -1160,6 +1169,9 @@ 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)
Deletes an existing Tag template.

### [Remove-CsTeamsAIPolicy](Remove-CsTeamsAIPolicy.md)
This cmdlet deletes a Teams AI policy.

Expand Down Expand Up @@ -1469,6 +1481,9 @@ 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)
Make changes to an existing Tag template.

### [Set-CsTeamsAcsFederationConfiguration](Set-CsTeamsAcsFederationConfiguration.md)
This cmdlet is used to manage the federation configuration between Teams and Azure Communication Services.

Expand Down
Loading