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
The feature enables the use of SEFAUtil functionality in PowerShell. SEFAUtil (Secondary Extension Feature Activation) enables Skype server administrators and helpdesk agents to configure delegate-ringing, call-forwarding and Group Call Pickup settings on behalf of a Skype server user. This tool also allows administrators to query the call-routing settings that are published for a particular user.
25
+
The cmdlets introduced in this feature can only be run by members of the following groups for On-prem deployments, per the access level specified below:
26
+
• CsAdministrator – Get and Set for all cmdlets
27
+
• CsVoiceAdministrator - Get and Set for all cmdlets
28
+
• CsServerAdministrator - Get and Set for all cmdlets
29
+
• CsHelpDesk - Get for all cmdlets
30
+
Server auto-discovery needs to be enabled. There are no additional licensing requirements for use of the cmdlets.
25
31
26
32
## EXAMPLES
27
33
28
-
### Example 1
29
-
```powershell
30
-
PS C:\> {{ Add example code here }}
34
+
###-------------------------- Example --------------------------
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Get-CsUserTeamMembers.md
+21-25Lines changed: 21 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.reviewer:
12
12
# Get-CsUserTeamMembers
13
13
14
14
## SYNOPSIS
15
-
{{ Fill in the Synopsis }}
15
+
This cmdlet returns an object containing list of team members and displays the object on screen, in case of success. In case of failure, the appropriate error message is shown.
The feature enables the use of SEFAUtil functionality in PowerShell. SEFAUtil (Secondary Extension Feature Activation) enables Skype server administrators and helpdesk agents to configure delegate-ringing, call-forwarding and Group Call Pickup settings on behalf of a Skype server user. This tool also allows administrators to query the call-routing settings that are published for a particular user.
25
+
The cmdlets introduced in this feature can only be run by members of the following groups for On-prem deployments, per the access level specified below:
26
+
• CsAdministrator – Get and Set for all cmdlets
27
+
• CsVoiceAdministrator - Get and Set for all cmdlets
28
+
• CsServerAdministrator - Get and Set for all cmdlets
29
+
• CsHelpDesk - Get for all cmdlets
30
+
Server auto-discovery needs to be enabled. There are no additional licensing requirements for use of the cmdlets.
25
31
26
32
## EXAMPLES
27
33
28
-
### Example 1
29
-
```powershell
30
-
PS C:\> {{ Add example code here }}
34
+
###-------------------------- Example --------------------------
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Set-CsUserCallForwardingSettings.md
+35-40Lines changed: 35 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.reviewer:
12
12
# Set-CsUserCallForwardingSettings
13
13
14
14
## SYNOPSIS
15
-
{{ Fill in the Synopsis }}
15
+
This cmdlet modifies the specified user’s call forwarding settings. This cmdlet returns the specified user’s call forwarding settings as an object, and displays the same on the screen, in case of success. In case of failure, the appropriate error message is shown.
The feature enables the use of SEFAUtil functionality in PowerShell. SEFAUtil (Secondary Extension Feature Activation) enables Skype server administrators and helpdesk agents to configure delegate-ringing, call-forwarding and Group Call Pickup settings on behalf of a Skype server user. This tool also allows administrators to query the call-routing settings that are published for a particular user.
44
+
The cmdlets introduced in this feature can only be run by members of the following groups for On-prem deployments, per the access level specified below:
45
+
• CsAdministrator – Get and Set for all cmdlets
46
+
• CsVoiceAdministrator - Get and Set for all cmdlets
47
+
• CsServerAdministrator - Get and Set for all cmdlets
48
+
• CsHelpDesk - Get for all cmdlets
49
+
Server auto-discovery needs to be enabled. There are no additional licensing requirements for use of the cmdlets.
44
50
45
51
## EXAMPLES
46
52
@@ -60,6 +66,7 @@ Prompts you for confirmation before running the cmdlet.
This is a switch parameter that enables forwarding to the specified destination. Cannot be used along with the DisableForwarding and EnableForwarding parameters.
146
+
oSimulRingDestination can be a phone number, delegates, or team call group.
Switch parameter that specifies that settings should apply during work hours defined in Outlook. When this is not specified, settings apply all the time by default.
Specifies list of team members that calls will be forwarded to. The add and remove switches will add and remove specified users from the Team Members list. The replace parameter will set the list to the specified list, wiping out the previous list. Add and remove can be used together, but neither of them can be used along with replace.
181
+
o Acceptable input formats for add/remove/replace list: The inputs can be a single user address (in one of the below formats), or a comma separated list of user addresses, in the 4 standard formats that Identity parameter accepts.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments