Skip to content

Commit 4fec9f4

Browse files
authored
Update Get-CsUserTeamMembers.md
First draft for SEFAUtil cmdlets released in SFBServer 2019 CU1 release.
1 parent 0bd1c8a commit 4fec9f4

File tree

1 file changed

+21
-25
lines changed

1 file changed

+21
-25
lines changed

skype/skype-ps/skype/Get-CsUserTeamMembers.md

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer:
1212
# Get-CsUserTeamMembers
1313

1414
## 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.
1616

1717
## SYNTAX
1818

@@ -21,41 +21,36 @@ Get-CsUserTeamMembers [-User] <String> [-Force] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
24-
{{ Fill in the Description }}
24+
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.
2531

2632
## EXAMPLES
2733

28-
### Example 1
29-
```powershell
30-
PS C:\> {{ Add example code here }}
34+
###-------------------------- Example --------------------------
35+
```
36+
Get-CsUserTeamMembers -User [email protected]
3137
```
3238

33-
{{ Add example description here }}
39+
This example returns the list of team members for the specified user and displays on the screen.
3440

3541
## PARAMETERS
3642

37-
### -Force
38-
{{ Fill Force Description }}
39-
40-
```yaml
41-
Type: SwitchParameter
42-
Parameter Sets: (All)
43-
Aliases:
44-
45-
Required: False
46-
Position: Named
47-
Default value: None
48-
Accept pipeline input: False
49-
Accept wildcard characters: False
50-
```
51-
5243
### -User
53-
{{ Fill User Description }}
44+
Specifies the identity of the target user.
45+
Acceptable values include:
46+
47+
Example: sip:jphillips@contoso.com
5448

5549
```yaml
5650
Type: String
5751
Parameter Sets: (All)
5852
Aliases: DisplayName, SipAddress, Identity
53+
Applicable: Skype for Business Server 2019CU1
5954

6055
Required: True
6156
Position: 0
@@ -69,11 +64,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6964
7065
## INPUTS
7166
72-
### System.String
67+
###
68+
None
7369
7470
## OUTPUTS
7571
76-
### System.Object
77-
## NOTES
72+
###
73+
an object of team members list
7874
7975
## RELATED LINKS

0 commit comments

Comments
 (0)