Get-VBOLicenseOverviewReport

Short Description

Generates reports on the Veeam Backup for Microsoft 365 license usage.

Syntax

Get-VBOLicenseOverviewReport -StartTime <DateTime> -EndTime <DateTime> -Path <String> -Format <VBOReportFormat> [-Timezone <TimeZoneInfo>] [<CommonParameters>]

Detailed Description

This cmdlet generates reports that contain information on the Veeam Backup for Microsoft 365 license usage.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

StartTime

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

DateTime

True

Named

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 365 licensing for a period ending on the specified date.

DateTime

True

Named

False

Path

Specifies a path to the folder. The cmdlet will save a report to this folder.

String

True

Named

False

Format

Specifies in which format the cmdlet will save the report:

  • PDF
  • CSV

VBOReportFormat

True

Named

False

Timezone

Specifies a timezone that you want to show in the report. The timezone is displayed at the bottom of the report page.

Note: If you do not provide this parameter, the cmdlet will generate a report in the UTC timezone.

Accepts the TimeZoneInfo object.

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

False

Named

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-VBOLicenseOverviewReportExample 1. Generating License Usage Report

Get-VBOLicenseOverviewReportExample 2. Generating License Usage Report with Timezone

Get-VBOLicenseOverviewReportExample 3. Generating License Usage Report for Last Month

Related Commands

Get-TimeZone

Page updated 3/25/2025

Page content applies to build 8.1.1.159