Edit

Share via


Remove-CsUserCallingDelegate

This cmdlet will remove a delegate for calling in Microsoft Teams.

Syntax

Default (Default)

Remove-CsUserCallingDelegate
    -Identity <String>
    -Delegate <String>
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [<CommonParameters>]

Description

This cmdlet will remove a delegate for the specified user.

Examples

Example 1

Remove-CsUserCallingDelegate -Identity user1@contoso.com -Delegate user2@contoso.com

This example shows removing the delegate user2@contoso.com.

Parameters

-Delegate

The Identity of the delegate to remove. Can be specified using the ObjectId or the SIP address.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelinePrepend

{{ Fill HttpPipelinePrepend Description }}

Parameter properties

Type:

Microsoft.Teams.ConfigAPI.Cmdlets.Generated.Runtime.SendAsyncStep[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

The Identity of the user to remove a delegate for. Can be specified using the ObjectId or the SIP address.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object

Notes

The cmdlet is available in Teams PowerShell module 4.0.0 or later.

The specified user need to have the Microsoft Phone System license assigned.

You can see the delegate of a user by using the Get-CsUserCallingSettings cmdlet.