Get-CsTeamsMessagingConfiguration

TeamsMessagingConfiguration determines the messaging settings for users. This cmdlet returns your organization's current settings.

Syntax

Get-CsTeamsMessagingConfiguration
   [[-Identity] <String>]
   [<CommonParameters>]
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.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters: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.

Type:String
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object