Skip to content

Latest commit

 

History

History
127 lines (96 loc) · 2.87 KB

Get-AzImportExportBitLockerKey.md

File metadata and controls

127 lines (96 loc) · 2.87 KB
external help file Module Name online version schema
Az.ImportExport-help.xml
Az.ImportExport
2.0.0

Get-AzImportExportBitLockerKey

SYNOPSIS

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: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with Azure.

Type: System.Management.Automation.PSObject
Parameter Sets: (All)
Aliases: AzureRMContext, AzureCredential

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-JobName

The name of the import/export job.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ResourceGroupName

The resource group name uniquely identifies the resource group within the user subscription.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-SubscriptionId

The subscription ID for the Azure user.

Type: System.String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: (Get-AzContext).Subscription.Id
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IDriveBitLockerKey

NOTES

RELATED LINKS