Skip to content

Commit 92ceafb

Browse files
authored
Merge pull request #11578 from battulaspandana/battulaspandana-patch-1
Update Set-CsTeamsMeetingConfiguration.md with feedback survey policy flag
2 parents b5536b6 + 2829e31 commit 92ceafb

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

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

Lines changed: 21 additions & 2 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>] [-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>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
40+
[-ClientMediaPortRangeEnabled <Boolean>] [-DisableAppInteractionForAnonymousUsers <Boolean>] [-FeedbackSurveyForAnonymousUsers <String>] [-Instance <PSObject>] [-Force] [-WhatIf] [-Confirm]
4141
[<CommonParameters>]
4242
```
4343

@@ -370,6 +370,25 @@ Accept pipeline input: False
370370
Accept wildcard characters: False
371371
```
372372
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+
373392
### -WhatIf
374393
Shows what would happen if the cmdlet runs.
375394
The cmdlet is not run.

0 commit comments

Comments
 (0)