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

Backup-DiskToFFU

Captures a physical disk to a Full Flash Update (FFU) image.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Interactively selects a source disk and destination data disk, then uses DISM /Capture-FFU to create an FFU backup from WinPE.

Syntax

Backup-DiskToFFU [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Backup-DiskToFFU
Prompts for source and destination disks, then captures the selected source disk to an FFU file.

Last updated

Was this helpful?