Add-VBOEncryptionKey
Short Description
Creates encryption keys for object storage.
Syntax
Add-VBOEncryptionKey -Password <SecureString> [-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet creates an encryption key for object storage. You can use this key to encrypt data that is stored in object storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Password | Specifies a password that you want to use to encrypt data. | SecureString | True | Named | False |
Description | Specifies a description of an encryption key. The cmdlet will create an encryption key with this description. | String | False | Named | 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. 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