Remove HPOVApplianceTrustedCertificate - HewlettPackard/POSH-HPEOneView GitHub Wiki
Remove X.509 SSL certificates from the appliace trusted store.
Remove-HPOVApplianceTrustedCertificate[ [-InputObject] <String>][ [-ApplianceConnection] <Object>][ [-Async] <SwitchParameter>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]This Cmdlet will allow the Infrastructure Administrator to remove X.509 compliant SSL certificates on the appliance within its trusted store.
-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)
HPOneView.Appliance.TrustedCertificate
A trusted certificate from Get-HPOVApplinaceTrustedCertificate.
System.Management.Automation.PSCustomObject
Status oject of successfull deletion of trusted certificate.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceTrustedCertificate -AliasName myhost1.domain.com | Remove-HPOVApplianceTrustedCertificate
Remove the specific trusted certificate from the appliances trusted certificate store.
Remove X.509 SSL certificates from the appliace trusted store.
Remove-HPOVApplianceTrustedCertificate[ [-InputObject] <String>][ [-ApplianceConnection] <Object>][ [-Async] <SwitchParameter>] [-WhatIf] <> [-Confirm] <> [<CommonParameters>]This Cmdlet will allow the Infrastructure Administrator to remove X.509 compliant SSL certificates on the appliance within its trusted store.
-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)
HPOneView.Appliance.TrustedCertificate
A trusted certificate from Get-HPOVApplinaceTrustedCertificate.
System.Management.Automation.PSCustomObject
Status oject of successfull deletion of trusted certificate.
-------------------------- EXAMPLE 1 --------------------------Get-HPOVApplianceTrustedCertificate -AliasName myhost1.domain.com | Remove-HPOVApplianceTrustedCertificate
Remove the specific trusted certificate from the appliances trusted certificate store.