This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOOrganizationMailbox

In this article

    Short Description

    Returns mailboxes of Exchange organizations.

    Syntax

    This cmdlet provides the following parameter sets.

    • Get all mailboxes of Exchange organization

    Get-VBOOrganizationMailbox -Organization <VBOOrganization> [-NotInJob]  [<CommonParameters>]

    • Get Exchange organization's mailbox specified by name

    Get-VBOOrganizationMailbox -Organization <VBOOrganization> [-Name <string>] [-NotInJob]  [<CommonParameters>]

    • Get Exchange organization's mailbox specified by e-mail address

    Get-VBOOrganizationMailbox -Organization <VBOOrganization> [-Email <string>] [-NotInJob]  [<CommonParameters>]

    Detailed Description

    This cmdlet returns mailboxes of Exchange organizations added to Veeam Backup for Microsoft Office 365.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Organization

    Specifies Exchange organization. The cmdlet will return all mailboxes of this organization.

    True

    Named

    True (ByValue)

    False

    Name

    Specifies the name of the mailbox. The cmdlet will return the mailbox with this name.

    False

    Named

    False

    True

    Email

    Specifies the e-mail address of the mailbox. The cmdlet will return the mailbox with this e-mail address.

    False

    Named

    False

    True

    NotInJob

    Indicates that the cmdlet will return mailboxes that are not assigned to any of the backup jobs.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

    Example 1

    This command returns all mailboxes of Exchange organization.

    1. Run Get-VBOOrganization to get Exchange organization and save the result to the $org variable.
    2. Run VBOOrganizationMailbox with the $org variable.

    $org = Get-VBOOrganization -Name "ABC"

    Get-VBOOrganizationMailbox -Organization $org

    Example 2

    This command returns Exchange organization mailbox specified by name.

    1. Run Get-VBOOrganization to get Exchange organization and save the result to the $org variable.
    2. Run VBOOrganizationMailbox with the $org variable.

    $org = Get-VBOOrganization -Name "ABC"

    Get-VBOOrganizationMailbox -Organization $org -Name "Support Level1"

    Example 3

    This command returns Exchange organization mailbox specified by e-mail address.

    1. Run Get-VBOOrganization to get Exchange organization and save the result to the $org variable.
    2. Run VBOOrganizationMailbox with the $org variable.

    $org = Get-VBOOrganization -Name "ABC"

    Get-VBOOrganizationMailbox -Organization $org -Email "support1@tech.net"

    Related Commands

    Get-VBOOrganization

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.