Skip to main content
SnapCenter 6.0 cmdlets

Set-SmRepositoryPassword

Contributors

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.