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

Get-VBOServerComponents

In this article

    Short Description

    Returns a specified Veeam Backup for Microsoft Office 365 server component.

    Syntax

    Get-VBOServerComponents [-Name <string>] [-Id <guid>]  [<CommonParameters>]

    Detailed Description

    This cmdlet returns specified Veeam Backup for Microsoft Office 365 server components.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Id

    Specifies a filter for the ID of the Veeam Backup for Microsoft Office 365 server components. This cmdlet will return components with the specified ID.

    True

    Named

    False

    False

    Name

    Specifies a filter for the Veeam Backup for Microsoft Office 365 server components. This cmdlet will return a collection of components of the following types:

    • Proxy
    • Controller
    • Console
    • PowerShell

    Note: This parameter is case-sensitive.

    False

    Named

    false

    False

    <CommonParameters>

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

    Example 1

    This example shows how to get all server components connected to the Veeam Backup for Microsoft Office 365 console.

    Get-VBOServerComponents

    Example 2

    This example shows how to get backup proxy connected to the Veeam Backup for Microsoft Office 365 console.

    Get-VBOServerComponents -Name "Proxy"

    I want to report a typo

    There is a misspelling right here:

     

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