Enable HPOVApplianceComplexPasswords - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Enable-HPOVApplianceComplexPasswords

Enable appliance complex password policy.

SYNTAX

Enable-HPOVApplianceComplexPasswords[ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

Enables whether users are required to have complex passwords. This option does not force existing users to change their passwords, nor has any impact on directory accounts. By default, the appliance does not enforce complex passwords during creating or modifying internal user account passwords. Use this Cmdlet to enable the policy.

Complex passwords must contain the following:

* Minimum of 14 characters
* Minimum of one uppercase character
* Minimum of one lowercase character
* Minimum one number
* Minimum of one special character. For example: !@#$^*_-=+,.?
* No whitespace

Parameters

-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

<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

None. You cannot pipe objects to this cmdlet.

Return Values

System.Management.Automation.PSCustomObject

Appliance global security settings.

Examples

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

Enable-HPOVApplianceComplexPasswords

Enable appliance complex password policy.

Related Links


Top

HPE OneView 4.00 Library

Enable-HPOVApplianceComplexPasswords

Enable appliance complex password policy.

SYNTAX

Enable-HPOVApplianceComplexPasswords[ [-ApplianceConnection] <Array>] [<CommonParameters>]

Detailed Description

Enables whether users are required to have complex passwords. This option does not force existing users to change their passwords, nor has any impact on directory accounts. By default, the appliance does not enforce complex passwords during creating or modifying internal user account passwords. Use this Cmdlet to enable the policy.

Complex passwords must contain the following:

* Minimum of 14 characters
* Minimum of one uppercase character
* Minimum of one lowercase character
* Minimum one number
* Minimum of one special character. For example: !@#$^*_-=+,.?
* No whitespace

Parameters

-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

<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

None. You cannot pipe objects to this cmdlet.

Return Values

System.Management.Automation.PSCustomObject

Appliance global security settings.

Examples

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

Enable-HPOVApplianceComplexPasswords

Enable appliance complex password policy.

Related Links


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