Warning
Helix documentation is moving from docs.bmc.com to docs.helixops.ai

Key pages will redirect to the new domain on May 26, 2026. However, some legacy documentation links will not be redirected. 

In-product help links might not work after migration as we transition and update them within the product.

For any queries, reach out to IX-Support@helixops.ai.

Set Mailbox Database operation


The Set Mailbox Database process enables you to configure a variety of properties for a mailbox database.

Warning

Note

The Set Mailbox Database operation supports Microsoft Exchange versions 2007, 2010, 2013 and 2016. 

The adapter request parameters may differ according to the Microsoft Exchange Server version.

For the list of all supported parameters, refer to the Set-MailboxDatabase cmdlet in the Microsoft Exchange documentation specific to your version.

The following figure shows a sample adapter request for the Set Mailbox Database operation on Microsoft Exchange version 2016:

<microsoft-exchange-request>
    <command>
      <command-name>Set-MailboxDatabase</command-name>
      <format-option />
      <verbose-logging />
      <parameters>
        <parameter>
          <name>Identity</name>
          <value>DATABASE2</value>
        </parameter>
        <parameter>
          <name>MountAtStartup</name>
          <value>$false</value>
        </parameter>
      </parameters>
    </command>
</microsoft-exchange-request>

The following figure shows the response for the adapter request:

<request-data>
  <microsoft-exchange-request>
    <command>
      <command-name>Set-MailboxDatabase</command-name>
      <format-option />
      <verbose-logging />
      <parameters>
        <parameter>
          <name>Identity</name>
          <value>DATABASE2</value>
        </parameter>
        <parameter>
          <name>MountAtStartup</name>
          <value>$false</value>
        </parameter>
      </parameters>
    </command>
  </microsoft-exchange-request>
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 21.02