Skip to content

Get HPOVApplianceCertificateStatus

Chris Lynch edited this page Jun 25, 2016 · 36 revisions

HP OneView 200 Library

NAME

Get-HPOVApplianceCertificateStatus

SYNOPSIS

Get the appliance SSL certificate status.

SYNTAX

 Get-HPOVApplianceCertificateStatus [[-ApplianceConnection] <Object>]  [<CommonParameters>]

DESCRIPTION

This Cmdlet will retrieve the SSL Certificate details installed on the appliance. This does not check the validity of the SSL certificate. Use the Show-HPOVSslCertificate Cmdlet to validate the certificate chain.

PARAMETERS

-ApplianceConnection [<Object>]

Aliases [-Appliance] 

Specify one HPOneView.Appliance.Connection object or Name property value.

Default Value: ${Global:ConnectSessions} | ? Default

Aliases None
Required? false
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
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)

INPUTS

None. You cannot pipe objects to this Cmdlet.

OUTPUTS

HPOneView.Appliance.ApplianceSslCertificateStatus [System.Management.Automation.PSCustomObject]

Formatted table display of the SSL Certificate object.

#### RELATED LINKS

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
        
PS C:\> Get-HPOVApplianceCertificateStatus


HP OneView 120 Library

NAME

Get-HPOVApplianceCertificateStatus

SYNOPSIS

Get the appliance SSL certificate status.

SYNTAX

 Get-HPOVApplianceCertificateStatus  [<CommonParameters>]

DESCRIPTION

This CMDLET will retrieve the SSL Certificate details installed on the appliance. This does not check the validity of the SSL certificate. Use the Show-HPOVSslCertificate CMDLET to validate the certificate chain.

PARAMETERS

- <>

Aliases None
Required?
Position?
Default value <none>
Accept pipeline input?
Accept wildcard characters?   

<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)

INPUTS

None. You cannot pipe objects to this cmdlet.

OUTPUTS

HPOneView.Appliance.ApplianceSslCertificateStatus [System.Management.Automation.PSCustomObject]

Formatted table display of the SSL Certificate object.

#### RELATED LINKS

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------
        
PS C:\> Get-HPOVApplianceCertificateStatus


Wiki Table of Contents

Clone this wiki locally