Get-CsTeamsMessagingConfiguration
TeamsMessagingConfiguration determines the messaging settings for users. This cmdlet returns your organization's current settings.
Syntax
Identity (Default)
Get-CsTeamsMessagingConfiguration
[[-Identity] <String>]
[<CommonParameters>]
Filter
Get-CsTeamsMessagingConfiguration
[-Filter <String>]
[<CommonParameters>]
Description
TeamsMessagingConfiguration determines the messaging settings for users.
Examples
Example 1
PS C:\> Get-CsTeamsMessagingConfiguration
The command shown in Example 1 returns teams messaging configuration information for the current tenant.
Parameters
-Filter
Enables you to use wildcard characters in order to return a collection of tenant messaging configuration settings. Because each tenant is limited to a single, global collection of the messaging configuration settings there is no need to use the Filter parameter.
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
Specifies the collection of tenant messaging configuration settings to be returned. Because each tenant is limited to a single, global collection of messaging settings there is no need include this parameter when calling the cmdlet. If you do choose to use the Identity parameter you must also include the Tenant parameter.
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.