SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )
SnapCenter PowerShell requirements
SnapCenter Windows disk management cmdlets
Get-SdStorageConnectionSetting
Get-SdVolumeCloneSplitEstimate
Invoke-SdHostVolumeSpaceReclaim
Remove-SdStorageConnectionSetting
SnapCenter data protection cmdlets
Catalog-SmBackupWithOracleRMAN
Get-SmBackupsForPointInTimeRecovery
Get-SmDataCollectionEmsSchedule
Get-SmMultiFactorAuthentication
Invoke-DiagnosticLogCollection
Invoke-SmPrimaryBackupsExistenceCheck
Invoke-SmTechRefreshPrimaryStorage
Invoke-SmTechRefreshSecondaryStorage
New-SmMultifactorAuthenticationMetadata
Refresh-SmSyncSnapMirrorBackups
Remove-SmResourceCredentialName
Set-SmDataCollectionEmsSchedule
Set-SmMultiFactorAuthentication
Set-SmRepositoryConfigSettings
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.