You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TeamsMessagingConfiguration determines the messaging settings for users.
28
32
29
33
## EXAMPLES
30
34
31
35
### Example 1
36
+
32
37
```powershell
33
-
PS C:\> {{ Add example code here }}
38
+
PS C:\> Get-CsTeamsMessagingConfiguration
34
39
```
35
40
36
-
{{ Add example description here }}
41
+
The command shown in Example 1 returns teams messaging configuration information for the current tenant.
37
42
38
43
## PARAMETERS
39
44
40
45
### -Filter
41
-
{{ Fill Filter Description }}
46
+
47
+
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.
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.
57
64
58
65
```yaml
59
66
Type: String
@@ -67,22 +74,8 @@ Accept pipeline input: False
67
74
Accept wildcard characters: False
68
75
```
69
76
70
-
### -ProgressAction
71
-
{{ Fill ProgressAction Description }}
72
-
73
-
```yaml
74
-
Type: ActionPreference
75
-
Parameter Sets: (All)
76
-
Aliases: proga
77
-
78
-
Required: False
79
-
Position: Named
80
-
Default value: None
81
-
Accept pipeline input: False
82
-
Accept wildcard characters: False
83
-
```
84
-
85
77
### CommonParameters
78
+
86
79
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
87
80
88
81
## INPUTS
@@ -96,3 +89,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
TeamsMessagingConfiguration determines the messaging settings for the users in your tenant. This cmdlet lets you update the user messaging options you'd like to enable in your organization.
The command shown in example 1 disables custom emojis within Teams.
32
44
33
45
## PARAMETERS
34
46
47
+
### -Identity
48
+
49
+
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.
50
+
51
+
```yaml
52
+
Type: String
53
+
Parameter Sets: (All)
54
+
Aliases:
55
+
56
+
Required: True
57
+
Position: 1
58
+
Default value: None
59
+
Accept pipeline input: False
60
+
Accept wildcard characters: False
61
+
```
62
+
35
63
### -Confirm
64
+
36
65
Prompts you for confirmation before running the cmdlet.
This setting enables/disables the use of custom emojis and reactions across the whole tenant. Upon enablement, admins and/or users can define a user group that is allowed.
This setting determines if closed captions will be displayed, for Teams Video Clips, during playback.
116
+
Possible values: True, False
82
117
83
118
```yaml
84
119
Type: Boolean
@@ -92,8 +127,32 @@ Accept pipeline input: False
92
127
Accept wildcard characters: False
93
128
```
94
129
130
+
### -FileTypeCheck
131
+
132
+
>[!NOTE]
133
+
>This feature has not been released yet and will have no changes if it is enabled or disabled.
134
+
135
+
This setting determines if FileType check in teams messaging across the whole tenant
136
+
137
+
Possible Values:
138
+
- Enabled
139
+
- Disabled
140
+
141
+
```yaml
142
+
Type: String
143
+
Parameter Sets: (All)
144
+
Aliases:
145
+
146
+
Required: False
147
+
Position: Named
148
+
Default value: Enabled
149
+
Accept pipeline input: False
150
+
Accept wildcard characters: False
151
+
```
152
+
95
153
### -Force
96
-
{{ Fill Force Description }}
154
+
155
+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
158
228
159
229
## INPUTS
160
230
161
-
### None
231
+
### System.Management.Automation.PSObject
162
232
163
233
## OUTPUTS
164
234
@@ -167,3 +237,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments