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

Set-VBOServerComponents

Short Description

Enables or disables the extended logging mode for an array of the Veeam Backup for Microsoft 365 server components.

Syntax

Set-VBOServerComponents -Components <VBOServerComponent[]> -EnableExtendedLogging  [<CommonParameters>]

Detailed Description

This cmdlet enables or disables the extended logging mode for one or several Veeam Backup for Microsoft 365 server components.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Components

Specifies an array of the Veeam Backup for Microsoft 365 server components. The cmdlet will enable the extended logging mode for these components.

Note: The extended logging mode will not be modified for components that are not specified in the VBOServerComponent[] object.

Accepts the VBOServerComponent[] object.

To get this object, run the Get-VBOServerComponents cmdlet.

True

Named

True (ByValue)

False

EnableExtendedLogging

Enables the extended logging mode for an array of the Veeam Backup for Microsoft 365 server components.

Note: To disable the extended logging mode for an array of components, you must set the :$false value for this parameter.

SwitchParameter

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

Set-VBOServerComponentsExample 1. Enabling Extended Logging Mode for Backup Proxy Server

Set-VBOServerComponentsExample 2. Enabling Extended Logging Mode for All Backup Proxies [Using Pipeline]

Set-VBOServerComponentsExample 3. Disabling Extended Logging Mode for Backup Proxy

Related Commands