Skip to content

Commit 8841073

Browse files
authored
Merge branch 'master' into master
2 parents ff303b9 + 34fe8d5 commit 8841073

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Get-MailboxRegionalConfiguration [-Identity] <MailboxIdParameter> [-DomainContro
2727
```
2828

2929
## DESCRIPTION
30+
To modify the regional settings of a mailbox, use the [Set-MailboxRegionalConfiguration](https://docs.microsoft.com/powershell/module/exchange/client-access/set-mailboxregionalconfiguration) cmdlet.
31+
3032
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
3133

3234
## EXAMPLES

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)