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
Identity (Default)
Get-CsTeamsCallingPolicy
[[-Identity] <string>]
[<CommonParameters>]
Filter
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:*".
Parameter properties
Type: | String |
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
Specify the TeamsCallingPolicy that you would like to retrieve.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
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.