Skip to content

Commit 8f40a22

Browse files
authored
Update Get-CsTagsTemplate.md
1 parent beda3a0 commit 8f40a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Retrieves the Tag templates in the tenant.
1818

1919
## SYNTAX
2020
```
21-
Get-CsTagsTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
21+
Get-CsTagsTemplate [-Id <String>] [-Tenant <Guid>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -33,7 +33,7 @@ The Get-CsTagTemplate cmdlet returns a list of all Tag templates in the tenant.
3333

3434
## PARAMETERS
3535

36-
### -Identity
36+
### -Id
3737
The unique identifier for the Tag template.
3838

3939
```yaml

0 commit comments

Comments
 (0)