Set HPOVInitialPassword - HewlettPackard/POSH-HPEOneView GitHub Wiki

HPE OneView 4.10 Library

Set-HPOVInitialPassword

Change the initial password of the Administrator user account.

SYNTAX

Set-HPOVInitialPassword [-OldPassword] <String> [-NewPassword] <String> [-Appliance] <Object> [<CommonParameters>]

Detailed Description

Changes the initial default password of the Administrator local appliance account to the supplied new password during first time setup (FTS.)

Parameters

-Appliance <Object>

Specify Appliance FQDN, Name or IP Address. If no valid Appliance Connection is found, a temporary connection is created for the specified appliance.

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

-NewPassword <String>

New password for this account. Will prompt for password if not supplied.

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

-OldPassword <String>

Current default password for this account. Will prompt for password if not supplied.

Aliases None
Required? true
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

None. You cannot pipe objects to this cmdlet.

Return Values

None.

None

Examples

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

Set-HPOVInitialPassword -Appliance MyAppliance.domain.com

Change the Administrator password, and prompted for both the original and new password.

Related Links


Top

HPE OneView 4.00 Library

Set-HPOVInitialPassword

Change the initial password of the Administrator user account.

SYNTAX

Set-HPOVInitialPassword [-OldPassword] <String> [-NewPassword] <String> [-Appliance] <Object> [<CommonParameters>]

Detailed Description

Changes the initial default password of the Administrator local appliance account to the supplied new password during first time setup (FTS.)

Parameters

-Appliance <Object>

Specify Appliance FQDN, Name or IP Address. If no valid Appliance Connection is found, a temporary connection is created for the specified appliance.

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

-NewPassword <String>

New password for this account. Will prompt for password if not supplied.

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

-OldPassword <String>

Current default password for this account. Will prompt for password if not supplied.

Aliases None
Required? true
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

None. You cannot pipe objects to this cmdlet.

Return Values

None.

None

Examples

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

Set-HPOVInitialPassword -Appliance MyAppliance.domain.com

Change the Administrator password, and prompted for both the original and new password.

Related Links


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