Get-VBRLicensedInstanceWorkload
Short Description
Returns details on protected workloads for the per-instance license.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
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
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.
Perform the following steps:
- Run the Get-VBRInstalledLicense cmdlet. Save the result to the $license variable.
- Run the Get-VBRLicensedInstanceWorkload cmdlet. Set the $license variable as the License parameter value.
Related Commands