Get Mailbox operation

The Get Mailbox process views mailbox objects and attributes, to populate property pages, or to supply mailbox information to other tasks.

Note

The Get Mailbox 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 Get-Mailbox cmdlet in the Microsoft Exchange documentation specific to your version.

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

<microsoft-exchange-request>
    <command>
      <command-name>Get-Mailbox</command-name>
      <format-option/>
      <verbose-logging/>
      <parameters>
        <parameter>
          <name>anr</name>
          <value>allen</value>
        </parameter>
      </parameters>
    </command>
</microsoft-exchange-request>


The following figure shows the response for the adapter request:

<microsoft-exchange-response>
  <metadata>
    <status>success</status>
  </metadata>
  <targets-output>
    <target-output host="clm-pun-020413.bmc.com">
      <metadata>
        <os-id>Windows Server 2008</os-id>
        <os-version>6.3.9600</os-version>
        <status>success</status>
      </metadata>
      <commands-output>
        <command-output>
          <metadata>
            <command>Get-Mailbox -anr:allen</command>
            <line-count>9</line-count>
            <execution-milliseconds>46584</execution-milliseconds>
            <exit-code>0</exit-code>
            <status>success</status>
          </metadata>
          <output>
            <line index="1">Attempting to connect to remote host...</line>
            <line index="2">Initialising rctrlx server component...</line>
            <line index="3">Executing remote application: cmd /c "echo . | powershell -PSConsoleFile "C:\Program Files\Microsoft\Exchange Server\V15\Bin\exshell.psc1" -NonInteractive -Command Get-Mailbox -anr:allen "</line>
            <line index="4">Stdout:</line>
            <line index="5">Name                      Alias                ServerName       ProhibitSendQuo</line>
            <line index="6">                                                                ta             </line>
            <line index="7">----                      -----                ----------       ---------------</line>
            <line index="8">allen                     allen                clm-pun-020413   Unlimited      </line>
            <line index="9">Remote application exited with code: 0</line>
          </output>
        </command-output>
      </commands-output>
    </target-output>
  </targets-output>
</microsoft-exchange-response>
Was this page helpful? Yes No Submitting... Thank you

Comments