Skip to content

Commit a984e62

Browse files
authored
Merge pull request #7578 from MicrosoftDocs/Feedback-chrisda
Feedback-chrisda to Master
2 parents 7121373 + a39c26b commit a984e62

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

exchange/exchange-ps/exchange/Set-OwaMailboxPolicy.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
5252
[-ExplicitLogonEnabled <Boolean>]
5353
[-ExternalImageProxyEnabled <Boolean>]
5454
[-ExternalSPMySiteHostURL <String>]
55+
[-FeedbackEnabled <Boolean>]
5556
[-ForceSaveAttachmentFilteringEnabled <Boolean>]
5657
[-ForceSaveFileTypes <MultiValuedProperty>]
5758
[-ForceSaveMimeTypes <MultiValuedProperty>]
@@ -839,6 +840,29 @@ Accept pipeline input: False
839840
Accept wildcard characters: False
840841
```
841842

843+
### -FeedbackEnabled
844+
This cmdlet is available only in the cloud-based service.
845+
846+
The FeedbackEnabled parameter specifies whether to enable or disable inline feedback surveys in Outlook on the web. Valid values are:
847+
848+
- $true: Inline feedback surveys are enabled. This is the default value.
849+
- $false: Inline feedback surveys are disabled.
850+
851+
Surveys allow users to provide feedback on specific features. For example, for the text predictions feature, the inline feedback "Are the above autocomplete suggestions helpful (yes/no)?" is shown. If a user chooses "no" they can provide specific feedback.
852+
853+
```yaml
854+
Type: Boolean
855+
Parameter Sets: (All)
856+
Aliases:
857+
Applicable: Exchange Online
858+
859+
Required: False
860+
Position: Named
861+
Default value: None
862+
Accept pipeline input: False
863+
Accept wildcard characters: False
864+
```
865+
842866
### -ForceSaveAttachmentFilteringEnabled
843867
The ForceSaveAttachmentFilteringEnabled parameter specifies whether files are filtered before they can be saved from Outlook on the web. Valid values are:
844868

0 commit comments

Comments
 (0)