Skip to content

Commit 986ecce

Browse files
committed
Formatting fixes per build report
1 parent ed36974 commit 986ecce

File tree

5 files changed

+61
-55
lines changed

5 files changed

+61
-55
lines changed

skype/skype-ps/skype/Get-CsTeamsCallHoldPolicy.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ author: joelhmarquez
1414

1515
## SYNOPSIS
1616

17-
**Preview**: The use of this cmdlet is in Public Preview.
18-
1917
Returns information about the policies configured to customize the call hold experience for Teams clients.
2018

19+
> [!NOTE]
20+
> **Preview** The use of this cmdlet is in Public Preview.
21+
2122
## SYNTAX
2223

2324
### Identity (Default)
@@ -34,6 +35,7 @@ Get-CsTeamsCallHoldPolicy [-Tenant <System.Guid>] [-Filter <String>] [-LocalStor
3435
## DESCRIPTION
3536
Teams call hold policies are used to customize the call hold experience for teams clients.
3637
When Microsoft Teams users participate in calls, they have the ability to hold a call and have the other entity in the call listen to an audio file during the duration of the hold.
38+
3739
Assigning a Teams call hold policy to a user sets an audio file to be played during the duration of the hold.
3840

3941
## EXAMPLES

skype/skype-ps/skype/Grant-CsTeamsCallHoldPolicy.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-help.xml
3-
online version: https://docs.microsoft.com/powershell/module/skype/grant-CsTeamsCallHoldPolicy
4-
Module Name: MicrosoftTeams
5-
online version:
3+
online version: https://docs.microsoft.com/powershell/module/skype/grant-csteamscallholdpolicy
4+
applicable: Skype for Business Online
5+
title: Grant-CsTeamsCallHoldPolicy
66
schema: 2.0.0
7-
title: grant-CsTeamsCallHoldPolicy
7+
ms.reviewer:
88
manager: abnair
9-
author: joelhmarquez
109
ms.author: jomarque
11-
ms.reviewer:
10+
author: joelhmarquez
1211
---
1312

1413
# Grant-CsTeamsCallHoldPolicy
1514

1615
## SYNOPSIS
17-
Assigns a per-user Teams call hold policy to one or more users.
18-
The Teams call hold policy is used to customize the call hold experience for Teams clients.
16+
17+
Assigns a per-user Teams call hold policy to one or more users. The Teams call hold policy is used to customize the call hold experience for Teams clients.
18+
1919
> [!NOTE]
2020
> **Preview** The use of this cmdlet is in Public Preview.
2121
@@ -36,7 +36,8 @@ grant-CsTeamsCallHoldPolicy [-PolicyName] <String> [-Tenant <System.Guid>] [-Dom
3636
## DESCRIPTION
3737
Teams call hold policies are used to customize the call hold experience for teams clients.
3838
When Microsoft Teams users participate in calls, they have the ability to hold a call and have the other entity in the call listen to an audio file during the duration of the hold.
39-
Assinging a teams call hold policy to a user sets an audio file to be played during the duration of the hold.
39+
40+
Assigning a teams call hold policy to a user sets an audio file to be played during the duration of the hold.
4041

4142
## EXAMPLES
4243

@@ -102,8 +103,7 @@ Accept wildcard characters: False
102103
```
103104
104105
### -Global
105-
When you use this cmdlet without specifying a user identity, the policy applies to all users in your tenant.
106-
To skip a warning when you do this operation, specify "-Global".
106+
When you use this cmdlet without specifying a user identity, the policy applies to all users in your tenant. To skip a warning when you do this operation, specify "-Global".
107107
108108
```yaml
109109
Type: SwitchParameter
@@ -120,9 +120,10 @@ Accept wildcard characters: False
120120
### -Identity
121121
Indicates the Identity of the user account to be assigned the per-user Teams call hold policy.
122122
User Identities can be specified using one of the following formats:
123-
1) the user's SIP address;
124-
2) the user's user principal name (UPN);
125-
3) the user's Active Directory display name (for example, Ken Myer).
123+
124+
- The user's SIP address;
125+
- The user's user principal name (UPN);
126+
- The user's Active Directory display name (for example, Ken Myer).
126127
127128
```yaml
128129
Type: UserIdParameter
@@ -138,6 +139,7 @@ Accept wildcard characters: False
138139
139140
### -PassThru
140141
Enables you to pass a user object through the pipeline that represents the user account being assigned the Teams call hold policy.
142+
141143
By default, the Grant-CsTeamsCallHoldPoly cmdlet does not pass objects through the pipeline.
142144
143145
```yaml
@@ -153,8 +155,7 @@ Accept wildcard characters: False
153155
```
154156
155157
### -PolicyName
156-
Name of the policy to be assigned.
157-
The PolicyName is simply the policy Identity without the policy scope, i.e. the "Tag:" prefix.
158+
Name of the policy to be assigned. The PolicyName is simply the policy Identity without the policy scope, i.e. the "Tag:" prefix.
158159
159160
For example, a policy with the Identity Tag:ContosoPartnerCallHoldPolicy has a PolicyName equal to ContosoPartnerCallHoldPolicy.
160161
@@ -206,14 +207,14 @@ Accept wildcard characters: False
206207
### CommonParameters
207208
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
208209
209-
210210
## INPUTS
211211
212212
### Microsoft.Rtc.Management.AD.UserIdParameter
213213
214214
## OUTPUTS
215215
216216
### System.Object
217+
217218
## NOTES
218219
219220
## RELATED LINKS

skype/skype-ps/skype/New-CsTeamsCallHoldPolicy.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-help.xml
3-
online version: https://docs.microsoft.com/powershell/module/skype/new-CsTeamsCallHoldPolicy
4-
Module Name: MicrosoftTeams
5-
online version:
6-
schema: 2.0.0
3+
online version: https://docs.microsoft.com/powershell/module/skype/new-csteamscallholdpolicy
4+
applicable: Skype for Business Online
75
title: New-CsTeamsCallHoldPolicy
6+
schema: 2.0.0
7+
ms.reviewer:
88
manager: abnair
9-
author: joelhmarquez
109
ms.author: jomarque
11-
ms.reviewer:
10+
author: joelhmarquez
1211
---
1312

1413
# New-CsTeamsCallHoldPolicy
1514

1615
## SYNOPSIS
17-
Creates a new Teams call hold policy in your tenant.
18-
The Teams call hold policy is used to customize the call hold experience for Teams clients.
16+
17+
Creates a new Teams call hold policy in your tenant. The Teams call hold policy is used to customize the call hold experience for Teams clients.
18+
1919
> [!NOTE]
2020
> **Preview** The use of this cmdlet is in Public Preview.
2121
@@ -29,28 +29,26 @@ New-CsTeamsCallHoldPolicy [-Tenant <System.Guid>] [-Description <String>] [-Audi
2929
## DESCRIPTION
3030
Teams call hold policies are used to customize the call hold experience for teams clients.
3131
When Microsoft Teams users participate in calls, they have the ability to hold a call and have the other entity in the call listen to an audio file during the duration of the hold.
32-
Assinging a teams call hold policy to a user sets an audio file to be played during the duration of the hold.
32+
33+
Assigning a Teams call hold policy to a user sets an audio file to be played during the duration of the hold.
3334

3435
## EXAMPLES
3536

3637
### Example 1
3738
```powershell
3839
PS C:\> New-CsTeamsCallHoldPolicy -Identity "ContosoPartnerTeamsCallHoldPolicy" -Description "country music" -AudioFileID "c65233-ac2a27-98701b-123ccc"
39-
4040
```
4141

4242
The command shown in Example 1 creates a new, per-user Teams call hold policy with the Identity ContosoPartnerTeamsCallHoldPolicy.
4343
This policy is assigned the audio file ID: c65233-ac2a27-98701b-123ccc, which is the ID referencing an audio file that was uploaded using the Import-CsOnlineAudioFile cmdlet.
4444

45-
4645
Any Microsoft Teams users who are assigned this policy will have their call holds customized such that the user being held will hear the audio file specified by AudioFileId.
4746

4847
## PARAMETERS
4948

5049
### -AudioFileId
5150
A string representing the ID referencing an audio file uploaded via the Import-CsOnlineAudioFile cmdlet.
5251

53-
5452
```yaml
5553
Type: String
5654
Parameter Sets: (All)
@@ -80,6 +78,7 @@ Accept wildcard characters: False
8078
8179
### -Description
8280
Enables administrators to provide explanatory text to accompany a Teams call hold policy.
81+
8382
For example, the Description might include information about the users the policy should be assigned to.
8483
8584
```yaml
@@ -128,6 +127,7 @@ Accept wildcard characters: False
128127
129128
### -InMemory
130129
Creates an object reference without actually committing the object as a permanent change.
130+
131131
If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet's matching Set- cmdlet.
132132
133133
```yaml
@@ -176,14 +176,14 @@ Accept wildcard characters: False
176176
### CommonParameters
177177
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
178178
179-
180179
## INPUTS
181180
182181
### None
183182
184183
## OUTPUTS
185184
186185
### System.Object
186+
187187
## NOTES
188188
189189
## RELATED LINKS

