File tree 2 files changed +0
-37
lines changed
2 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ New-CsTeamsEventsPolicy [-Identity] <String> [-AllowWebinars <String>] [-AllowTo
19
19
[-TownhallEventAttendeeAccess <String>] [-RecordingForTownhall <String>] [-RecordingForWebinar <String>]
20
20
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>] [-AllowEventIntegrations <Boolean>] [-TownhallChatExperience <String>]
21
21
[-UseMicrosoftECDN <String>] [-EventAccessType <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
22
- [-ImmersiveEvents <String>]
23
22
```
24
23
25
24
## DESCRIPTION
@@ -266,24 +265,6 @@ Accept pipeline input: False
266
265
Accept wildcard characters : False
267
266
` ` `
268
267
269
- ### -ImmersiveEvents
270
- This setting governs if a user can create Immersive Events using Teams Events.
271
- Possible values are:
272
- - **Enabled**: Enables creating Immersive Events.
273
- - **Disabled**: Disables creating Immersive Events.
274
-
275
- ` ` ` yaml
276
- Type : String
277
- Parameter Sets : (All)
278
- Aliases :
279
-
280
- Required : False
281
- Position : Named
282
- Default value : Enabled
283
- Accept pipeline input : False
284
- Accept wildcard characters : False
285
- ` ` `
286
-
287
268
### -AllowEventIntegrations
288
269
This setting governs the access to the integrations tab in the event creation workflow.
289
270
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ Set-CsTeamsEventsPolicy [-AllowWebinars <String>] [-EventAccessType <String>] [-
23
23
[-TranscriptionForTownhall <String>] [-TranscriptionForWebinar <String>]
24
24
[-UseMicrosoftECDN <Boolean>]
25
25
[-Identity] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
26
- [-ImmersiveEvents <String>]
27
26
```
28
27
29
28
## DESCRIPTION
@@ -389,23 +388,6 @@ Accept pipeline input: False
389
388
Accept wildcard characters : False
390
389
` ` `
391
390
392
- ### -ImmersiveEvents
393
- This setting governs if a user can create Immersive Events using Teams Events.
394
- Possible values are:
395
- - **Enabled**: Enables creating Immersive Events.
396
- - **Disabled**: Disables creating Immersive Events.
397
- ` ` ` yaml
398
- Type : String
399
- Parameter Sets : (All)
400
- Aliases :
401
-
402
- Required : False
403
- Position : Named
404
- Default value : Enabled
405
- Accept pipeline input : False
406
- Accept wildcard characters : False
407
- ` ` `
408
-
409
391
### -Confirm
410
392
The Confirm switch does not work with this cmdlet.
411
393
You can’t perform that action at this time.
0 commit comments