az import-export bit-locker-key
Import-export bit-locker-key.
Commands
az import-export bit-locker-key list |
Returns the BitLocker Keys for all drives in the specified job. |
az import-export bit-locker-key list
Returns the BitLocker Keys for all drives in the specified job.
az import-export bit-locker-key list --job-name
--resource-group
Examples
List BitLocker Keys for drives in a job
az import-export bit-locker-key list --resource-group "myResourceGroup" --job-name "myJob"
Required Parameters
--job-name
The name of the import/export job.
--resource-group -g
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
--debug
Increase logging verbosity to show all debug logs.
--help -h
Show this help message and exit.
--only-show-errors
Only show errors, suppressing warnings.
--output -o
Output format.
--query
JMESPath query string. See http://jmespath.org/ for more information and examples.
--verbose
Increase logging verbosity. Use --debug for full debug logs.