Remove HPOVApplianceTrustedCertificate - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Remove-HPOVApplianceTrustedCertificate

Remove X.509 SSL certificates from the appliace trusted store.

SYNTAX

Remove-HPOVApplianceTrustedCertificate[ [-InputObject] <String>][ [-ApplianceConnection] <Object>][ [-Async] <SwitchParameter>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]

Detailed Description

This Cmdlet will allow the Infrastructure Administrator to remove X.509 compliant SSL certificates on the appliance within its trusted store.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection objects or Name property values.

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

Aliases Appliance
Required? false
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? False
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Confirm <>

Aliases cf
Required?
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-InputObject <String>

Aliases [-Certificate]

The Alias Name of the certificate. Please know that wildcard is not supported.

Aliases None
Required? false
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-WhatIf <>

Aliases wi
Required?
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)

Input Types

HPOneView.Appliance.TrustedCertificate

A trusted certificate from Get-HPOVApplinaceTrustedCertificate.

Return Values

System.Management.Automation.PSCustomObject

Status oject of successfull deletion of trusted certificate.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVApplianceTrustedCertificate -AliasName myhost1.domain.com | Remove-HPOVApplianceTrustedCertificate

Remove the specific trusted certificate from the appliances trusted certificate store.

Related Links


Top

HPE OneView 4.00 Library

Remove-HPOVApplianceTrustedCertificate

Remove X.509 SSL certificates from the appliace trusted store.

SYNTAX

Remove-HPOVApplianceTrustedCertificate[ [-InputObject] <String>][ [-ApplianceConnection] <Object>][ [-Async] <SwitchParameter>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]

Detailed Description

This Cmdlet will allow the Infrastructure Administrator to remove X.509 compliant SSL certificates on the appliance within its trusted store.

Parameters

-ApplianceConnection <Object>

Aliases [-Appliance]

Specify one or more HPOneView.Appliance.Connection objects or Name property values.

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

Aliases Appliance
Required? false
Position? 1
Default value (${Global:ConnectedSessions} | ? Default)
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters?    False

-Async <SwitchParameter>

Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.

Aliases None
Required? False
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters?    False

-Confirm <>

Aliases cf
Required?
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?    False

-InputObject <String>

Aliases [-Certificate]

The Alias Name of the certificate. Please know that wildcard is not supported.

Aliases None
Required? false
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?    False

-WhatIf <>

Aliases wi
Required?
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)

Input Types

HPOneView.Appliance.TrustedCertificate

A trusted certificate from Get-HPOVApplinaceTrustedCertificate.

Return Values

System.Management.Automation.PSCustomObject

Status oject of successfull deletion of trusted certificate.

Examples

 -------------------------- EXAMPLE 1 --------------------------

Get-HPOVApplianceTrustedCertificate -AliasName myhost1.domain.com | Remove-HPOVApplianceTrustedCertificate

Remove the specific trusted certificate from the appliances trusted certificate store.

Related Links


Top
⚠️ **GitHub.com Fallback** ⚠️