Skip to content

Commit dcc549e

Browse files
committed
renamed the graphic to clean up build report
against my will.
1 parent badd06a commit dcc549e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Exchange/ExchangeServer/setup/database-mandatory-on-usermailbox.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@ Use the SetupAssist script to identify affected mailboxes. Then configure the `h
4141

4242
On the server on which Setup failed, download and then run the [SetupAssist](https://microsoft.github.io/CSS-Exchange/Setup/SetupAssist/) script. The script returns information about mailboxes as shown in the following example.
4343

44-
:::image type="content" source="media/database-mandatory-on-usermailbox/setupassist-result.png" alt-text="Screenshot of SetupAssist script output showing mailboxes with blank homeMDB attributes."
44+
:::image type="content" source="media/database-mandatory-on-usermailbox/setup-assist-result.png" alt-text="Screenshot of SetupAssist script output showing mailboxes with blank homeMDB attributes."
4545

4646
 In the example, the `homeMDB` attribute is blank for `DiscoverySearchMailbox`.
4747

4848
### Fix affected mailboxes
4949

5050
To set the `homeMDB` attribute for each mailbox in the output from the  SetupAssist script, complete these steps:
5151

52-
1. [Open the Exchange Management Shell](/powershell/exchange/open-the-exchange-management-shell?view=exchange-ps) or [connect to your Exchange server by using remote PowerShell](/powershell/exchange/connect-to-exchange-servers-using-remote-powershell?view=exchange-ps&preserve-view=true).
52+
1. [Open the Exchange Management Shell](/powershell/exchange/open-the-exchange-management-shell) or [connect to your Exchange server by using remote PowerShell](/powershell/exchange/connect-to-exchange-servers-using-remote-powershell).
5353

54-
1. Run the `[Get-MailboxDatabase](/powershell/module/exchangepowershell/get-mailboxdatabase?view=exchange-ps)` cmdlet to get a list of available mailbox databases.
54+
1. Run the `[Get-MailboxDatabase](/powershell/module/exchangepowershell/get-mailboxdatabase)` cmdlet to get a list of available mailbox databases.
5555

5656
```powershell
5757
5858
Get-MailboxDatabase
5959
6060
```
6161

62-
1. Run the `[Set-Mailbox](/powershell/module/exchangepowershell/set-mailbox?view=exchange-ps)` cmdlet to set the `homeMDB` attribute one time for each mailbox in the output from the SetupAssist script. For each confirmation message that displays, select **Yes**. When you run the cmdlet, use a value that uniquely identifies the database, such as the distinguished name (DN), the GUID, or its name.
62+
1. Run the `[Set-Mailbox](/powershell/module/exchangepowershell/set-mailbox)` cmdlet to set the `homeMDB` attribute one time for each mailbox in the output from the SetupAssist script. For each confirmation message that displays, select **Yes**. When you run the cmdlet, use a value that uniquely identifies the database, such as the distinguished name (DN), the GUID, or its name.
6363

6464
```powershell
6565

Exchange/ExchangeServer/setup/media/database-mandatory-on-usermailbox/setupassist-result.png renamed to Exchange/ExchangeServer/setup/media/database-mandatory-on-usermailbox/setup-assist-result.png

File renamed without changes.

0 commit comments

Comments
 (0)