You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
27
28
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.
29
30
30
31
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.
31
32
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:
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.
61
62
62
63
63
-
### -------------------------- Example 2 --------------------------
@@ -70,7 +71,7 @@ To do this, the command first calls the `Get-CsDeviceUpdateRule` cmdlet along wi
70
71
(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.
71
72
72
73
73
-
### -------------------------- Example 3 --------------------------
@@ -83,16 +84,36 @@ The filtered collection is then piped to the `Approve-CsDeviceUpdateRule` cmdlet
83
84
84
85
## PARAMETERS
85
86
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
+
86
105
### -Identity
106
+
107
+
> Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
108
+
87
109
Unique identifier for the device update rule being approved.
88
110
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).
89
111
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.
90
112
91
113
```yaml
92
114
Type: XdsIdentity
93
115
Parameter Sets: Identity
94
-
Aliases:
95
-
Applicable: Lync Server 2010, Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
The `Approve-CsDeviceUpdateRule` cmdlet accepts pipelined instances of the device update rule object.
176
186
177
187
## OUTPUTS
178
188
179
-
###
180
-
None.
189
+
### None
181
190
Instead, the `Approve-CsDeviceUpdateRule` cmdlet approves instances of the Microsoft.Rtc.Management.WritableConfig.Settings.DeviceUpdate.DeviceUpdate.Rule object.
0 commit comments