Skip to content

Commit f008d03

Browse files
Update New-CsTeamsHiddenTemplate.md
Update New-CsTeamsHiddenTemplate.md for resolving comments.
1 parent e50dc1b commit f008d03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

teams/teams-ps/teams/New-CsTeamsHiddenTemplate.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: Microsoft.Teams.Policy.Administration.Cmdlets.Core.dll-Help.
33
Module Name: Microsoft.Teams.Policy.Administration.Cmdlets.Core
44
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamshiddentemplate
55
title: New-CsTeamsHiddenTemplate
6-
author: yishuaihuang
6+
author: yishuaihuang4
77
ms.author: yishuaihuang
88
ms.reviewer:
99
manager: weiliu2
@@ -28,16 +28,16 @@ Creates an object that can be supplied as `HiddenTemplate` to the [New-CsTeamsTe
2828

2929
### Example 1
3030
```powershell
31-
PS C:\> $manageProjectTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAProject
31+
$manageProjectTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAProject
3232
```
3333

34-
Creates a new hidden teams template object. For more examples of how this can be used, see the examples for [New-CsTeamsTemplatePermissionPolicy](New-CsTeamsTemplatePermissionPolicy.md).
34+
Creates a new hidden Teams template object. For more examples of how this can be used, see the examples for [New-CsTeamsTemplatePermissionPolicy](New-CsTeamsTemplatePermissionPolicy.md).
3535

3636

3737
## PARAMETERS
3838

3939
### -Id
40-
{{ Fill Id Description }}
40+
ID of the Teams template to hide.
4141

4242
```yaml
4343
Type: String
@@ -52,7 +52,7 @@ Accept wildcard characters: False
5252
```
5353
5454
### CommonParameters
55-
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).
55+
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).
5656
5757
## INPUTS
5858

0 commit comments

Comments
 (0)