Skip to content

Commit e51244d

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent d680efb commit e51244d

5 files changed

+12
-11
lines changed

teams/teams-ps/teams/Get-CsTeamsFirstPartyMeetingTemplateConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ Name : firstparty_e514e598-fba6-4e1f-b8b3-138dd3bca748
5454
Category :
5555
```
5656

57-
Fetches all the first party templates on the tenant.
57+
Fetches all the first-party templates on the tenant.
5858

5959
## PARAMETERS
6060

6161
### -Identity
6262

6363
This parameter can be used to fetch a specific instance of the configuration.
6464

65-
Note: This configuration is readonly and will only have the Global instance.
65+
Note: This configuration is read only and will only have the Global instance.
6666

6767
```yaml
6868
Type: String

teams/teams-ps/teams/Get-CsTeamsMeetingTemplateConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Get-CsTeamsMeetingTemplateConfiguration [[-Identity] <string>] [<CommonParameter
1919
```
2020

2121
## DESCRIPTION
22-
Fetches the list of custom templates on the tenant. Each template object contains its list of meeting options, the name of the template and its ID.
22+
Fetches the list of custom templates on the tenant. Each template object contains its list of meeting options, the name of the template, and its ID.
2323

2424
## EXAMPLES
2525

@@ -60,7 +60,7 @@ Fetches all the custom templates on the tenant.
6060

6161
This parameter can be used to fetch a specific instance of the configuration.
6262

63-
Note: This configuration is readonly and will only have the Global instance.
63+
Note: This configuration is read only and will only have the Global instance.
6464

6565
```yaml
6666
Type: String

teams/teams-ps/teams/Grant-CsTeamsMeetingTemplatePermissionPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Grant-CsTeamsMeetingTemplatePermissionPolicy [-Group] <string> [[-PolicyName] <s
3434

3535
This cmdlet applies an instance of the TeamsMeetingTemplatePermissionPolicy to users or groups in a tenant.
3636

37-
Pass in the `Identity` of the policy instance in the `PolicyName` parameter and the user identifier in the `Identity` parameter or the group name in the `Group` parameter. One of `Identity` or `Group` needs to be passed.
37+
Pass in the `Identity` of the policy instance in the `PolicyName` parameter and the user identifier in the `Identity` parameter or the group name in the `Group` parameter. One of either `Identity` or `Group` needs to be passed.
3838

3939
## EXAMPLES
4040

@@ -50,7 +50,7 @@ Assigns a given policy to a user.
5050

5151
### -PolicyName
5252

53-
Specifies the Identity of the policy to assign to the user/group.
53+
Specifies the Identity of the policy to assign to the user or group.
5454

5555
```yaml
5656
Type: String

teams/teams-ps/teams/New-CsTeamsHiddenMeetingTemplate.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,21 @@ New-CsTeamsHiddenMeetingTemplate -Id <string> [<CommonParameters>]
2121

2222
## DESCRIPTION
2323

24-
Creates an object that can be supplied as `HiddenMeetingTemplate` to [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.md) and [Set-CsTeamsMeetingTemplatePermissionPolicy](Set-CsTeamsMeetingTemplatePermissionPolicy.md) cmdlets.
24+
Creates an object that can be supplied as `HiddenMeetingTemplate` to the [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.md) and [Set-CsTeamsMeetingTemplatePermissionPolicy](Set-CsTeamsMeetingTemplatePermissionPolicy.md) cmdlets.
2525

2626
## EXAMPLES
2727

2828
### Example 1
2929

30-
Create a new hidden meeting template object:
30+
Creates a new hidden meeting template object:
31+
3132
```powershell
3233
PS> $hiddentemplate_1 = New-CsTeamsHiddenMeetingTemplate -Id customtemplate_9ab0014a-bba4-4ad6-b816-0b42104b5056
3334
```
3435

35-
Creates a new HiddenMeetingTemplate object with the given template id.
36+
Creates a new HiddenMeetingTemplate object with the given template ID.
3637

37-
For more examples on how this can be used, please check the examples at [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.md)
38+
For more examples of how this can be used, see the examples for [New-CsTeamsMeetingTemplatePermissionPolicy](New-CsTeamsMeetingTemplatePermissionPolicy.md).
3839

3940
## PARAMETERS
4041

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Creates a new instance of the TeamsMeetingTemplatePermissionPolicy.
1919
```
2020

2121
## DESCRIPTION
22-
Creates a new instance of the policy with a name and a list of hidden meeting template IDs. The templates IDs passed in to the `HiddenMeetingTemplates` object must be valid existing template IDs. The current custom and first party templates on a tenant can be fetched by [Get-CsTeamsMeetingTemplateConfiguration](Get-CsTeamsMeetingTemplateConfiguration.md) and [Get-CsTeamsFirstPartyMeetingTemplateConfiguration](Get-CsTeamsFirstPartyMeetingTemplateConfiguration.md) respectively.
22+
Creates a new instance of the policy with a name and a list of hidden meeting template IDs. The template IDs passed into the `HiddenMeetingTemplates` object must be valid existing template IDs. The current custom and first-party templates on a tenant can be fetched by [Get-CsTeamsMeetingTemplateConfiguration](Get-CsTeamsMeetingTemplateConfiguration.md) and [Get-CsTeamsFirstPartyMeetingTemplateConfiguration](Get-CsTeamsFirstPartyMeetingTemplateConfiguration.md) respectively.
2323

2424
## EXAMPLES
2525

0 commit comments

Comments
 (0)