-
Notifications
You must be signed in to change notification settings - Fork 52
Set HPOVApplianceSecurityProtocol
Change the appliance current security protocols.
Set-HPOVApplianceSecurityProtocol [-EnableTlsVersion] <string[]>[ [-ApplianceConnection] <Array>][ [-WhatIf] <SwitchParameter>][ [-Confirm] <SwitchParameter>] [<CommonParameters>]
Use this Cmdlet to change the enabled security protocol(s) on the appliance. Before modifying the security protocols, a compatibility report should be run using the Show-HPOVApplianceSecurityModeCompatibilityReport. ****NOTE**** When changing active security protocols will require an immediate appliance reboot. ****NOTE****
Not all devices that HPE OneView manages or monitors support these stronger cryptography modes. Some examples are:
* ProLiant Gen 6 systems have iLO versions that only support TLS 1.0. These servers are not supported when the appliance is in the FIPS or CNSA modes.
* Gen7 systems have iLO versions that only support TLS 1.0 and 1.1. These servers are not supported when the appliance is in the CNSA mode.
* ProLiant Gen8 systems have iLO versions that support TLS 1.1 and 1.2, and are compatible with both FIPS and CNSA modes.
-ApplianceConnection <Array>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? Default
Aliases | Appliance |
Required? | False |
Position? | named |
Default value | (${Global:ConnectedSessions} | ? Default) |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | False |
-Confirm <SwitchParameter>
Aliases | cf |
Required? | false |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-EnableTlsVersion <string[]>
Specify 1 or more security protocols to enable. Allowed values:
* TLSv1
* TLSv1.1
* TLSv1.2
Aliases | None |
Required? | true |
Position? | named |
Default value | |
Accept pipeline input? | false |
Accept wildcard characters? | False |
-WhatIf <SwitchParameter>
Aliases | wi |
Required? | false |
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.SecurityProtocol
After appliance reboots, the updated security protocol configuration is returned.
-------------------------- EXAMPLE 1 --------------------------Set-HPOVApplianceSecurityProtocol -EnableTlsVersion Tlsv1.2
Set the appliance to only enable TLSv1.2. After confirmation prompt, appliance will immediately reboot.
- Disable-HPOVLdapLocalLogin
- Enable-HPOVLdapLocalLogin
- Get-HPOVApplianceCertificateStatus
- Get-HPOVLdap
- Get-HPOVLdapDirectory
- Get-HPOVLdapGroup
- Get-HPOVLoginMessage
- Get-HPOVUser
- New-HPOVLdapDirectory
- New-HPOVLdapGroup
- New-HPOVLdapServer
- Add-HPOVLdapServer
- Remove-HPOVLdapServer
- New-HPOVUser
- Remove-HPOVLdapDirectory
- Remove-HPOVLdapGroup
- Remove-HPOVUser
- Set-HPOVLdapDefaultDirectory
- Set-HPOVLdapGroupRole
- Set-HPOVLoginMessage
- Set-HPOVUser
- Set-HPOVUserPassword
- Show-HPOVLdapGroups
- New-HPOVScope
- Get-HPOVScope
- Remove-HPOVScope
- Add-HPOVResourceToScope
- Remove-HPOVResourceFromScope
- Add-HPOVApplianceTrustedCertificate
- Get-HPOVApplianceTrustedCertificate
- Remove-HPOVApplianceTrustedCertificate
- Disable-HPOVApplianceComplexPasswords
- Disable-HPOVApplianceServiceConsoleAccess
- Disable-HPOVApplianceSshAccess
- Disable-HPOVApplianceTwoFactorAuthentication
- Disable-HPOVCertificateValidation
- Enable-HPOVApplianceComplexPasswords
- Enable-HPOVApplianceServiceConsoleAccess
- Enable-HPOVApplianceSshAccess
- Enable-HPOVCertificateValidation
- Get-HPOVApplianceTwoFactorAuthentication
- Set-HPOVApplianceTwoFactorAuthentication
- Get-HPOVApplianceAvailableSecurityMode
- Get-HPOVApplianceCurrentSecurityMode
- Get-HPOVApplianceSecurityProtocol
- Set-HPOVApplianceCurrentSecurityMode
- Show-HPOVApplianceSecurityModeCompatibilityReport