Get-CsTeamsMediaConnectivityPolicy
This cmdlet retrieves all Teams media connectivity policies for the current tenant.
Syntax
Identity (Default)
Get-CsTeamsMediaConnectivityPolicy
[-Identity <String>]
[<CommonParameters>]
Filter
Get-CsTeamsMediaConnectivityPolicy
[-Filter <String>]
[<CommonParameters>]
Description
This cmdlet retrieves all Teams media connectivity policies for the current tenant.
Examples
Example 1
PS C:\> Get-CsTeamsMediaConnectivityPolicy
Identity DirectConnection
-------- ----------------
Tag:Test Enabled
This example retrieves the Teams media connectivity policies and shows the result as identity tag and "DirectConnection" value.
Parameters
-Filter
Enables you to use wildcard characters when indicating the policy (or policies) to be returned.
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
The identity of the Teams Media Connectivity Policy.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identity
Position: | Named |
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.