Gets encryption keys in Backup Exec.
Gets encryption keys in Backup Exec.
Without parameters, Get-BEEncryptionKey gets all of the Backup Exec
encryption keys. You can also specify an encryption key by
encryption key name or encryption key ID (Guid) or pass a Backup
Exec encryption key object through the pipeline to
Get-BEEncryptionKey.
Specifies one or more encryption keys by encryption key name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Specifies one or more encryption keys by encryption key ID (Guid). To specify multiple IDs, use commas to separate the IDs.
Required | true |
Position | 0 |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more encryption key objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a System.Guid that contains the ID of a Backup Exec encryption key object to Get-BEEncryptionKey.
You can pipe a Backup Exec encryption key object to Get-BEEncryptionKey.
Get-BEEncryptionKey returns objects that represent Backup Exec encryption keys.
This command gets all of the encryption keys.
This command gets the encryption key named "Encryption Key 01".
This command gets all of the encryption keys that match the wildcard "Encryption Key*".