Get-CsTeamsSharedCallingRoutingPolicy

Use the Get-CsTeamsSharedCallingRoutingPolicy cmdlet to get Teams shared calling routing policy information. Teams shared calling routing policy is used to configure shared calling.

Syntax

Get-CsTeamsSharedCallingRoutingPolicy
   [[-Identity] <String>]
   [<CommonParameters>]
Get-CsTeamsSharedCallingRoutingPolicy
   [-Filter <String>]
   [<CommonParameters>]

Description

TeamsSharedCallingRoutingPolicy is used to configure shared calling.

Examples

Example 1

Get-CsTeamsSharedCallingRoutingPolicy

The command shown in Example 1 returns information for all the Teams shared calling routing policies configured for use in the organization.

Example 2

Get-CsTeamsSharedCallingRoutingPolicy -Identity "Seattle"

In Example 2, information is returned for a single Teams shared calling routing policy; the policy with Identity Seattle.

Example 3

Get-CsTeamsSharedCallingRoutingPolicy -Filter "tag:*"

The command shown in Example 3 returns information about all the Teams shared calling routing policies configured at the per-user scope.

Example 4

Get-CsTeamsSharedCallingRoutingPolicy -Identity Global

The command shown in Example 4 returns information about the Global policy instance.

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

Unique identifier of the Teams shared calling routing policy to be retrieved.

You cannot use wildcard characters when specifying the Identity. If neither the Identity nor the Filter parameters are specified, then Get-CsTeamsSharedCallingRoutingPolicy returns all the Teams shared calling routing policies configured for use in the organization.

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