SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

Set-SmRepositoryPassword

Enables you to set the repository password for the SnapCenter Server host.

Syntax

Set-SmRepositoryPassword [-NewPassword]  <SecureString>  [-ConfirmPassword]  <SecureString>

Detailed Description

Enables you to set the repository password for the SnapCenter Server host.

Parameters

Name Description Required? Pipeline Input Default Value

NewPassword

Specifies the new password to be configured for the repository.

true

false

ConfirmPassword

Specifies the confirmation password to be configured for the repository.

true

false

Examples

Example 1: Set the MySQL repository password

 Set-SmRepositoryPassword

This example syntax sets the MySQL repository password to the specified value.

Top of Page