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
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 --------------------------
0 commit comments