New-CsTeamsHiddenTemplate
Syntax
Default (Default)
New-CsTeamsHiddenTemplate
-Id <String>
[<CommonParameters>]
Description
Creates an object that can be supplied as HiddenTemplate
to the New-CsTeamsTemplatePermissionPolicy and Set-CsTeamsTemplatePermissionPolicy cmdlets.
Examples
Example 1
PS >$manageProjectTemplate = New-CsTeamsHiddenTemplate -Id com.microsoft.teams.template.ManageAProject
Creates a new hidden Teams template object. For more examples of how this can be used, see the examples for New-CsTeamsTemplatePermissionPolicy.
Parameters
-Id
ID of the Teams template to hide.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.