Skip to content

Commit ad29983

Browse files
authored
Merge pull request MicrosoftDocs#3813 from hirenshah1/patch-12
Update Get-CsUserDelegates.md
2 parents 05edf81 + 3db03c5 commit ad29983

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

skype/skype-ps/skype/Get-CsUserDelegates.md

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

1414
## SYNOPSIS
15-
{{ Fill in the Synopsis }}
15+
This cmdlet returns an object of delegates list, and displays the specified user’s delegate list, in case of success. In case of failure, appropriate error message is shown.
1616

1717
## SYNTAX
1818

@@ -21,41 +21,36 @@ Get-CsUserDelegates [-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.
31+
2532

2633
## EXAMPLES
2734

28-
### Example 1
29-
```powershell
30-
PS C:\> {{ Add example code here }}
35+
###-------------------------- Example --------------------------
3136
```
32-
33-
{{ Add example description here }}
37+
Get-CsUserDelegates -User [email protected]
38+
```
39+
This example returns the list of delegates for the specified user
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 delegates list
7874
7975
## RELATED LINKS

0 commit comments

Comments
 (0)