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

Get-VBOServerComponents

Short Description

Returns components of the Veeam Backup for Microsoft 365 server.

Syntax

Get-VBOServerComponents [-Name <String>] [-Id <Guid>] [<CommonParameters>]

Detailed Description

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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Name

Specifies a name of the Veeam Backup for Microsoft 365 server component. The cmdlet will return the server component with the specified name. You can get a collection of components of the following types:

  • Proxy
  • Controller
  • Console
  • PowerShell

Note: This parameter is case-sensitive.

String

False

Named

False

False

Id

Specifies an ID of the Veeam Backup for Microsoft 365 server component. The cmdlet will return component with the specified ID.

Guid

True

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Get-VBOServerComponentsExample 1. Getting All Server Components

Get-VBOServerComponentsExample 2. Getting Backup Proxy Components