Skip to content

Commit 9e4b6ce

Browse files
committed
Update Set-OwaMailboxPolicy.md
1 parent dd328a1 commit 9e4b6ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -843,10 +843,12 @@ Accept wildcard characters: False
843843
### -FeedbackEnabled
844844
This cmdlet is available only in the cloud-based service.
845845

846-
The FeedbackEnabled parameter enables or disables inline feedback requests for various features in Outlook on the web. Valid values are:
846+
The FeedbackEnabled parameter specifies whether to enable or disable inline feedback surveys in Outlook on the web. Valid values are:
847847

848-
- $true: Inline feedback requests are enabled.
849-
- $false: Inline feedback requests are disabled.
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.
850852

851853
```yaml
852854
Type: Boolean

0 commit comments

Comments
 (0)