Get-AzImportExportBitLockerKey
Returns the BitLocker Keys for all drives in the specified job.
Syntax
Get-AzImportExportBitLockerKey
-JobName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-AcceptLanguage <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Returns the BitLocker Keys for all drives in the specified job.
Examples
Example 1: List all BitLocker Keys in specified ImportExport job
Get-AzImportExportBitLockerKey -JobName test-job -ResourceGroupName ImportTestRG
BitLockerKey DriveId
------------ -------
238810-662376-448998-450120-652806-203390-606320-483076 9CA995BA
This cmdlet lists all BitLocker Keys in specified ImportExport job.
Parameters
-AcceptLanguage
Specifies the preferred language for the response.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobName
The name of the import/export job.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The resource group name uniquely identifies the resource group within the user subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The subscription ID for the Azure user.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell