-
Notifications
You must be signed in to change notification settings - Fork 52
Set HPOVInitialPassword
Change the initial password of the Administrator user account.
Set-HPOVInitialPassword [-OldPassword] <String> [-NewPassword] <String> [-Appliance] <Object> [<CommonParameters>]
Changes the initial default password of the Administrator local appliance account to the supplied new password during first time setup (FTS.)
-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)
None. You cannot pipe objects to this cmdlet.
None.
None
-------------------------- EXAMPLE 1 --------------------------Set-HPOVInitialPassword -Appliance MyAppliance.domain.com
Change the Administrator password, and prompted for both the original and new password.
Change the initial password of the Administrator user account.
Set-HPOVInitialPassword [-OldPassword] <String> [-NewPassword] <String> [-Appliance] <Object> [<CommonParameters>]
Changes the initial default password of the Administrator local appliance account to the supplied new password during first time setup (FTS.)
-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)
None. You cannot pipe objects to this cmdlet.
None.
None
-------------------------- EXAMPLE 1 --------------------------Set-HPOVInitialPassword -Appliance MyAppliance.domain.com
Change the Administrator password, and prompted for both the original and new password.