Skip to content

Commit e042adb

Browse files
Update teams/teams-ps/teams/New-CsTeamsMeetingTemplatePermissionPolicy.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent f48a450 commit e042adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingTemplatePermissionPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PS> $hiddentemplate_1 = New-CsTeamsHiddenMeetingTemplate -Id customtemplate_9ab0
3232
PS> $hiddentemplate_2 = New-CsTeamsHiddenMeetingTemplate -Id firstparty_e514e598-fba6-4e1f-b8b3-138dd3bca748
3333
```
3434

35-
The next step would be to create the policy instance
35+
The next step would be to create the policy instance.
3636

3737
```powershell
3838
PS> New-CsTeamsMeetingTemplatePermissionPolicy -Identity Test_Policy -HiddenMeetingTemplates @($hiddentemplate_1, $hiddentemplate_2) -Description "This is a test policy"

0 commit comments

Comments
 (0)