Skip to content

Commit c27d698

Browse files
authored
Merge pull request #7424 from MicrosoftDocs/chrisda
Update Set-MailboxRegionalConfiguration.md
2 parents 669bdfa + 80c1e59 commit c27d698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This example sets the date format for Ella Lack's mailbox.
5757

5858
### Example 3
5959
```powershell
60-
Set-MailboxRegionalConfiguration -Identity "Alice Jakobsen" -Language da-dk -DateFormat "dd-mm-yyyy" -LocalizeDefaultFolderName
60+
Set-MailboxRegionalConfiguration -Identity "Alice Jakobsen" -Language da-dk -DateFormat "dd-MM-yyyy" -LocalizeDefaultFolderName
6161
```
6262

6363
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.

0 commit comments

Comments
 (0)