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.
Get-CsTeamsCallingPolicy
[[-Identity] <string>]
[<CommonParameters>]
Get-CsTeamsCallingPolicy
[-Filter <string>]
[<CommonParameters>]
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.
Get-CsTeamsCallingPolicy -Identity SalesCallingPolicy
Retrieves the calling policy with the Identity "SalesCallingPolicy".
Get-CsTeamsCallingPolicy -Filter "tag:Sales*"
Retrieves the calling policies with Identity starting with Sales.
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 |
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 |
None
System.Object