skype/skype-ps/skype/Remove-CsTeamsCallHoldPolicy.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-help.xml
3-
online version: https://docs.microsoft.com/powershell/module/skype/remove-CsTeamsCallHoldPolicy
4-
Module Name: MicrosoftTeams
5-
online version:
6-
schema: 2.0.0
3+
online version: https://docs.microsoft.com/powershell/module/skype/remove-csteamscallholdpolicy
4+
applicable: Skype for Business Online
75
title: Remove-CsTeamsCallHoldPolicy
6+
schema: 2.0.0
7+
ms.reviewer:
88
manager: abnair
9-
author: joelhmarquez
109
ms.author: jomarque
11-
ms.reviewer:
10+
author: joelhmarquez
1211
---
1312

1413
# Remove-CsTeamsCallHoldPolicy
1514

1615
## SYNOPSIS
17-
Deletes an existing Teams call hold policy in your tenant.
18-
The Teams call hold policy is used to customize the call hold experience for Teams clients.
16+
17+
Deletes an existing Teams call hold policy in your tenant. The Teams call hold policy is used to customize the call hold experience for Teams clients.
18+
1919
> [!NOTE]
2020
> **Preview** The use of this cmdlet is in Public Preview.
2121
@@ -29,7 +29,8 @@ Remove-CsTeamsCallHoldPolicy [-Tenant <System.Guid>] [-Identity] <XdsIdentity> [
2929
## DESCRIPTION
3030
Teams call hold policies are used to customize the call hold experience for teams clients.
3131
When Microsoft Teams users participate in calls, they have the ability to hold a call and have the other entity in the call listen to an audio file during the duration of the hold.
32-
Assinging a teams call hold policy to a user sets an audio file to be played during the duration of the hold.
32+
33+
Assigning a Teams call hold policy to a user sets an audio file to be played during the duration of the hold.
3334

3435
## EXAMPLES
3536

@@ -130,14 +131,14 @@ Accept wildcard characters: False
130131
### CommonParameters
131132
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
132133
133-
134134
## INPUTS
135135
136136
### Microsoft.Rtc.Management.Xds.XdsIdentity
137137
138138
## OUTPUTS
139139
140140
### System.Object
141+
141142
## NOTES
142143
143144
## RELATED LINKS

skype/skype-ps/skype/Set-CsTeamsCallHoldPolicy.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-help.xml
3-
online version: https://docs.microsoft.com/powershell/module/skype/set-CsTeamsCallHoldPolicy
4-
Module Name: MicrosoftTeams
5-
online version:
6-
schema: 2.0.0
3+
online version: https://docs.microsoft.com/powershell/module/skype/set-csteamscallholdpolicy
4+
applicable: Skype for Business Online
75
title: Set-CsTeamsCallHoldPolicy
6+
schema: 2.0.0
7+
ms.reviewer:
88
manager: abnair
9-
author: joelhmarquez
109
ms.author: jomarque
11-
ms.reviewer:
10+
author: joelhmarquez
1211
---
1312

1413
# Set-CsTeamsCallHoldPolicy
1514

1615
## SYNOPSIS
17-
Modifies an existing Teams call hold policy in your tenant.
18-
The Teams call hold policy is used to customize the call hold experience for Teams clients.
16+
17+
Modifies an existing Teams call hold policy in your tenant. The Teams call hold policy is used to customize the call hold experience for Teams clients.
18+
1919
> [!NOTE]
2020
> **Preview** The use of this cmdlet is in Public Preview.
2121
@@ -35,8 +35,10 @@ Set-CsTeamsCallHoldPolicy [-Tenant <System.Guid>] [-Description <String>] [-Audi
3535

3636
## DESCRIPTION
3737
Teams call hold policies are used to customize the call hold experience for teams clients.
38+
3839
When Microsoft Teams users participate in calls, they have the ability to hold a call and have the other entity in the call listen to an audio file during the duration of the hold.
39-
Assinging a teams call hold policy to a user sets an audio file to be played during the duration of the hold.
40+
41+
Assigning a Teams call hold policy to a user sets an audio file to be played during the duration of the hold.
4042

4143
## EXAMPLES
4244

@@ -46,8 +48,8 @@ PS C:\> Set-TeamsCallHoldPolicy -Identity "ContosoPartnerTeamsCallHoldPolicy" -A
4648
```
4749

4850
The command shown in Example 1 modifies an existing per-user Teams call hold policy with the Identity ContosoPartnerTeamsCallHoldPolicy.
49-
This policy is re-assigned the audio file ID to be used to: c65233-ac2a27-98701b-123ccc, which is the ID referencing an audio file that was uploaded using the Import-CsOnlineAudioFile cmdlet.
5051

52+
This policy is re-assigned the audio file ID to be used to: c65233-ac2a27-98701b-123ccc, which is the ID referencing an audio file that was uploaded using the Import-CsOnlineAudioFile cmdlet.
5153

5254
Any Microsoft Teams users who are assigned this policy will have their call holds customized such that the user being held will hear the audio file specified by AudioFileId.
5355

@@ -57,15 +59,14 @@ PS C:\> Set-TeamsCallHoldPolicy -Identity "ContosoPartnerTeamsCallHoldPolicy" -D
5759
```
5860

5961
The command shown in Example 2 modifies an existing per-user Teams call hold policy with the Identity ContosoPartnerTeamsCallHoldPolicy.
60-
This policy is re-assigned the description from its existing value to "country music".
6162

63+
This policy is re-assigned the description from its existing value to "country music".
6264

6365
## PARAMETERS
6466

6567
### -AudioFileId
6668
A string representing the ID referencing an audio file uploaded via the Import-CsOnlineAudioFile cmdlet.
6769

68-
6970
```yaml
7071
Type: String
7172
Parameter Sets: (All)
@@ -95,6 +96,7 @@ Accept wildcard characters: False
9596
9697
### -Description
9798
Enables administrators to provide explanatory text to accompany a Teams call hold policy.
99+
98100
For example, the Description might include information about the users the policy should be assigned to.
99101
100102
```yaml
@@ -190,14 +192,14 @@ Accept wildcard characters: False
190192
### CommonParameters
191193
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
192194
193-
194195
## INPUTS
195196
196197
### System.Management.Automation.PSObject
197198
198199
## OUTPUTS
199200
200201
### System.Object
202+
201203
## NOTES
202204
203205
## RELATED LINKS

0 commit comments

Comments
 (0)