Skip to content

Commit 29329a1

Browse files
Fix reference to Get-CsTagsTemplate cmdlet
1 parent ef44f88 commit 29329a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Set-CsTagsTemplate cmdlet changes and existing Tag template.
3636
### -Instance
3737
The Instance parameter is the object reference to the Tag template to be modified.
3838

39-
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.
39+
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.
4040

4141
```yaml
4242
Type: Object

0 commit comments

Comments
 (0)