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
Identity (Default)
Get-CsTeamsSharedCallingRoutingPolicy
[[-Identity] <String>]
[<CommonParameters>]
Filter
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:*".
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Filter
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | 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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identity
Position: | 1 |
Mandatory: | False |
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.