Edit

Share via


Remove-CsTeamsMediaConnectivityPolicy

This cmdlet deletes a Teams media connectivity policy.

Syntax

Default (Default)

Remove-CsTeamsMediaConnectivityPolicy
    -Identity <String>
    [<CommonParameters>]

Description

This cmdlet deletes a Teams media connectivity policy with the specified identity string.

Examples

Example 1

PS C:\> Remove-CsTeamsMediaConnectivityPolicy -Identity "Test"

Deletes a Teams media connectivity policy with the identify of "Test".

Parameters

-Identity

Identity of the Teams media connectivity policy.

Parameter properties

Type: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.