Get-CsUserTeamMembers
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.
Syntax
Get-CsUserTeamMembers
[-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-CsUserTeamMembers -User jphillips@contoso.com
This example returns the list of team members for the specified user and displays on the 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
an object of team members list