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
Copy file name to clipboardExpand all lines: Modules/Microsoft365DSC/DSCResources/MSFT_TeamsEventsPolicy/MSFT_TeamsEventsPolicy.schema.mof
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ class MSFT_TeamsEventsPolicy : OMI_BaseResource
10
10
[Write, Description("This setting governs which users in a tenant can add which registration form questions to an event registration page for attendees to answer when registering for the event."), ValueMap{"DefaultOnly","DefaultAndPredefinedOnly","AllQuestions"}, Values{"DefaultOnly","DefaultAndPredefinedOnly","AllQuestions"}] String AllowedQuestionTypesInRegistrationForm;
11
11
[Write, Description("This setting describes how IT admins can control which types of Town Hall attendees can have their recordings published."), ValueMap{"None","InviteOnly","EveryoneInCompanyIncludingGuests","Everyone"}, Values{"None","InviteOnly","EveryoneInCompanyIncludingGuests","Everyone"}] String AllowedTownhallTypesForRecordingPublish;
12
12
[Write, Description("This setting describes how IT admins can control which types of webinar attendees can have their recordings published."), ValueMap{"None","InviteOnly","EveryoneInCompanyIncludingGuests","Everyone"}, Values{"None","InviteOnly","EveryoneInCompanyIncludingGuests","Everyone"}] String AllowedWebinarTypesForRecordingPublish;
13
+
[Write, Description("This setting will enable Tenant Admins to specify if an organizer of a Teams Premium town hall may add an app that is accessible by everyone, including attendees, in a broadcast style Event including a Town hall."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] String BroadcastPremiumApps;
14
+
[Write, Description("This setting governs if a user can create Immersive Events using Teams Events."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] String ImmersiveEvents;
15
+
[Write, Description("Determines whether recording is allowed in a user's townhall."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] String RecordingForTownhall;
16
+
[Write, Description("Determines whether recording is allowed in a user's webinar."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] String RecordingForWebinar;
17
+
[Write, Description("This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy."), ValueMap{"Everyone", "EveryoneInOrganizationAndGuests"}, Values{"Everyone", "EveryoneInOrganizationAndGuests"}] String TownhallEventAttendeeAccess;
18
+
[Write, Description("Determines whether transcriptions are allowed in a user's townhall."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] String TranscriptionForTownhall;
19
+
[Write, Description("Determines whether transcriptions are allowed in a user's webinar."), ValueMap{"Enabled", "Disabled"}, Values{"Enabled", "Disabled"}] String TranscriptionForWebinar;
13
20
[Write, Description("Defines who is allowed to join the event."), ValueMap{"Everyone", "EveryoneInCompanyExcludingGuests"}, Values{"Everyone", "EveryoneInCompanyExcludingGuests"}] String EventAccessType;
14
21
[Write, Description("Present ensures the policy exists, absent ensures it is removed."), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure;
15
22
[Write, Description("This setting governs whether the user can enable the Comment Stream chat experience for Town Halls."), ValueMap{"Optimized","None"}, Values{"Optimized","None"}] String TownhallChatExperience;
0 commit comments