Skip to content

Commit 787dccf

Browse files
committed
Removed AdvancedSettings removal example
1 parent b1e38f8 commit 787dccf

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ Set-Label -Identity "Label1" -LocaleSettings '{"localeKey":"DisplayName","Settin
9090

9191
This example removes the localized label name and label Tooltips for "Label1" in different languages (English, German, and Spanish).
9292

93-
### Example 3
94-
```powershell
95-
Set-Label -Identity "Client Label" -AdvancedSettings @{PFileSupportedExtensions=""}
96-
```
97-
98-
This example removes the PFileSupportedExtensions property from the sensitivity label named Client Label.
99-
10093
## PARAMETERS
10194

10295
### -Identity

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ Set-LabelPolicy -Identity "Global Policy" -AdvancedSettings @{EnableCustomPermis
6565

6666
This example configures the specified advanced setting for the sensitivity label policy name Global Policy.
6767

68-
### Example 2
69-
```powershell
70-
Set-LabelPolicy -Identity "Client Policy" -AdvancedSettings @{PFileSupportedExtensions=""}
71-
```
72-
73-
This example removes the PFileSupportedExtensions property from the sensitivity label policy named Client Policy. AIP will use the default value.
74-
7568
## PARAMETERS
7669

7770
### -Identity

0 commit comments

Comments
 (0)