Skip to content

Commit 100aa6b

Browse files
authored
Update Set-MailboxRegionalConfiguration.md
1 parent e519908 commit 100aa6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

exchange/exchange-ps/exchange/client-access/Set-MailboxRegionalConfiguration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Set-MailboxRegionalConfiguration -Identity "Alice Jakobsen" -Language da-dk -Dat
5353

5454
This example sets Alice Jakobsen's mailbox language to Danish Denmark, sets the date in the day/month/year format and localizes the default folder names in Danish.
5555

56+
57+
### Example 4
58+
```powershell
59+
Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited | Set-MailboxRegionalConfiguration -Language es-es -DateFormat "dd/MM/yyyy" -TimeFormat H:mm -LocalizeDefaultFolderName
60+
```
61+
62+
This example sets all User Mailboxes language to Spanish Spain, sets the date in the day/month/year format, sets the time in the H:mm format and localizes the default forder names in Spanish.
63+
5664
## PARAMETERS
5765

5866
### -Identity

0 commit comments

Comments
 (0)