Skip to content

Commit 7695e9a

Browse files
authored
Merge branch 'master' into patch-15
2 parents bf052ea + a30953c commit 7695e9a

File tree

1 file changed

+21
-26
lines changed

1 file changed

+21
-26
lines changed

skype/skype-ps/skype/Get-CsUserCallForwardingSettings.md

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

1414
## SYNOPSIS
15-
{{ Fill in the Synopsis }}
15+
This cmdlet returns the specified user’s call forwarding settings as an object, and displays the same on the screen.
1616

1717
## SYNTAX
1818

@@ -21,41 +21,35 @@ Get-CsUserCallForwardingSettings [-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 --------------------------
3135
```
32-
33-
{{ Add example description here }}
36+
Get-CsUserCallForwardingSettings -User [email protected]
37+
```
38+
This example returns the call forwarding settings for the specified user and displays the same on screen
3439

3540
## PARAMETERS
3641

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-
5242
### -User
53-
{{ Fill User Description }}
43+
Specifies the identity of the target user.
44+
Acceptable values include:
45+
46+
Example: sip:jphillips@contoso.com
5447

5548
```yaml
5649
Type: String
5750
Parameter Sets: (All)
5851
Aliases: DisplayName, SipAddress, Identity
52+
Applicable: Skype for Business Server 2019CU1
5953

6054
Required: True
6155
Position: 0
@@ -69,11 +63,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6963
7064
## INPUTS
7165
72-
### System.String
66+
###
67+
None
7368
7469
## OUTPUTS
7570
76-
### System.Object
77-
## NOTES
71+
###
72+
Call forwarding settings for specified user
7873
7974
## RELATED LINKS

0 commit comments

Comments
 (0)