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

New-BootableUSBDrive

Creates BootableUSBDrive resources.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Builds new BootableUSBDrive resources based on the provided parameters.

Syntax

New-BootableUSBDrive [[-BootLabel] <String>] [[-DataLabel] <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-BootLabel

String

False

Specifies the BootLabel to use when running New-BootableUSBDrive.

-DataLabel

String

False

Specifies the DataLabel to use when running New-BootableUSBDrive.

Examples

Example

Demonstrates a common way to run New-BootableUSBDrive.

Last updated

Was this helpful?