Set-VBOEncryptionKey
Short Description
Modifies encryption keys for object storage repositories.
Syntax
Set-VBOEncryptionKey -EncryptionKey <VBOEncryptionKey> [-OldPassword <securestring>] [-NewPassword <securestring>] [-Description <string>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies an encryption key for object storage repositories that have been created before. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
EncryptionKey | Specifies an encryption key that you want to modify. | Accepts the VBOEncryptionKey object. To get this object, run the Get-VBOEncryptionKey cmdlet. | True | Named | False | False |
NewPassword | Specifies a new password that you want to apply to the encryption key. | SecureString | False | Named | False | False |
OldPassword | Specifies an old password that you want to modify. | SecureString | False | Named | False | False |
Description | Specifies a new description that you want to apply to the encryption key. | String | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOEncryptionKey object that contains settings of an encryption key.
Examples
Example 1. Modifying Encryption Key Password
This example shows how to modify an encryption key password.
Perform the following steps:
|
Example 2. Modifying Encryption Key Description
This example shows how to modify an encryption key description.
Perform the following steps:
|
Related Commands