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

Get-VBOStorageConsumptionReport

In this article

    Short Description

    Generates data protection reports on the Veeam Backup for Microsoft Office 365 storage consumption.

    Syntax

    Get-VBOStorageConsumptionReport -StartTime <datetime> -EndTime <datetime> -Path <string> -Format <VBOReportFormat> {PDF | CSV}  [<CommonParameters>]

    Detailed Description

    This cmdlet generates data protection reports on the Veeam Backup for Microsoft Office 365 storage consumption.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    StartTime

    Specifies the start date for the report period. The cmdlet will generate a report which contains information on the Veeam Backup for Microsoft Office 365 storage consumption for a period starting from the specified date.

    True

    Named

    False

    False

    EndTime

    Specifies the end date for the report period. The cmdlet will generate a report which contains information on the Veeam Backup for Microsoft Office 365 storage consumption for a period ending on the specified date.

    True

    Named

    False

    False

    Path

    Specifies a target path for the log export. This cmdlet will export the report to this destination.

    True

    Named

    False

    False

    Format

    Specifies in which format the cmdlet will save the report:

    • PDF
    • CSV

    True

    Named

    False

    False

    <CommonParameters>

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

    Example

    This example shows how to generate data protection reports on Veeam Backup for Microsoft Office 365 storage consumption for a period from 01/01/2018 to 11/26/2018 in a CSV format.

    Get-VBOStorageConsumptionReport -StartTime 01/01/2018 -EndTime 11/26/2018 -Path C:\share\ -Format CSV

    I want to report a typo

    There is a misspelling right here:

     

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