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

Save-MyBitLockerRecoveryPassword

Saves BitLocker recovery passwords to text files.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Exports recovery password protector values from unlocked volumes and writes them as recovery key text files in one or more destination folders.

Syntax

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

Parameters

Parameter
Type
Required
Description

-Path

String[]

True

One or more destination folders used to store recovery password files.

Examples

Example

Save-MyBitLockerRecoveryPassword -Path 'D:\BitLockerBackup'
Exports recovery password text files to D:\BitLockerBackup.

Last updated

Was this helpful?