Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Get-CsTeamsCallingPolicy
- Module:
- MicrosoftTeams PowerShell module
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
-Identity
Specify the TeamsCallingPolicy that you would like to retrieve.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
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.
Inputs
None
Outputs
System.Object
Related Links
Feedback
Was this page helpful?
