Skip to content

Commit 22ee3b8

Browse files
committed
Merge branch 'master' into OGP-chrisda
2 parents c2d1b63 + a984e62 commit 22ee3b8

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Miscellaneous Exchange Online cmdlets that happen to be in the EXO V2 module are
8181

8282
|EXO V2 module cmdlet|Comments|
8383
|---|---|
84-
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|This cmdlet is availble in v2.0.4 or later.|
85-
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|This cmdlet is availble in v2.0.4 or later.|
84+
|[Get-MyAnalyticsFeatureConfig](/powershell/module/exchange/get-myanalyticsfeatureconfig)|This cmdlet is available in v2.0.4 or later.|
85+
|[Set-MyAnalyticsFeatureConfig](/powershell/module/exchange/set-myanalyticsfeatureconfig)|This cmdlet is available in v2.0.4 or later.|
8686
|[Get-UserBriefingConfig](/powershell/module/exchange/get-userbriefingconfig)|This cmdlet is being replaced by [Get-UserAnalyticsConfig](/powershell/module/exchange/get-useranalyticsconfig).|
8787
|[Set-UserBriefingConfig](/powershell/module/exchange/set-userbriefingconfig)|This cmdlet is being replaced by [Set-UserAnalyticsConfig](/powershell/module/exchange/set-useranalyticsconfig).|
8888
|

exchange/exchange-ps/exchange/New-LabelPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ Accept wildcard characters: False
9797
```
9898

9999
### -AdvancedSettings
100-
The AdvancedSettings parameter enables client-specific features and capabilities for the sensitivity label policy. The settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps that support built-in labeling. For more information how to configure these advanced settings, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
100+
The AdvancedSettings parameter enables client-specific features and capabilities for the sensitivity label policy.
101+
102+
Most of the settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps that support built-in labeling. For instructions, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
103+
104+
Only the advanced settings of *OutlookDefaultLabel* and *DisableMandatoryInOutlook* are supported by Office apps that support built-in labeling. These two settings let you have a default label and mandatory labeling configurations that are specific to Outlook email messages, so you can have different configurations for Word, Excel, and PowerPoint documents. For more information, see [Outlook-specific options for default label and mandatory labeling](https://docs.microsoft.com/microsoft-365/compliance/sensitivity-labels-office-apps#outlook-specific-options-for-default-label-and-mandatory-labeling).
101105

102106
```yaml
103107
Type: PswsHashtable

exchange/exchange-ps/exchange/Set-LabelPolicy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ Accept wildcard characters: False
359359
```
360360

361361
### -AdvancedSettings
362-
The AdvancedSettings parameter enables client-specific features and capabilities for the sensitivity label policy. The settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps that support built-in labeling. For more information how to configure these advanced settings, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
362+
The AdvancedSettings parameter enables client-specific features and capabilities for the sensitivity label policy.
363+
364+
Most of the settings that you configure with this parameter are supported only by the Azure Information Protection unified labeling client and not by Office apps that support built-in labeling. For instructions, see [Custom configurations for the Azure Information Protection unified labeling client](https://docs.microsoft.com/azure/information-protection/rms-client/clientv2-admin-guide-customizations).
365+
366+
Only the advanced settings of *OutlookDefaultLabel* and *DisableMandatoryInOutlook* are supported by Office apps that support built-in labeling. These two settings let you have a default label and mandatory labeling configurations that are specific to Outlook email messages, so you can have different configurations for Word, Excel, and PowerPoint documents. For more information, see [Outlook-specific options for default label and mandatory labeling](https://docs.microsoft.com/microsoft-365/compliance/sensitivity-labels-office-apps#outlook-specific-options-for-default-label-and-mandatory-labeling).
363367

364368
```yaml
365369
Type: PswsHashtable

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)