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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell