Gets Backup Exec licenses.
Gets Backup Exec licenses.
Without parameters, Get-BELicenseInformation gets all of the Backup
Exec licenses. You can also specify a license by license name or
license ID (Guid) or pass a Backup Exec license object through the
pipeline to Get-BELicenseInformation.
Specifies one or more Backup Exec server objects to filter the
licenses. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See
Required | false |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more licenses by license name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec server object to filter licenses returned by Get-BELicenseInformation.
Get-BELicenseInformation returns objects that represent Backup Exec licenses.
This command gets all of the license objects.
This command gets the license object named "Agent for Windows".
This command gets all of the license objects that match the wildcard "*agent*"