Skip to content

Commit f913ae8

Browse files
authored
Update New-MailboxDatabase.md
1 parent 3a21154 commit f913ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/New-MailboxDatabase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5656

5757
### Example 1
5858
```powershell
59-
New-MailboxDatabase -Name "DB1" -EdbFilePath D:\ExchangeDatabases\DB1\DB1.edb
59+
New-MailboxDatabase -Server Server1 -Name "DB1" -EdbFilePath D:\ExchangeDatabases\DB1\DB1.edb
6060
```
6161

62-
This example creates the mailbox database DB1. This example also uses a non-default location for the database file.
62+
This example creates the mailbox database DB1 on the Mailbox server named Server1. This example also uses a non-default location for the database file.
6363

6464
## PARAMETERS
6565

0 commit comments

Comments
 (0)