Skip to content

Commit 2829e31

Browse files
Update Set-CsTeamsMeetingConfiguration.md
1 parent 370c93e commit 2829e31

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingConfiguration.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL
2626
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
2727
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
2828
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
29-
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-FeedbackSurveyForAnonymousUsers <Boolean>] [-Force] [-WhatIf] [-Confirm]
29+
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [[-Identity] <XdsIdentity>] [-FeedbackSurveyForAnonymousUsers <String>] [-Force] [-WhatIf] [-Confirm]
3030
[<CommonParameters>]
3131
```
3232

@@ -37,7 +37,7 @@ Set-CsTeamsMeetingConfiguration [-Tenant <Guid>] [-LogoURL <String>] [-LegalURL
3737
[-HelpURL <String>] [-CustomFooterText <String>] [-DisableAnonymousJoin <Boolean>] [-EnableQoS <Boolean>]
3838
[-ClientAudioPort <UInt32>] [-ClientAudioPortRange <UInt32>] [-ClientVideoPort <UInt32>]
3939
[-ClientVideoPortRange <UInt32>] [-ClientAppSharingPort <UInt32>] [-ClientAppSharingPortRange <UInt32>]
40-
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <Boolean>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40+
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
4141
[<CommonParameters>]
4242
```
4343

@@ -371,20 +371,20 @@ Accept wildcard characters: False
371371
```
372372
373373
### -FeedbackSurveyForAnonymousUsers
374-
Determines if anonymous participants receive surveys to provide feedback about their meeting experience. Set to FALSE to disable anonymous meeting participants to receive surveys. Set to TRUE to allow anonymous meeting participants to receive surveys.
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.
375375
Possible values:
376376
377-
- True
378-
- False
377+
- Enabled
378+
- Disabled
379379
380380
```yaml
381-
Type: Boolean
381+
Type: String
382382
Parameter Sets: (All)
383383
Aliases:
384384

385385
Required: False
386386
Position: Named
387-
Default value: True
387+
Default value: Enabled
388388
Accept pipeline input: False
389389
Accept wildcard characters: False
390390
```

0 commit comments

Comments
 (0)