-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVLicense
Gets the installed licenses on the appliance.
Get-HPOVLicense [-Type] <String> [-State] <String>[ [-Summary] <SwitchParameter>][ [-Report] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will retrieve licenses installed on the appliance. You can use this to get an inventory of what"s installed and what licenses are consumed.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Report <SwitchParameter>
PARAMETER IS BEING DEPRECATED.
Generate a report of installed or required licenses, their type and assigned Nodes.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-State <String>
Specify the license state to retrieve. Valid options are "Unlicensed" or "Permanent".
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Summary <SwitchParameter>
Display a condensed summary view of the installed or required licenses. This does not return a License object that can be used with Remove-HPOVLicense.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Type <String>
Specify the type of License to retrieve. Valid options are "HP_ONE_VIEW" or "HP_ONE_VIEW_WO_ILO".
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this Cmdlet.
HPOneView.Appliance.License
HPE OneView License
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLicense Product : HPE OneView Advanced Type : Permanent Capacity : 64 Allocated : 30 Available : 34 Nodes : {Encl2, bay 7, Encl2, bay 4, Encl2, bay 13, Encl1, bay 8...}
Retrieve all installed license objects on the connected appliance(s).
Gets the installed licenses on the appliance.
Get-HPOVLicense [-Type] <String> [-State] <String>[ [-Summary] <SwitchParameter>][ [-Report] <SwitchParameter>] [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will retrieve licenses installed on the appliance. You can use this to get an inventory of what's installed and what licenses are consumed.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Report <SwitchParameter>
PARAMETER IS BEING DEPRECATED.
Generate a report of installed or required licenses, their type and assigned Nodes.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-State <String>
Specify the license state to retrieve. Valid options are "Unlicensed" or "Permanent".
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Summary <SwitchParameter>
Display a condensed summary view of the installed or required licenses. This does not return a License object that can be used with Remove-HPOVLicense.
Aliases | None |
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-Type <String>
Specify the type of License to retrieve. Valid options are "HP_ONE_VIEW" or "HP_ONE_VIEW_WO_ILO".
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
None. You cannot pipe objects to this Cmdlet.
HPOneView.Appliance.License
HPE OneView License
-------------------------- EXAMPLE 1 --------------------------Get-HPOVLicense Product : HPE OneView Advanced Type : Permanent Capacity : 64 Allocated : 30 Available : 34 Nodes : {Encl2, bay 7, Encl2, bay 4, Encl2, bay 13, Encl1, bay 8...}
Retrieve all installed license objects on the connected appliance(s).