For the complete documentation index, see llms.txt. This page is also available as Markdown.

Save-MyBitLockerExternalKey

Saves BitLocker external key protectors (.BEK) to destination folders.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Finds unlocked volumes with external key protectors and exports their external key files to one or more target paths.

Syntax

Save-MyBitLockerExternalKey [-Path] <String[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Path

String[]

True

One or more destination folders used to store exported external keys.

Examples

Example

Save-MyBitLockerExternalKey -Path 'D:\BitLockerBackup'
Exports external key files to D:\BitLockerBackup.

Last updated

Was this helpful?