Skip to content

Commit c8f2703

Browse files
authored
Merge pull request MicrosoftDocs#8179 from cabailey/cabailey-m365powershell-advancedsettings
Power BI default label supported as policy advanced setting
2 parents 345f5de + e8b3754 commit c8f2703

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Additionally, for Power BI:
113113

114114
- **powerbimandatory**: Mandatory labeling for Power BI. Example: `Set-LabelPolicy -Identity Global -AdvancedSettings @{powerbimandatory="true"}`. For more information about this configuration choice, see [Mandatory label policy for Power BI](https://docs.microsoft.com/power-bi/admin/service-security-sensitivity-label-mandatory-label-policy).
115115

116+
- **powerbidefaultlabelid**: Default label for Power BI content. Example: `Set-LabelPolicy -Identity Global -AdvancedSettings @{powerbidefaultlabelid="General"}`. For more information about this configuration choice, see [Default label policy for Power BI](https://docs.microsoft.com/power-bi/admin/service-security-sensitivity-label-default-label-policy).
117+
116118
```yaml
117119
Type: PswsHashtable
118120
Parameter Sets: (All)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ Additionally, for Power BI:
375375

376376
- **powerbimandatory**: Mandatory labeling for Power BI. Example: `Set-LabelPolicy -Identity Global -AdvancedSettings @{powerbimandatory="true"}`. For more information about this configuration choice, see [Mandatory label policy for Power BI](https://docs.microsoft.com/power-bi/admin/service-security-sensitivity-label-mandatory-label-policy).
377377

378+
- **powerbidefaultlabelid**: Default label for Power BI content. Example: `Set-LabelPolicy -Identity Global -AdvancedSettings @{powerbidefaultlabelid="General"}`. For more information about this configuration choice, see [Default label policy for Power BI](https://docs.microsoft.com/power-bi/admin/service-security-sensitivity-label-default-label-policy).
379+
378380

379381
```yaml
380382
Type: PswsHashtable

0 commit comments

Comments
 (0)