Get-VBRLicensedSocketWorkload
Short Description
Returns details on licensed hosts.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRLicensedSocketWorkload -License <VBRInstalledLicense> [<CommonParameters>] |
Detailed Description
This cmdlet returns the VBRLicensedSocketWorkload object that contains details on licensed hosts for the per-socket license that Veeam Backup & Replication applies to back up these hosts.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
License |
Specifies a license. The cmdlet will return details on licensed hosts that Veeam Backup & Replication backs up using this license.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Getting Details on Licensed Hosts
This example shows how to get details on licensed hosts for the per-socket license that Veeam Backup & Replication applies to back up these hosts.
|
$license = Get-VBRInstalledLicense Get-VBRLicensedSocketWorkload -License $license |
Perform the following steps:
- Run the
Get-VBRInstalledLicenseReturns details about licenses installed on a backup server. cmdlet. Save the result to the$licensevariable. - Run the
Get-VBRLicensedSocketWorkloadcmdlet. Set the$licensevariable as theLicenseparameter value.
Related Commands
Get-VBRInstalledLicenseReturns details about licenses installed on a backup server.