Get-CsTeamsCallingPolicy

Returns information about the teams calling policies configured for use in your organization. Teams calling policies help determine which users are able to use calling functionality within Microsoft Teams.

Syntax

Get-CsTeamsCallingPolicy
   [[-Identity] <string>]
   [<CommonParameters>]
Get-CsTeamsCallingPolicy
   [-Filter <string>]
   [<CommonParameters>]

Description

Returns information about the teams calling policies configured for use in your organization. Teams calling policies help determine which users are able to use calling functionality within Microsoft Teams and interoperability with Skype for Business.

Examples

Example 1

Get-CsTeamsCallingPolicy -Identity SalesCallingPolicy

Retrieves the calling policy with the Identity "SalesCallingPolicy".

Example 2

Get-CsTeamsCallingPolicy -Filter "tag:Sales*"

Retrieves the calling policies with Identity starting with Sales.

Parameters

-Filter

Enables you to use wildcard characters when indicating the policy (or policies) to be returned. To return a collection of all the per-user policies, use this syntax: -Filter "tag:*".

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Identity

Specify the TeamsCallingPolicy that you would like to retrieve.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object