We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb909c commit cb39adeCopy full SHA for cb39ade
teams/teams-ps/teams/New-CsTeamsEventsPolicy.md
@@ -67,6 +67,26 @@ Possible values are:
67
68
69
70
+```yaml
71
+Type: String
72
+Parameter Sets: (All)
73
+Aliases:
74
+
75
+Required: True
76
+Position: Named
77
+Default value: Enabled
78
+Accept pipeline input: False
79
+Accept wildcard characters: False
80
+```
81
82
+### -AllowEmailEditing
83
+This setting governs if a user is allowed to edit the communication emails in Teams Town hall or Webinar Events.
84
+Possible values are:
85
+ - **Enabled**: Enables editing of communication emails.
86
+ - **Disabled**: Disables editing of communication emails.
87
88
89
90
```yaml
91
Type: String
92
Parameter Sets: (All)
0 commit comments