Skip to content

Commit c93d8fd

Browse files
authored
Merge pull request #13580 from iserrano76/patch-3
Mount-Database example identity parameter does not include servername
2 parents ee02060 + cd56d9e commit c93d8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exchange/exchange-ps/ExchangePowerShell/Mount-Database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3737

3838
### Example 1
3939
```powershell
40-
Mount-Database -Identity ExchangeServer1.Contoso.com\MyDatabase
40+
Mount-Database -Identity MyDatabase
4141
```
4242

4343
This example mounts the database MyDatabase.

0 commit comments

Comments
 (0)