@@ -26,7 +26,7 @@ Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL
26
26
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
27
27
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
28
28
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
29
- [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-Force] [-WhatIf] [-Confirm]
29
+ [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-FeedbackSurveyForAnonymousUsers <String>] [- Force] [-WhatIf] [-Confirm]
30
30
[<CommonParameters>]
31
31
```
32
32
@@ -37,7 +37,7 @@ Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL
37
37
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
38
38
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
39
39
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
40
- [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40
+ [-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <String>] [- Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
41
41
[<CommonParameters>]
42
42
```
43
43
@@ -370,6 +370,25 @@ Accept pipeline input: False
370
370
Accept wildcard characters : False
371
371
` ` `
372
372
373
+ ### -FeedbackSurveyForAnonymousUsers
374
+ Determines if anonymous participants receive surveys to provide feedback about their meeting experience. Set to Disabled to disable anonymous meeting participants to receive surveys. Set to Enabled to allow anonymous meeting participants to receive surveys.
375
+ Possible values:
376
+
377
+ - Enabled
378
+ - Disabled
379
+
380
+ ` ` ` yaml
381
+ Type : String
382
+ Parameter Sets : (All)
383
+ Aliases :
384
+
385
+ Required : False
386
+ Position : Named
387
+ Default value : Enabled
388
+ Accept pipeline input : False
389
+ Accept wildcard characters : False
390
+ ` ` `
391
+
373
392
### -WhatIf
374
393
Shows what would happen if the cmdlet runs.
375
394
The cmdlet is not run.
0 commit comments