We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beda3a0 commit 8f40a22Copy full SHA for 8f40a22
teams/teams-ps/MicrosoftTeams/Get-CsTagsTemplate.md
@@ -18,7 +18,7 @@ Retrieves the Tag templates in the tenant.
18
19
## SYNTAX
20
```
21
-Get-CsTagsTemplate [-Identity <String>] [-Tenant <Guid>] [<CommonParameters>]
+Get-CsTagsTemplate [-Id <String>] [-Tenant <Guid>] [<CommonParameters>]
22
23
24
## DESCRIPTION
@@ -33,7 +33,7 @@ The Get-CsTagTemplate cmdlet returns a list of all Tag templates in the tenant.
33
34
## PARAMETERS
35
36
-### -Identity
+### -Id
37
The unique identifier for the Tag template.
38
39
```yaml
0 commit comments