Skip to content

Commit 52b15d0

Browse files
authored
Merge pull request #12927 from sdwheeler/sdw-w476048-fix-skype-platyps
Fix Skype content formatting for new PlatyPS pipeline
2 parents 86e0b3f + d7f5ca2 commit 52b15d0

File tree

901 files changed

+63055
-47706
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

901 files changed

+63055
-47706
lines changed

.openpublishing.redirection.skype.json

Lines changed: 4486 additions & 1 deletion
Large diffs are not rendered by default.

skype/skype-ps/skype/Add-CsSlaDelegates.md renamed to skype/skype-ps/SkypeForBusiness/Add-CsSlaDelegates.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
external help file: Microsoft.Rtc.Management.dll-help.xml
3-
online version: https://learn.microsoft.com/powershell/module/skype/add-cssladelegates
42
applicable: Skype for Business Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
5-
title: Add-CsSlaDelegates
6-
schema: 2.0.0
7-
manager: rogupta
83
author: hirenshah1
4+
external help file: Microsoft.Rtc.Management.dll-help.xml
5+
Locale: en-US
6+
manager: rogupta
7+
Module Name: SkypeForBusiness
98
ms.author: hirshah
10-
ms.reviewer:
9+
online version: https://learn.microsoft.com/powershell/module/skype/add-cssladelegates
10+
schema: 2.0.0
11+
title: Add-CsSlaDelegates
1112
---
1213

