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
The CsTeamsMessagingPolicy cmdlets enable administrators to control if a user is enabled to exchange messages. These also help determine the type of messages users can create and modify. This cmdlet updates a Teams messaging policy. Custom policies can then be assigned to users using the Grant-CsTeamsMessagingPolicy cmdlet.
44
44
45
-
46
45
## EXAMPLES
47
46
48
47
### Example 1
@@ -66,6 +65,36 @@ All other policy properties will be left as previously assigned.
66
65
67
66
## PARAMETERS
68
67
68
+
### -CreateCustomEmojis
69
+
This setting enables the creation of custom emojis and reactions within an organization for the specified policy users.
70
+
71
+
```yaml
72
+
Type: Boolean
73
+
Parameter Sets: (All)
74
+
Aliases:
75
+
76
+
Required: False
77
+
Position: Named
78
+
Default value: None
79
+
Accept pipeline input: False
80
+
Accept wildcard characters: False
81
+
```
82
+
83
+
### -DeleteCustomEmojis
84
+
These settings enable and disable the editing and deletion of custom emojis and reactions for the users included in the messaging policy.
85
+
86
+
```yaml
87
+
Type: Boolean
88
+
Parameter Sets: (All)
89
+
Aliases:
90
+
91
+
Required: False
92
+
Position: Named
93
+
Default value: None
94
+
Accept pipeline input: False
95
+
Accept wildcard characters: False
96
+
```
97
+
69
98
### -AllowGiphy
70
99
Determines whether a user is allowed to access and post Giphys. Set this to TRUE to allow. Set this FALSE to prohibit.
71
100
Note: [Optional Connected Experiences](https://learn.microsoft.com/deployoffice/privacy/manage-privacy-controls#policy-setting-for-optional-connected-experiences) must be also enabled for Giphys to be allowed.
0 commit comments