Add-VBOEncryptionKey
Short Description
Creates encryption keys for object storage repositories.
Syntax
|
Add-VBOEncryptionKey -Password <SecureString> [-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates an encryption key for object storage repositories. You can use this key to encrypt data that is stored in object storage repositories.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies a description of an encryption key. The cmdlet will create an encryption key with this description. |
|
False |
Named |
False |
|
Password |
Specifies a password that you want to use to encrypt data. |
|
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOEncryptionKey object that contains settings of an encryption key.
Examples
Example 1: Creating Encryption Key
|
This example shows how to create an encryption key.
Perform the following steps:
|
Example 2: Creating Encryption Key with Description
|
This example shows how to create an encryption key with a description.
Perform the following steps:
|
Related Commands