1314
# Add-CsSlaDelegates
@@ -25,17 +26,17 @@ Add-CsSlaDelegates [-Identity] <UserIdParameter> -Delegate <Uri> [-Confirm] [-Pa
2526
## DESCRIPTION
2627
SLA is a feature in Skype for Business (SfB) for handling multiple calls on a specific number called a shared number. SLA can configure any enterprise voice enabled SfB user as a shared number with multiple lines to respond to multiple calls. The calls are not actually received on the shared number, instead they are forwarded to users that act as delegates for the shared number. Any one of the delegates can pick up the call while the rest of the delegates get a notification on their phone about who picked up the call and which line has become busy as a result. Both the number of lines and the delegates are configurable for a shared number in SLA. In addition, advanced options such as BusyOption (what happens in a situation when all lines are busy) and MissedCallOption (the case in which none of the delegates pick up a call) can also be configured for a shared number.
2728

28-
The `Add-CsSlaDelegates` cmdlet provides a way to retrieve a shared number configuration.
29+
The `Add-CsSlaDelegates` cmdlet provides a way to retrieve a shared number configuration.
2930

3031
NOTE: Logging in with the account created for the SLA number is not supported. Using the SLA number account with any device or Desktop Client can result in unpredictable behavior. It is not necessary to use that account for the Shared Line Appearance feature to function.
3132

32-
By default, members of the RTCUniversalServerAdmins group are authorized to run the `Add-CsSlaDelegates`. To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell prompt:
33+
By default, members of the RTCUniversalServerAdmins group are authorized to run the `Add-CsSlaDelegates`. To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell prompt:
3334

3435
Get-CsAdminRole | Where-Object {$_.Cmdlets -match "Add-CsSlaDelegates"}
3536

3637
## EXAMPLES
3738

38-
### -------------------------- Example 1 --------------------------
39+
### Example 1
3940
```
4041
Add-CsSlaDelegates -Identity emergency -Delegate sip:[email protected]
4142
```
@@ -45,13 +46,15 @@ This example adds a delegate "[email protected]" to an SLA configurat
4546
## PARAMETERS
4647

4748
### -Delegate
49+
50+
> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
51+
4852
Specifies a user that will respond to a call on the shared number specified by the Identity parameter. This parameter requires a valid sip address.
4953

5054
```yaml
5155
Type: Uri
5256
Parameter Sets: (All)
53-
Aliases:
54-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
57+
Aliases:
5558

5659
Required: True
5760
Position: Named
@@ -61,7 +64,10 @@ Accept wildcard characters: False
6164
```
6265
6366
### -Identity
64-
Indicates the identity of the shared number to which the delegate will be added.
67+
68+
> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
69+
70+
Indicates the identity of the shared number to which the delegate will be added.
6571
User identities can be specified using one of five formats:
6672
6773
- SIP address: Example. sip:[email protected].
@@ -73,8 +79,7 @@ User identities can be specified using one of five formats:
7379
```yaml
7480
Type: UserIdParameter
7581
Parameter Sets: (All)
76-
Aliases:
77-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
82+
Aliases:
7883

7984
Required: True
8085
Position: 1
@@ -83,14 +88,16 @@ Accept pipeline input: True (ByPropertyName, ByValue)
8388
Accept wildcard characters: False
8489
```
8590
86-
### -Confirm
87-
Prompts you for confirmation before executing the command.
91+
### -PassThru
92+
93+
> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
94+
95+
The presence of the passthru switch causes the cmdlet to pass the current objects through the pipeline.
8896
8997
```yaml
9098
Type: SwitchParameter
9199
Parameter Sets: (All)
92-
Aliases: cf
93-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
100+
Aliases:
94101

95102
Required: False
96103
Position: Named
@@ -99,14 +106,16 @@ Accept pipeline input: False
99106
Accept wildcard characters: False
100107
```
101108
102-
### -PassThru
103-
The presence of the passthru switch causes the cmdlet to pass the current objects through the pipeline.
109+
### -Confirm
110+
111+
> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
112+
113+
Prompts you for confirmation before executing the command.
104114
105115
```yaml
106116
Type: SwitchParameter
107117
Parameter Sets: (All)
108-
Aliases:
109-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
118+
Aliases: cf
110119

111120
Required: False
112121
Position: Named
@@ -116,13 +125,15 @@ Accept wildcard characters: False
116125
```
117126
118127
### -WhatIf
119-
Describes what would happen if you executed the command without actually executing the command.
128+
129+
> Applicable: Skype for Business Server 2015, Skype for Business Server 2019
130+
131+
Describes what would happen if you executed the command without actually executing the command.
120132
121133
```yaml
122134
Type: SwitchParameter
123135
Parameter Sets: (All)
124136
Aliases: wi
125-
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
126137

127138
Required: False
128139
Position: Named

skype/skype-ps/skype/Approve-CsDeviceUpdateRule.md renamed to skype/skype-ps/SkypeForBusiness/Approve-CsDeviceUpdateRule.md

Lines changed: 47 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
external help file: Microsoft.Rtc.Management.dll-help.xml
3-
online version: https://learn.microsoft.com/powershell/module/skype/approve-csdeviceupdaterule
42
applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
5-
title: Approve-CsDeviceUpdateRule
6-
schema: 2.0.0
7-
manager: rogupta
83
author: hirenshah1
4+
external help file: Microsoft.Rtc.Management.dll-help.xml
5+
Locale: en-US
6+
manager: rogupta
7+
Module Name: SkypeForBusiness
98
ms.author: hirshah
10-
ms.reviewer:
9+
online version: https://learn.microsoft.com/powershell/module/skype/approve-csdeviceupdaterule
10+
schema: 2.0.0
11+
title: Approve-CsDeviceUpdateRule
1112
---
1213

1314
# Approve-CsDeviceUpdateRule
@@ -52,15 +53,15 @@ Get-CsAdminRole | Where-Object {$_.Cmdlets -match "Approve-CsDeviceUpdateRule"}
5253

5354

5455
## EXAMPLES
55-
### -------------------------- Example 1 --------------------------
56+
### Example 1
5657
```
5758
Approve-CsDeviceUpdateRule -Identity service:WebServer:atl-cs-001.litwareinc.com/d5ce3c10-2588-420a-82ac-dc2d9b1222ff9
5859
```
5960

6061
The command shown in Example 1 approves the device update rule d5ce3c10-2588-420a-82ac-dc2d9b1222ff9 found on the service WebServer:atl-cs-001.litwareinc.com.
6162

6263

63-
### -------------------------- Example 2 --------------------------
64+
### Example 2
6465
```
6566
Get-CsDeviceUpdateRule -Filter service:WebServer:atl-cs-001.litwareinc.com* | Approve-CsDeviceUpdateRule
6667
```
@@ -70,7 +71,7 @@ To do this, the command first calls the `Get-CsDeviceUpdateRule` cmdlet along wi
7071
(By definition, these are all the device update rules that have been assigned to the service WebServer:atl-cs-001.litwareinc.com.) This filtered collection is then piped to the `Approve-CsDeviceUpdateRule` cmdlet, which approves each rule in the collection.
7172

7273

73-
### -------------------------- Example 3 --------------------------
74+
### Example 3
7475
```
7576
Get-CsDeviceUpdateRule | Where-Object {$_.Brand -eq "LG-Nortel"} | Approve-CsDeviceUpdateRule
7677
```
@@ -83,16 +84,36 @@ The filtered collection is then piped to the `Approve-CsDeviceUpdateRule` cmdlet
8384

8485
## PARAMETERS
8586

87+
### -Force
88+
89+
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
90+
91+
Suppresses the display of any non-fatal error message that might occur when running the command.
92+
93+
```yaml
94+
Type: SwitchParameter
95+
Parameter Sets: (All)
96+
Aliases:
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
86105
### -Identity
106+
107+
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
108+
87109
Unique identifier for the device update rule being approved.
88110
The Identity for a device update rule consists of two parts: the service where the device update rule has been assigned (for example, service:WebServer:atl-cs-001.litwareinc.com) and a globally unique identifier (GUID).
89111
Consequently, a device update rule configured for the Redmond site will have an Identity similar to this: service:WebServer:atl-cs-001.litwareinc.com /d5ce3c10-2588-420a-82ac-dc2d9b1222ff9.
90112
91113
```yaml
92114
Type: XdsIdentity
93115
Parameter Sets: Identity
94-
Aliases:
95-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
116+
Aliases:
96117

97118
Required: False
98119
Position: 2
@@ -102,13 +123,15 @@ Accept wildcard characters: False
102123
```
103124
104125
### -Instance
126+
127+
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
128+
105129
Allows you to pass a reference to an object to the cmdlet rather than set individual parameter values.
106130
107131
```yaml
108132
Type: PSObject
109133
Parameter Sets: Instance
110-
Aliases:
111-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
134+
Aliases:
112135

113136
Required: False
114137
Position: Named
@@ -117,14 +140,16 @@ Accept pipeline input: True (ByValue)
117140
Accept wildcard characters: False
118141
```
119142
120-
### -Force
121-
Suppresses the display of any non-fatal error message that might occur when running the command.
143+
### -Confirm
144+
145+
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
146+
147+
Prompts you for confirmation before executing the command.
122148
123149
```yaml
124150
Type: SwitchParameter
125151
Parameter Sets: (All)
126-
Aliases:
127-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
152+
Aliases: cf
128153

129154
Required: False
130155
Position: Named
@@ -134,29 +159,15 @@ Accept wildcard characters: False
134159
```
135160
136161
### -WhatIf
137-
Describes what would happen if you executed the command without actually executing the command.
138162
139-
```yaml
140-
Type: SwitchParameter
141-
Parameter Sets: (All)
142-
Aliases: wi
143-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
163+
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
144164
145-
Required: False
146-
Position: Named
147-
Default value: None
148-
Accept pipeline input: False
149-
Accept wildcard characters: False
150-
```
151-
152-
### -Confirm
153-
Prompts you for confirmation before executing the command.
165+
Describes what would happen if you executed the command without actually executing the command.
154166
155167
```yaml
156168
Type: SwitchParameter
157169
Parameter Sets: (All)
158-
Aliases: cf
159-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
170+
Aliases: wi
160171

161172
Required: False
162173
Position: Named
@@ -170,14 +181,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
170181
171182
## INPUTS
172183
173-
###
174-
Microsoft.Rtc.Management.WritableConfig.Settings.DeviceUpdate.DeviceUpdate.Rule object.
184+
### Microsoft.Rtc.Management.WritableConfig.Settings.DeviceUpdate.DeviceUpdate.Rule object.
175185
The `Approve-CsDeviceUpdateRule` cmdlet accepts pipelined instances of the device update rule object.
176186

177187
## OUTPUTS
178188

179-
###
180-
None.
189+
### None
181190
Instead, the `Approve-CsDeviceUpdateRule` cmdlet approves instances of the Microsoft.Rtc.Management.WritableConfig.Settings.DeviceUpdate.DeviceUpdate.Rule object.
182191

183192
## NOTES

0 commit comments

Comments
 (0)