Get-VBOEncryptionKey
Short Description
Returns encryption keys.
Syntax
|
Get-VBOEncryptionKey [-Id <Guid>] [-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of encryption keys for object storage repositories.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies a description of the encryption key. The cmdlet will return the encryption key with this description. Note: To filter objects, you can use * and ? wildcard characters. |
|
False |
Named |
False |
|
Id |
Specifies an ID of the encryption key. The cmdlet will return the encryption key with this ID. |
|
False |
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: Getting All Encryption Keys
|
This command returns all encryption keys managed by Veeam Backup for Microsoft 365.
|
Example 2: Getting Encryption Keys with Specified ID
|
This command returns the
|
Example 3: Getting Encryption Keys with Specified Description
|
This command returns all encryption keys with the specified description.
|