Get-VBRSocketLicenseSummary
Short Description
Returns details on the per-socket license usage.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRSocketLicenseSummary -License <VBRInstalledLicense> [<CommonParameters>] |
Detailed Description
This cmdlet returns the VBRSocketLicenseSummary object that contains details on the per-socket license usage.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
License |
Specifies a license. The cmdlet will return details on the per-socket license usage for 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 Per-Socket License
This example shows how to get details on the per-socket license usage.
|
$license = Get-VBRInstalledLicense Get-VBRSocketLicenseSummary -License $license LicensedSocketsNumber UsedSocketsNumber RemainingSocketsNumber Workload --------------------- ----------------- ---------------------- -------- 50 2 48 {Microsoft Hyper-V} 75 10 65 {VMware vSphere} 30 25 5 {Nutanix AHV} |
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-VBRSocketLicenseSummarycmdlet. Set the$licensevariable as theLicenseparameter value.The cmdlet output will contain the following details on the per-socket license usage:
LicensedSocketsNumber,UsedSocketsNumber,RemainingSocketsNumberandWorkload.
Related Commands
Get-VBRInstalledLicenseReturns details about licenses installed on a backup server.