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

Get-VBRLicensedInstanceWorkload

Short Description

Returns details on protected workloads for the per-instance license.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRLicensedInstanceWorkload -License <VBRInstalledLicense>  [<CommonParameters>]

Detailed Description

This cmdlet returns the VBRLicensedInstanceWorkload object that contains details on protected workloads for the per-instance license that Veeam Backup & Replication applies to back up these workloads.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

License

Specifies a license. The cmdlet will return details on protected workloads that Veeam Backup & Replication backs up using this license.

Accepts the VBRInstalledLicense object. To get this object, run the Get-VBRInstalledLicense cmdlet.

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

VBRLicensedInstanceWorkload

Examples

Getting Details on Protected Workloads

This example shows how to get details on protected workloads for the per-instance license that Veeam Backup & Replication applies to back up these workloads.

$license = Get-VBRInstalledLicense

Get-VBRLicensedInstanceWorkload -License $license

Perform the following steps:

  1. Run the Get-VBRInstalledLicense cmdlet. Save the result to the $license variable.
  2. Run the Get-VBRLicensedInstanceWorkload cmdlet. Set the $license variable as the License parameter value.

Related Commands

Get-VBRInstalledLicense