Skip to content

Commit e4bf812

Browse files
authored
Update Set-Label.md
1 parent 5c47a07 commit e4bf812

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ You need to be assigned permissions in the Security & Compliance Center before y
5353
Set-Label -Identity "Label1" -LocaleSettings '{"localeKey":"DisplayName","Settings":[{"Key":"en-us","Value":"English display name"},{"Key":"de-de","Value":"Deutscher Anzeigename"},{"Key":"es-es","Value":"Nombre para mostrar en Español"}]}','{"localeKey":"tooltip","Settings":[{"Key":"en-us","Value":"This is an example label"},{"Key":"de-de","Value":"Dies ist ein Beispieletikett"},{"Key":"es-es","Value":"Esta es una etiqueta de ejemplo"}]}'
5454
```
5555

56-
This example sets the localized label name for "General" in different languages (English, German, and Spanish).
56+
This example sets the localized label name for "Label1" in different languages (English, German, and Spanish).
57+
58+
### Example 1
59+
```powershell
5760
5861
## PARAMETERS
5962

0 commit comments

Comments
 (0)