Get-CsUserCallForwardingSettings
This cmdlet returns the specified user's call forwarding settings as an object, and displays the same on the screen.
Syntax
Get-CsUserCallForwardingSettings
[-User] <String>
[-Force]
[<CommonParameters>]
Description
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.
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:
- CsAdministrator - Get and Set for all cmdlets
- CsVoiceAdministrator - Get and Set for all cmdlets
- CsServerAdministrator - Get and Set for all cmdlets
- CsHelpDesk - Get for all cmdlets
Server auto-discovery needs to be enabled. There are no additional licensing requirements for use of the cmdlets.
Examples
-------------------------- Example --------------------------
Get-CsUserCallForwardingSettings -User jphillips@contoso.com
This example returns the call forwarding settings for the specified user and displays the same on screen
Parameters
-User
Specifies the identity of the target user. Acceptable values include: Example: jphillips@contoso.com Example: sip:jphillips@contoso.com
Type: | String |
Aliases: | DisplayName, SipAddress, Identity |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | Skype for Business Server 2019CU1 |
Inputs
None
Outputs
Call forwarding settings for specified user