Skip to content

Commit 8fb7634

Browse files
Update Set-CsTeamsTemplatePermissionPolicy.md
Update Set-CsTeamsTemplatePermissionPolicy.md for resolving comments.
1 parent b1a1685 commit 8fb7634

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

teams/teams-ps/teams/Set-CsTeamsTemplatePermissionPolicy.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: Microsoft.Teams.Policy.Administration.Cmdlets.Core
44
online version: https://learn.microsoft.com/powershell/module/teams/set-csteamstemplatepermissionpolicy
55
title: Set-CsTeamsTemplatePermissionPolicy
66
author: yishuaihuang
7-
ms.author: yishuaihuang
7+
ms.author: yishuaihuang4
88
ms.reviewer:
99
manager: weiliu2
1010
schema: 2.0.0
@@ -24,16 +24,16 @@ Set-CsTeamsTemplatePermissionPolicy
2424
```
2525

2626
## DESCRIPTION
27-
Update any of the properties of an existing instance of the TeamsTemplatePermissionPolicy.
27+
Updates any of the properties of an existing instance of the TeamsTemplatePermissionPolicy.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232
```powershell
33-
PS C:\>$manageEventTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAnEvent
34-
PS C:\>$manageProjectTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAProject
35-
PS C:\>$HiddenList = @($manageProjectTemplate, $manageEventTemplate)
36-
PS C:\> Set-CsTeamsTemplatePermissionPolicy -Identity Global -HiddenTemplates $HiddenList
33+
PS >$manageEventTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAnEvent
34+
PS >$manageProjectTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAProject
35+
PS >$HiddenList = @($manageProjectTemplate, $manageEventTemplate)
36+
PS > Set-CsTeamsTemplatePermissionPolicy -Identity Global -HiddenTemplates $HiddenList
3737
```
3838

3939
Updates the hidden templates array.
@@ -56,7 +56,7 @@ Accept wildcard characters: False
5656
```
5757
5858
### -Description
59-
Pass in a new description if that field needs to be updated.
59+
Adds a new description if that field needs to be updated.
6060
6161
```yaml
6262
Type: String
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
```
136136
137137
### CommonParameters
138-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
138+
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).
139139
140140
## INPUTS
141141

0 commit comments

Comments
 (0)