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

Export-VBRAudit

Short Description

Exports report on actions performed in Veeam Backup & Replication.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Export-VBRAudit -From <datetime> -To <datetime> -FileFullPath <string>  [<CommonParameters>]

Detailed Description

This cmdlet exports report that contain information on actions performed by an administrator in Veeam Backup & Replication.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

From

Specifies the starting date of the report period. The cmdlet will generate a report starting from the specified date.

DateTime

True

Named

False

To

Specifies the end date of the report period. The cmdlet will generate a report for a period ending on the specified date.

DateTime

True

Named

False

FileFullPath

Specifies the name of the file and the target path where this file is located. This cmdlet will export the report to this file located in the specified destination.

String

True

Named

False

<CommonParameters>

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

Output Object

The cmdlet returns the VBRAudit object that contains details on the exported report on actions performed by an administrator in Veeam Backup & Replication.

Examples

Exporting Report on Actions Performed in Veeam Backup & Replication

This command exports report on actions performed by an administrator in Veeam Backup & Replication for the period from 02/02/2020 to 02/22/2020.

Export-VBRAudit -From 02.02.2020 -To 02.22.2020 -FileFullPath "C:\Reports\Reports\JanuaryReport.txt"