New-CsTeamsHiddenMeetingTemplate
This cmdlet is used to create a HiddenMeetingTemplate
object.
Syntax
Default (Default)
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
Applicable: Microsoft Teams
ID of the meeting 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.