New-CsTeamsHiddenMeetingTemplate

This cmdlet is used to create a HiddenMeetingTemplate object for use with the New-CsTeamsMeetingTemplatePermissionPolicy and Set-CsTeamsMeetingTemplatePermissionPolicy cmdlets.

Syntax

New-CsTeamsHiddenMeetingTemplate
   -Id <string> 
   [<CommonParameters>]

Description

Creates an object that can be supplied as HiddenMeetingTemplate to the New-CsTeamsMeetingTemplatePermissionPolicy and Set-CsTeamsMeetingTemplatePermissionPolicy cmdlets.

Examples

Example 1 - Creating a new hidden meeting template

Creates a new hidden meeting template object:

PS> $hiddentemplate_1 = New-CsTeamsHiddenMeetingTemplate -Id customtemplate_9ab0014a-bba4-4ad6-b816-0b42104b5056

Creates a new HiddenMeetingTemplate object with the given template ID.

For more examples of how this can be used, see the examples for New-CsTeamsMeetingTemplatePermissionPolicy.

Parameters

-Id

ID of the meeting template to hide.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Microsoft Teams